ronin-rb / ronin

Ronin is a Free and Open Source Ruby Toolkit for Security Research and Development. Ronin also allows for the rapid development and distribution of code, exploits, payloads, etc, via 3rd-party git repositories.
https://ronin-rb.dev
GNU General Public License v3.0
694 stars 50 forks source link

Add a proxy command for Ronin::Network::{TCP,UDP}::Proxy #17

Closed postmodern closed 12 years ago

postmodern commented 12 years ago

Add a proxy command for using Ronin::Network::TCP::Proxy and Ronin::Network::UDP::Proxy.

postmodern commented 12 years ago

Should this command have a net: prefix?

$ ronin net:proxy ....
postmodern commented 12 years ago

Implemented in lib/ronin/ui/cli/commands/net/proxy.rb.