-
Notifications
You must be signed in to change notification settings - Fork 83
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
Fix auth #115
Fix auth #115
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In cherrybomb-engine/src/scan/active/http_client/auth.rs, you forgot to implement the custom auth type, and that's why it said the the 3 parts thingy is redundant, please implement it, plus I changed you toml file to have cherrybomb engine 0.1 and not path, we have to uplaod cherrybomb engine to crates.io before we move on, and that's for Raz to do.
@GuyL99 , |
Why not include custom then? |
Raz called it header type instead of custom, it is work the same way. User provide header and value |
Custom can be delivered by query or payload as a parameter... |
|
74741e5
to
fd099bc
Compare
Merged with dev, will be added to main in 1.0.1 |
Hey I fixed authentication and made some changes in auth.rs and conf.rs
In response to my issue #109