Multithread reverse shell listener
Project description
multicat
Multithread reverse shell listener
Use cases
Sometimes you have to spread the same payload to multiple targets and don't know how many clients will try to connect back. Multicat allow to setup a listener capable of handling multiple connections on the same port and interact with each client on a separate session. This server is client agnostic: compatible with any reverse shell that would work with a netcat listener.
Installation
pip install multicat
Usage
To start listening on the port of your choice:
mc -p 1234
Arguments
Usage: mc [-h] [-p] [-m] [-t]
-h, --help show this help message and exit
-p , --port port to listen (default: 28000)
-m , --max-clients max number of new clients to queue before establish connection (default: 5)
-t , --timeout connections timeout (default: 10)
Commands
Available commands in general menu context:
COMMAND DESCRIPTION
------------------------------------
HELP List available commands
SESSIONS List established sessions
START <id> Interact with a client
CLOSE <id> Close an specific connection
EXIT / QUIT Exit the entire application
Available commands in session context:
COMMAND DESCRIPTION
------------------------------------
STOP Stop interacting with the current session
CLOSE Close the current connection
Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
License
Distributed under the GNU General Public License v3.0. See LICENSE
for more information.
Legal disclaimer
This tool is created for the sole purpose of security awareness and education, it should not be used against systems that you do not have permission to test/attack. The author is not responsible for misuse or for any damage that you may cause. You agree that you use this software at your own risk.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file multicat-0.1.1.tar.gz
.
File metadata
- Download URL: multicat-0.1.1.tar.gz
- Upload date:
- Size: 17.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4f4e77a6975cee4cc9570144fdb0bb492d41fd2ed3caf8ab04021d35ba2fbd00 |
|
MD5 | 2ae885b38163bf174e65b87e1fd9b494 |
|
BLAKE2b-256 | 316c491d87d5f0148dab7d7fe00931dca7f130a38d64cba6781f4addecb3d97f |