-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Description
I tested "ffuf" on "Beep" lab machine on HTB. The lab use old TLSv1. And when:
- I use ffuf with https, there is no results for both files and directories
- I use ffuf with http, it found files + tons of directories with 302 code
- I use ffuf with http, and filter status code 302. it found some files + directories but not enough
- I use "wfuzz", "dir", "dirbuster", and "feroxbuster" it can find all the files as well as directories
- When I check log file it says "tls: server selected unsupported protocol version 301"
→ Something wrong with ffuf when fuzzing https when server use old TLDs
How to fix these cases?
Metadata
Metadata
Assignees
Labels
No labels