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 #205

Closed postmodern closed 3 days ago

postmodern commented 5 months ago

Add a command which accepts "de-fanged" URLs or IPs and un-de-fangs them.

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

postmodern commented 3 days ago

Accidentally duplicated this issue as #233 and implemented it. Closing.