Skip to content

ghostware0x00/NetPyExec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages