Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/4n4nk3/tinkerershell
- Owner: 4n4nk3
- License: gpl-3.0
- Archived: true
- Created: 2019-02-24T19:19:07.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-06T22:08:58.000Z (almost 2 years ago)
- Last Synced: 2024-08-04T09:04:22.096Z (4 months ago)
- Topics: backdoor, keylogger, python, rat, reverse-shell
- Language: Python
- Homepage:
- Size: 57.6 KB
- Stars: 66
- Watchers: 5
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-network-stuff - **42**星
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._**