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

Verbose logs for troubleshooting? #33

Open
shafr opened this issue Aug 31, 2023 · 2 comments
Open

Verbose logs for troubleshooting? #33

shafr opened this issue Aug 31, 2023 · 2 comments

Comments

@shafr
Copy link

shafr commented Aug 31, 2023

I've just switch to the latest version (using cargo install) and now after starting fuzzing nothing is going on, I just see header & then it hangs. Is there a way to output verbose logs of what's going on ? If I run command with Strace I see that's there's something going on.

Also is there a way to ignore certificates ? When I switch domain to a IP address i'm getting:

Error: unable to send request: https://1.2.3.4/healthcheck: Connection Failed: tls connection init failed: invalid peer certificate: NotValidForName
@shafr
Copy link
Author

shafr commented Aug 31, 2023

Ideally to print:

  • query url
  • request headers
  • request arguments

@nponsard
Copy link
Contributor

Hello, for your second request there is now the --skip-tls-verify option added by #34.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants