Skip to content

Simple Python scripts to listen, log and forward network traffic

License

Notifications You must be signed in to change notification settings

b9389/port-forwarder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

port-forwarder

Simple Python scripts to listen, log and forward network traffic

Usage

  • Use forward-tcp.py to forward TCP traffic

  • Use forward-udp.py to forward UDP traffic

  • Edit the file and set listen_host, listen_port, target_host, target_port

  • python forward-*.py

  • Output is written to stdout

  • proxy.py forwards HTTP traffic

Other Proxies

  • SMTP: python -m smtpd -c DebuggingServer -n localhost:25

About

Simple Python scripts to listen, log and forward network traffic

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%