#873·ffuf

HTB Academy - Recursive Fuzz Issue

Author: FILX04Created Nov 20, 2025Updated Feb 11, 2026

I have been stuck on this module since days. Issue is whenever i try fuzz command with medium list it takes a LONG time to scan for levels by the time I am on level 2 the IP expires as it has just 90 minutes validity. I have tried various changes such as using small list or common.txt but it produces no result. Below is the only command that comes close to working but IP expires by the time I reach level 2

ffuf
-w /usr/share/seclists/Discovery/Web-Content/directory-list-2.3-medium.txt
-u http://94.237.59.225:51891/recursive_fuzz/FUZZ
-e .html
-ic
-recursion
-recursion-depth 3
-rate 800
-timeout 3
-mc 200-299,301,302,307,401,403,405,500
-t 40