Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a ronin refang command #205

Open
postmodern opened this issue Jun 19, 2024 · 0 comments
Open

Add a ronin refang command #205

postmodern opened this issue Jun 19, 2024 · 0 comments
Assignees
Labels
command Ronin Command feature New Feature

Comments

@postmodern
Copy link
Member

postmodern commented Jun 19, 2024

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

  • hxxps://www[.]evil[.]com/foo/bar/baz -> https://www.evil.com/foo/bar/baz
  • 192[.]168[.]1[.]1 -> 192.168.1.1

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

@postmodern postmodern added feature New Feature command Ronin Command labels Jun 19, 2024
@AI-Mozi AI-Mozi self-assigned this Sep 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
command Ronin Command feature New Feature
Projects
None yet
Development

No branches or pull requests

2 participants