epi052 / feroxbuster

A fast, simple, recursive content discovery tool written in Rust.
https://epi052.github.io/feroxbuster/
MIT License
5.94k stars 499 forks source link

[BUG] Feroxbuster fails to connect to live target #1181

Closed rew1nter closed 2 months ago

rew1nter commented 4 months ago

Describe the bug The URL is accessible but feroxbuster cant connect image

To Reproduce

Expected behavior To Fuzz as usual

Traceback / Error Output If applicable, add error output to help explain your problem.

Environment (please complete the following information):

Additional context I have the insecure flag set via an alias. Even without it, it wont work

epi052 commented 4 months ago

rei.com has some weird issues. Try adding -H 'User-Agent: Firefox/120', it should work with that header.

rew1nter commented 4 months ago

Interesting. It responds to httpie without any User-Agent header.

epi052 commented 2 months ago

My guess would be that httpie doesn't set a default header, or at least sets one that makes it through w/e filter rei uses. Closing this one since the issue is server-side. Please feel free to reopen if needed