Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/4n4nk3/tinkerershell

A simple python reverse shell written just for fun.
https://github.com/4n4nk3/tinkerershell

backdoor keylogger python rat reverse-shell

Last synced: 22 days ago
JSON representation

A simple python reverse shell written just for fun.

Awesome Lists containing this project

README

        

# TinkererShell
A simple reverse shell written in python 3.7 just for fun.
Actually it supports Windows and Linux OS and integrates some basic features like keylogging and AES encrypted communications.

### Supported operating systems:
- [x] Windows
- [x] Linux
- [ ] OSX

### Functions and characteristics:
- [x] Reverse connection.
- [x] AES encrypted communications.
- [x] Multithreaded.
- [x] Support multiple bots connected at the same time.
- [x] Keylogger.
- [x] Possibility to take screenshots of bot's monitors.
- [x] Possibility to take pictures using bot's webcam.
- [x] Possibility to steal bot's clipboard's content.
- [x] Possibility to enable or disable persistence (before payload delivery or later via remote control).
- [x] Possibility to enable or disable keylogger (before payload delivery or later via remote control).
- [x] Simple DNS spoofer (via hosts file).
- [x] Capability to upload and download files to and from the bot.


> Work in progress... stay tuned!

#### TODO:

* Thoroughly test persistence function on Linux.
* Thoroughly test persistence function on Windows.
* Add webcam stream and microphone recording (ideally streaming from bot and saving locally to master).

**_This project is for educational purposes only. Don't use it for illegal activities. I don't support nor condone illegal or unethical actions and I can't be held responsible for possible misuse of this software._**