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
697 stars 50 forks source link

Add a `ronin refang` command #233

Closed postmodern closed 5 days ago

postmodern commented 5 days ago

As a counterpart to #204, there should also be a ronin refang command which re-fangs previously defanged URLs, host names, and IPs.

This command should inherit from ValueProcessorCommand so that it can process URLs or IPs as both command-line arguments and via the --file option.

This should use the new Ronin::Support::Network::Defang module in the ronin-support 1.2.0 branch.

postmodern commented 5 days ago

Implemented by 2f4491b.