epi052 / feroxbuster

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

[BUG] #164

Closed Alphaz0r closed 3 years ago

Alphaz0r commented 3 years ago

Describe the bug Hello, just installed the service, it is really great tbh but I'm facing an error, here's a screenshot of it image

To Reproduce Steps to reproduce the behavior:

  1. 10.10.10.209 is Doctor box from HackTheBox.eu ( a vm )
  2. Launch the vm from the website
  3. Command is just above ( sudo ./feroxbuster -w medium.txt -u https://10.10.10.209:8089/ -t 25 )

Expected behavior Enumeration of this website

Traceback / Error Output Look at screenshot :)

Environment (please complete the following information):

Additional context I tried to enumerate the same target with gobuster and it worked really well, I'm wondering why it doens't work with ferox... image

epi052 commented 3 years ago

Hey there, thanks for giving ferox a try!

You just need a -k added to your command.

Ferox rejects self signed certs and other "insecure" certificates by default. You can choose to scan these services anyway by telling ferox to ignore insecure server certs.

Let me know if that fixes your issue, and thanks again!

Alphaz0r commented 3 years ago

Hello !

Thanks a lot, it did work. Sorry for bothering you !

Have a nice day, merry christmas !

epi052 commented 3 years ago

Not a bother at all, thanks for reporting back!

:christmas_tree: Merry christmas to you as well :christmas_tree:

closing

epi052 commented 3 years ago

Also, the README will be updated to capture this in the FAQ, thanks again!