xp4xbox / Python-Backdoor

This project is a cross-platform backdoor/reverse shell and post-exploitation tool written in Python3
GNU General Public License v3.0
707 stars 204 forks source link

Keylogger #87

Closed Chomikmarkus closed 2 years ago

Chomikmarkus commented 2 years ago

OS: [e.g. Windows 10] Commit/Build: [e.g. b227928]

OS:Windows 2019 server

Hello again! Starting keylogger with K start, dumping logs K dump, it dumps keylog file in .png format what is not readable by any image viewer! Where is trick? ;)

Chomikmarkus commented 2 years ago

Alreqdy found trick ;)! By the way nice work buddy! any suggestions or advices adding new modules? Socks5 module would be very useful and somebtunneling options, like shadowsocks or something similar!

xp4xbox commented 2 years ago

Im not sure what you meant by keylog dumps as png, its not a png, its text.

For implementing a module, the code is pretty straightforward so just fork the project and add your changes. The main class for connection is server/server.py and client/client.py.