8000 GitHub - Nmotta/FoxPrototype: personal set up for base configuration.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Nmotta/FoxPrototype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Port Forwarding using Ruby

port-forward forwards(obviously) an incomming TCP connection on a specific port to another local/remote port

Note: Type 'exit' or 'quit' to exit the script safely (wont exit your netcat session)

OS Support

  • port-forward.rb
    • Support all OS's if ruby installed
  • port-farward.exe
    • Support Windows (Portable - no ruby required)

Usage

ruby port-forward.rb <LPORT>:<RHOST>:<RPORT>

Example

$> ruby port-forward.rb 80:localhost:8080

or

$> ruby port-forward.rb 4444:192.168.100.17:4444

About

personal set up for base configuration.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0