Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 778 Bytes

File metadata and controls

30 lines (24 loc) · 778 Bytes

NetPyExec

A command-line Python tool for half-duplex TCP client-server communication with interactive bind shell capability.

Documentation

Usage

Listen for incoming requests

  • accept requests from client and acts like a TCP server(half duplex).
python netpyexec.py -l -p <PORT>

Send messages to target

  • send messages to server and acts like a TCP client(half duplex).
python netpyexec.py -t <TARGET IP> -m "<MESSAGE>" -p <PORT>

Listen for BindShell (Victim)

  • Listen for requests to accept the bind shell request from the victim machine.
python netpyexec.py -bL -p <PORT>

Send BindShell (Attacker)

  • Send bind shell request from the attacker machine.
python netpyexec.py -t <TARGET IP> -p <PORT> -bS