How To Make A Keylogger
Learn how to make a 360 video camera!
https://www.youtube.com/watch?v=KSRaU9MHVVg
-~-~~-~~~-~~-~-
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
Closed Caption:
yeah
key logging what is a method of
recording a computer's he strokes for
later review
there can be both software and hardware
based key loggers and their purpose is
to intercept the signal from the
keyboard to the computer hardware key
loggers are the most reliable but not
really the most undetectable
unless you're the type of person that
never looks behind your computer
they consist of mainly a
micro-controller that's used for data
logging and other miscellaneous
electronic components and unfortunately
i don't have access to these components
so I'm not able to show you how to build
a road but if you're interested this
page will take you step by step and
showing you how to build a software
keylogger functions as a programmer
script that runs in the background of
the computer
the basic version of the software key
logger which I will show you how to make
it a minute
merely large the keystrokes to a text
file so that you can then retrieve more
advanced keyloggers such as the all spy
keylogger rule allows you to log keys
screenshots instant message
conversations and have them
automatically emailed to you or uploaded
to the server
although the software is not free
they've agreed to provide free 3 month
licenses to 50 of my viewers
so if that's something that you're
interested in please read the video
description for more
as for making your own basic keylogger
you'll need to know how to program the
wall there are several different
programming languages out there that can
make keyloggers i'm going to be using
Python because it's the simplest
programming language for key logging
so open up a web browser and go to
www.paypal.com org to get a copy of the
python programming language
click on the download link and download
and install
version 2.6 after you have Python
installed on your computer the next
thing you'll need to do is go to PI hook
. sourceforge.net
it and click on the download link and
then download in the stall
hi hope the python 2.6 the last thing
that will need to download is found at
www.skory.net / project / pi win 32 and
you'll want to download version of pie
132 for python 2.6 once you have all
three of these items installed open up
the Python GUI by going to the start
menu clicking on all programs going to
python 2.6 and selecting idol pythons
you line in the interface
she'll go to file new window to start
making a new project
the first thing we will do is import all
the necessary modules that we're going
to need in order to make this run the
132 modules are where we are going to
use to manipulate the windows
environment such as minimizing windows
or making them hidden all together
python calm and pie hook provide the
necessary code to capture and interpret
the keyboard keys
this line of code is to hide the Python
command window so that this program runs
without any windows popping up
now here we create an exit script that
uses ascii value 52 in the program
ask you value 5 is the same thing as
hitting ctrl key on your keyboard
this script tells the code not to log
any shift keys and then to open up our
log file which is found at sea : /
output . texts and read whatever's in it
and save it to a variable called bumper
and then close the file and now we're
going to reopen up or log file again and
this time we're going to write to it and
we're going to save all of our log
information as a variable called team
dogs and then this line of code detects
whenever the return key is hit and
replaces the return key with the symbol
/in and now we're going to combine all
of our key logs with the original buffer
file and then write that buffer file to
output . text and then close it and now
this last code creates the hook manager
and then this next line watches for all
the key to the eggs and then we're going
to set the hook that captures all these
events and then we're going to record it
when you've got all that go to file save
and save it to your c drive is longer .
py
now go to see dr and double click on it
and you may see console for a split
second but it should go away pretty
quick
then just start typing something and
whenever you through hit ctrl key to
stop the logger and now open up output .
text also found a new CD drive and you
should see everything that you just type
now again this is just the basics of a
keylogger if you're wanting something
more full-featured then be sure to check
out the all spies keylogger at the URL
below
all right well that's it for this
tutorial for more go to take the dot com
Video Length: 05:28
Uploaded By: Tinkernut
Published: 9/11/2009
View Count: 801,715