netpy
more than implementation of netcat
π»
Featutres - core written in
C
- TCP & UDP
- Backdoor (Reverse Shell)
- Honeypot
- File transfer
- Port forwarding
- Proxy
- Web Server
- Port scanning
- Authentication
- Middelware
- Encription Connection
-
allow
&deny
specific remote IP-address. - Multi-Client
- Build-in custom CLI
Structure
netpy
ββββcore
ββββcli
ββββconnection
Available Commands
- listen mode, for inbound connects
netpy -l 567
- Connecting to that port from another machine:
netpy -1.2.3.4 5676
- Setting up a remote shell listener:
netpy -v -e '/bin/bash' -l -p 1234 -t
- Scan range of ports from 80 to 127
netpy -z 127.0.0.1 80-127