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 --cookie and --cookie-param options to ronin http #168

Closed
postmodern opened this issue Sep 18, 2023 · 2 comments
Closed

Add --cookie and --cookie-param options to ronin http #168

postmodern opened this issue Sep 18, 2023 · 2 comments
Assignees
Labels
command-option A command option feature New Feature help-wanted Extra attention is needed
Milestone

Comments

@postmodern
Copy link
Member

The ronin http command should have --cookie "..." and --cookie-param NAME=VALUE options, similar to ronin-vulns scan. Feel free to copy the code and specs from ronin-vulns. The options should populate a @cookie instance variable of type Ronin::Support::Network::HTTP::Cookie and pass it to Support::Network::HTTP.request(...) and HTTPShell.start(...). The new options should also be added to the Ronin::CLI::Commands::Http class documentation and the man/ronin-http.1.md man-page.

@postmodern postmodern added feature New Feature command-option A command option labels Sep 18, 2023
@postmodern postmodern added this to the 2.1.0 milestone Sep 18, 2023
@postmodern postmodern added the help-wanted Extra attention is needed label Sep 18, 2023
@Aniket-508
Copy link

I would like to work on this. Can you assign it to me? @postmodern

@postmodern
Copy link
Member Author

Implemented by 1adc8a6.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
command-option A command option feature New Feature help-wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants