Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/waived/python-reverse-tcp
Reverse TCP shell written in Python ꟷ Remote shell execution
https://github.com/waived/python-reverse-tcp
backdoor python-backdoor python-shell remote-shell reverse-shell reverse-tcp-payload reverse-tcp-shell reverse-tcp-shells
Last synced: 12 days ago
JSON representation
Reverse TCP shell written in Python ꟷ Remote shell execution
- Host: GitHub
- URL: https://github.com/waived/python-reverse-tcp
- Owner: waived
- Created: 2024-10-10T00:27:22.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-10-16T20:03:18.000Z (about 1 month ago)
- Last Synced: 2024-10-18T19:11:15.935Z (about 1 month ago)
- Topics: backdoor, python-backdoor, python-shell, remote-shell, reverse-shell, reverse-tcp-payload, reverse-tcp-shell, reverse-tcp-shells
- Language: Python
- Homepage:
- Size: 67.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
PYTHON SHELL:
Description:
Via a Reverse-TCP-connection, the 'server.py' controller can manage
multiple incoming-connections from devices infected with 'client.py'Initially built with the intent of being used against Linux/Unix
environments, this script can easily be modified and used on
the Windows NT platforms as well.Note: There are no features/functions built into this shell. It only
functions as a raw terminal environment, either using SH, BASH,
or Command-Prompt statements. If said statements yield verbose
output to the user, the client.py backdoor will report the
output back to the attacker.This shell CANNOT manage sessions with devices in a concurrent
manner, nor switch between sessions. This is a basic shell design
used for basic penetration testing / red teaming activities.If used on a Windows NT platform, using AutoPyToExe (fouond at
https://pypi.org/project/auto-py-to-exe/) is a plausible option
for converting the client.py to a packaged non-dependent Windows
executable file.Good luck, and use responsibly!