: I've got an interesting tutorial that show's the basics of vb trojans, if anyone is interested post and let me know. : : : : : C:Dos : C:Dos Run : Run Dos Run : please mail it to me, so i can spread it on the evil mailing list if you want to join, please mail me at didaniman@hotmail.com EtHeO out...
i'm interested in knowing all about how VB Trojans work... you can post the material here itself, or you can post it to me at junior_jj@rediffmail.com if you like...
: hi... : : i'm interested in knowing all about how VB Trojans work... : you can post the material here itself, : or you can post it to me at junior_jj@rediffmail.com : if you like... : : :
I'm actually working on a better version then the tut shows you adding some functionality like screenshots and file transfers and what not. I'll send you a copy of the source when I finish.
Hope this helps. [blue] C:Dos C:Dos Run Run Dos Run [/blue]
: I've got an interesting tutorial that show's the basics of vb trojans, if anyone is interested post and let me know. : : : : : C:Dos : C:Dos Run : Run Dos Run :
Plz send me also a copy of the source when u finish. specialistonline@yahoo.com
: : hi... : : : : i'm interested in knowing all about how VB Trojans work... : : you can post the material here itself, : : or you can post it to me at junior_jj@rediffmail.com : : if you like... : : : : : : : : I'm actually working on a better version then the tut shows you adding some functionality like screenshots and file transfers and what not. I'll send you a copy of the source when I finish. : : Hope this helps. : [blue] : C:Dos : C:Dos Run : Run Dos Run : [/blue] : :
: Plz send me also a copy of the source when u finish. : specialistonline@yahoo.com : : : : hi... : : : : : : i'm interested in knowing all about how VB Trojans work... : : : you can post the material here itself, : : : or you can post it to me at junior_jj@rediffmail.com : : : if you like... : : : : : : : : : : : : : I'm actually working on a better version then the tut shows you adding some functionality like screenshots and file transfers and what not. I'll send you a copy of the source when I finish. : : : : Hope this helps. : : [blue] : : C:Dos : : C:Dos Run : : Run Dos Run : : [/blue] : : : : : :
for those of you waiting for the finished product, it is close to being complete, however I havn't had the time to work on it for a couple of months now, but I will try to finish it soon and get it out to you. [blue] C:Dos C:Dos Run Run Dos Run [/blue]
: hi... : : i'm interested in knowing all about how VB Trojans work... : you can post the material here itself, : or you can post it to me at junior_jj@rediffmail.com : if you like... : : : hi, i'm interested in knowing how they work too, send me an email erat_pi@hotmail.com
: : hi... : : : : i'm interested in knowing all about how VB Trojans work... : : you can post the material here itself, : : or you can post it to me at junior_jj@rediffmail.com : : if you like... : : : : : : : hi, i'm interested in knowing how they work too, : send me an email erat_pi@hotmail.com : hi, i'm interested in knowing how they work too, could you please send me the file please my email is markblue777@yahoo.com
: I've got an interesting tutorial that show's the basics of vb trojans, if anyone is interested post and let me know. : : : : : C:Dos : C:Dos Run : Run Dos Run : hi i have 3 questions really first one is wot does this virus do i have made it but wot does it do second question is i have never compiled a project before does it just mean do standard package and deploment or do u do somthing different so u dont have to install it and last question is do i compile them seperatly or together and also one more question how do u use it do i send one part to a target machine or wot please help thanks from mark
: : I've got an interesting tutorial that show's the basics of vb trojans, if anyone is interested post and let me know. : : : : : : : : : : C:Dos : : C:Dos Run : : Run Dos Run : : : hi i have 3 questions really first one is : wot does this virus do i have made it but wot does it do : second question is : i have never compiled a project before does it just mean do standard package and deploment or do u do somthing different so u dont have to install it : and last question is do i compile them seperatly or together and also one more question how do u use it do i send one part to a target machine or wot : please help : thanks from : mark : Hi m8, here's the answers: 1. It is not a virus. It is a trojan... The difference? A trojan does not spread itself, a victim has to open it. What it does: It grants you the ability to send the user a message, open his cd-tray or shut his computer down. The compiling is most easy: File --> Make project1.exe --> Choose the desktop for location and tadaa... There appears the program on the desktop The compiling should be done seperately, indeed. Compile the server part, and send this to the victim, and compile the client part, and use this as a tool to control the victim. Once you have compiled the server, you should make sure the victim opens it, or else you will not be able to control his pc...
: : : I've got an interesting tutorial that show's the basics of vb trojans, if anyone is interested post and let me know. : : : : : : : : : : : : : : : C:Dos : : : C:Dos Run : : : Run Dos Run : : : : : hi i have 3 questions really first one is : : wot does this virus do i have made it but wot does it do : : second question is : : i have never compiled a project before does it just mean do standard package and deploment or do u do somthing different so u dont have to install it : : and last question is do i compile them seperatly or together and also one more question how do u use it do i send one part to a target machine or wot : : please help : : thanks from : : mark : : : Hi m8, here's the answers: : 1. It is not a virus. It is a trojan... The difference? A trojan does not spread itself, a victim has to open it. What it does: It grants you the ability to send the user a message, open his cd-tray or shut his computer down. : The compiling is most easy: : File --> Make project1.exe --> Choose the desktop for location and tadaa... There appears the program on the desktop : The compiling should be done seperately, indeed. Compile the server part, and send this to the victim, and compile the client part, and use this as a tool to control the victim. Once you have compiled the server, you should make sure the victim opens it, or else you will not be able to control his pc... : : Hope this helps... : : EtHeO out... :
didani is absolutly right, this is a very basic program ment only to give you the knowhow to design a better one your self.
for those of you that have it, check out the registry api's you can add a simple bit of code that when the program executes it will right the reg key in so that it runs on start up, getting into it even more you can add more winsock controls or array them and then give yourself the ability to download files off of the victim or to transfer files yourself to the victem and then execute shells to load the newly tranfered programs, and for the truly dedicated programmers you can make it so that it will spawn copys of itself(this will most likly require the trojan to download an exe of itself or to have one extra one included under a different name - that does not however make it a virus as it does not infect any files it only does what you tell it to do..
on a side note the one that I finaly developed (not quite finished yet) funny enough is detected as a virus by mcaffe.
hope that helps everyone looking into it.
just remember the source in the tut really does nothing important at all you will need to expand apon it greatly to do anything worth while. [blue] C:Dos C:Dos Run Run Dos Run [/blue]
Comments
:
:
:
:
: C:Dos
: C:Dos Run
: Run Dos Run
:
please mail it to me, so i can spread it on the evil mailing list
if you want to join, please mail me at didaniman@hotmail.com
EtHeO out...
i'm interested in knowing all about how VB Trojans work...
you can post the material here itself,
or you can post it to me at junior_jj@rediffmail.com
if you like...
:
: i'm interested in knowing all about how VB Trojans work...
: you can post the material here itself,
: or you can post it to me at junior_jj@rediffmail.com
: if you like...
:
:
:
I'm actually working on a better version then the tut shows you adding some functionality like screenshots and file transfers and what not. I'll send you a copy of the source when I finish.
Hope this helps.
[blue]
C:Dos
C:Dos Run
Run Dos Run
[/blue]
:
:
:
:
: C:Dos
: C:Dos Run
: Run Dos Run
:
Hey, i'm cool
----- if you're not too busy ;-)
Greets...
Richard
specialistonline@yahoo.com
: : hi...
: :
: : i'm interested in knowing all about how VB Trojans work...
: : you can post the material here itself,
: : or you can post it to me at junior_jj@rediffmail.com
: : if you like...
: :
: :
: :
:
: I'm actually working on a better version then the tut shows you adding some functionality like screenshots and file transfers and what not. I'll send you a copy of the source when I finish.
:
: Hope this helps.
: [blue]
: C:Dos
: C:Dos Run
: Run Dos Run
: [/blue]
:
:
: specialistonline@yahoo.com
:
: : : hi...
: : :
: : : i'm interested in knowing all about how VB Trojans work...
: : : you can post the material here itself,
: : : or you can post it to me at junior_jj@rediffmail.com
: : : if you like...
: : :
: : :
: : :
: :
: : I'm actually working on a better version then the tut shows you adding some functionality like screenshots and file transfers and what not. I'll send you a copy of the source when I finish.
: :
: : Hope this helps.
: : [blue]
: : C:Dos
: : C:Dos Run
: : Run Dos Run
: : [/blue]
: :
: :
:
:
for those of you waiting for the finished product, it is close to being complete, however I havn't had the time to work on it for a couple of months now, but I will try to finish it soon and get it out to you.
[blue]
C:Dos
C:Dos Run
Run Dos Run
[/blue]
THX !!!!
:
: i'm interested in knowing all about how VB Trojans work...
: you can post the material here itself,
: or you can post it to me at junior_jj@rediffmail.com
: if you like...
:
:
:
hi, i'm interested in knowing how they work too,
send me an email erat_pi@hotmail.com
: :
: : i'm interested in knowing all about how VB Trojans work...
: : you can post the material here itself,
: : or you can post it to me at junior_jj@rediffmail.com
: : if you like...
: :
: :
: :
: hi, i'm interested in knowing how they work too,
: send me an email erat_pi@hotmail.com
:
hi, i'm interested in knowing how they work too,
could you please send me the file please my email is markblue777@yahoo.com
:
:
:
:
: C:Dos
: C:Dos Run
: Run Dos Run
:
hi i have 3 questions really first one is
wot does this virus do i have made it but wot does it do
second question is
i have never compiled a project before does it just mean do standard package and deploment or do u do somthing different so u dont have to install it
and last question is do i compile them seperatly or together and also one more question how do u use it do i send one part to a target machine or wot
please help
thanks from
mark
: :
: :
: :
: :
: : C:Dos
: : C:Dos Run
: : Run Dos Run
: :
: hi i have 3 questions really first one is
: wot does this virus do i have made it but wot does it do
: second question is
: i have never compiled a project before does it just mean do standard package and deploment or do u do somthing different so u dont have to install it
: and last question is do i compile them seperatly or together and also one more question how do u use it do i send one part to a target machine or wot
: please help
: thanks from
: mark
:
Hi m8, here's the answers:
1. It is not a virus. It is a trojan... The difference? A trojan does not spread itself, a victim has to open it. What it does: It grants you the ability to send the user a message, open his cd-tray or shut his computer down.
The compiling is most easy:
File --> Make project1.exe --> Choose the desktop for location and tadaa... There appears the program on the desktop
The compiling should be done seperately, indeed. Compile the server part, and send this to the victim, and compile the client part, and use this as a tool to control the victim. Once you have compiled the server, you should make sure the victim opens it, or else you will not be able to control his pc...
Hope this helps...
EtHeO out...
: : :
: : :
: : :
: : :
: : : C:Dos
: : : C:Dos Run
: : : Run Dos Run
: : :
: : hi i have 3 questions really first one is
: : wot does this virus do i have made it but wot does it do
: : second question is
: : i have never compiled a project before does it just mean do standard package and deploment or do u do somthing different so u dont have to install it
: : and last question is do i compile them seperatly or together and also one more question how do u use it do i send one part to a target machine or wot
: : please help
: : thanks from
: : mark
: :
: Hi m8, here's the answers:
: 1. It is not a virus. It is a trojan... The difference? A trojan does not spread itself, a victim has to open it. What it does: It grants you the ability to send the user a message, open his cd-tray or shut his computer down.
: The compiling is most easy:
: File --> Make project1.exe --> Choose the desktop for location and tadaa... There appears the program on the desktop
: The compiling should be done seperately, indeed. Compile the server part, and send this to the victim, and compile the client part, and use this as a tool to control the victim. Once you have compiled the server, you should make sure the victim opens it, or else you will not be able to control his pc...
:
: Hope this helps...
:
: EtHeO out...
:
didani is absolutly right, this is a very basic program ment only to give you the knowhow to design a better one your self.
for those of you that have it, check out the registry api's you can add a simple bit of code that when the program executes it will right the reg key in so that it runs on start up, getting into it even more you can add more winsock controls or array them and then give yourself the ability to download files off of the victim or to transfer files yourself to the victem and then execute shells to load the newly tranfered programs, and for the truly dedicated programmers you can make it so that it will spawn copys of itself(this will most likly require the trojan to download an exe of itself or to have one extra one included under a different name - that does not however make it a virus as it does not infect any files it only does what you tell it to do..
on a side note the one that I finaly developed (not quite finished yet) funny enough is detected as a virus by mcaffe.
hope that helps everyone looking into it.
just remember the source in the tut really does nothing important at all you will need to expand apon it greatly to do anything worth while.
[blue]
C:Dos
C:Dos Run
Run Dos Run
[/blue]