Forums: Vb Keylogger - Forums

Jump to content

  • (2 Pages)
  • +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

Vb Keylogger Key Logger Project for Visual Basic

#16 User is offline   PiP 

  • Corporal
  • Icon
  • Group: Members
  • Posts: 172
  • Joined: 28-December 03

Posted 06 January 2004 - 09:02 PM

I cant attach files(yet?) but i have a smtp module coded in VB (works to send to hotmail at least)

as well as a module to access socks to eliminate having to use the winsock control(not programmed by me)

and working code using Getasynckeystate and GetKeyState for keylogging
when i made it i used simple form of encryption for the log files using ascii offset

also have semi icq pager working...the method icq pager works has changed, but could update it to work with the new pager

basacly i got lotsa time on my hands, bored, and looking for somthing to do and have had lots of experience in VB / making keyloggers - so if u need any help

about the idea using the IE control, ill give it a test when i get home posting to a asp page and see what zone alarm has to say about it.


and making the program stealth, could use the method those guys used to get the HL2 source code, cant remember the name, but it hides ur app completly on 2k/xp/etc


also have u thought about how the program will store its info on who to send to etc... i used a method of making 3 large variables in the code and puting strings to search for <ID1> ..lots of space... <EOID1>, then openign the exe in binary and writing the email address, icq#, etc.. into it
0

#17 User is offline   PiP 

  • Corporal
  • Icon
  • Group: Members
  • Posts: 172
  • Joined: 28-December 03

Posted 06 January 2004 - 09:14 PM

a problem with using the IE control is it might want to add urls, etc. to its Histroy, we had a problem like this when using XSS, i havnt had much experience with the IE control, but there is away around it if need be

The only problem with using VB for a keylogger i ever ran into is the need for the vb runtimes...but most systems have them these days anyway with XP


anyone know why i cant attach files?
0

#18 User is offline   Faceless Master 

  • Staff Sergeant
  • Icon
  • Group: Members
  • Posts: 259
  • Joined: 06-January 04

Posted 10 January 2004 - 03:41 AM

PiP, on Jan 7 2004, 05:02 AM, said:

I cant attach files(yet?) but i have a smtp module coded in VB (works to send to hotmail at least)

as well as a module to access socks to eliminate having to use the winsock control(not programmed by me)

and working code using Getasynckeystate and GetKeyState for keylogging
when i made it i used simple form of encryption for the log files using ascii offset

also have semi icq pager working...the method icq pager works has changed, but could update it to work with the new pager

basacly i got lotsa time on my hands, bored, and looking for somthing to do and have had lots of experience in VB / making keyloggers - so if u need any help

about the idea using the IE control, ill give it a test when i get home posting to a asp page and see what zone alarm has to say about it.


and making the program stealth, could use the method those guys used to get the HL2 source code, cant remember the name, but it hides ur app completly on 2k/xp/etc


also have u thought about how the program will store its info on who to send to etc... i used a method of making 3 large variables in the code and puting strings to search for <ID1> ..lots of space... <EOID1>, then openign the exe in binary and writing the email address, icq#, etc.. into it

Well dude!
You can download Keyloggers ,trojan source from my site if you are having problem with the one u have.
http://www.facelessmaster.tk
and,to make your vb application runtime free,
just compile it in VB5.It wont need that msvbvm60.dll
Have Fun
Faceless Master
0

#19 User is offline   shaun2k2 

  • Sergeant First Class
  • Icon
  • Group: Specialist
  • Posts: 348
  • Joined: 14-August 03

Posted 13 January 2004 - 12:10 PM

About the anti-virus thing, isn't there anyway you could polymorph some of the keylogging code to avoid being picked up by the Anti-Virus as a common keylogging checksum?

Keep us posted. :)


-Shaun.
0

#20 User is offline   PiP 

  • Corporal
  • Icon
  • Group: Members
  • Posts: 172
  • Joined: 28-December 03

Posted 13 January 2004 - 05:56 PM

Faceless Master, on Jan 10 2004, 11:41 AM, said:

Well dude!
You can download Keyloggers ,trojan source from my site if you are having problem with the one u have.
http://www.facelessmaster.tk
and,to make your vb application runtime free,
just compile it in VB5.It wont need that msvbvm60.dll
Have Fun
Faceless Master

It wont need the vb6 runtimes

but wont it need the vb5 runtimes?

and my key logger works, just its functions to send to ICQ dont work any more (due to icq changing the way they do things with the web pager)
0

#21 User is offline   PiP 

  • Corporal
  • Icon
  • Group: Members
  • Posts: 172
  • Joined: 28-December 03

Posted 13 January 2004 - 06:02 PM

shaun2k2, on Jan 13 2004, 08:10 PM, said:

About the anti-virus thing, isn't there anyway you could polymorph some of the keylogging code to avoid being picked up by the Anti-Virus as a common keylogging checksum?

Keep us posted. :)


-Shaun.

well i just pulled out my vb code cd and compiled my vb keylogger

fully updated NAV dosnt pick it up

You could probably use polymorphic-like code to change the way it listens for keystrokes...but in VB nfi
0

#22 User is offline   PiP 

  • Corporal
  • Icon
  • Group: Members
  • Posts: 172
  • Joined: 28-December 03

Posted 13 January 2004 - 06:07 PM

Another thing, have you thought about how your going to set the options for the keylogger when u make it, (e.g. the email address to send the log files to, etc...)

i used a system like sub7's edit server

http://a.1asphost.co...eylogEditor.JPG
0

#23 User is offline   Faceless Master 

  • Staff Sergeant
  • Icon
  • Group: Members
  • Posts: 259
  • Joined: 06-January 04

Posted 15 January 2004 - 06:25 AM

PiP, on Jan 14 2004, 01:56 AM, said:

Faceless Master, on Jan 10 2004, 11:41 AM, said:

Well dude!
You can download Keyloggers ,trojan source from my site if you are having problem with the one u have.
http://www.facelessmaster.tk
and,to make your vb application runtime free,
just compile it in VB5.It wont need that msvbvm60.dll
Have Fun
Faceless Master

It wont need the vb6 runtimes

but wont it need the vb5 runtimes?

and my key logger works, just its functions to send to ICQ dont work any more (due to icq changing the way they do things with the web pager)

Well ,the VB 5 Runtimes are already present in WinXP,2k,98
Regards
~Faceless Master
0

  • (2 Pages)
  • +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users

  • Share



Our Sponsors:


SwiftLayer Affiliate Web Hosting