-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
Logs for scan #2
ffuf -w /usr/src/wordlist/dicc.txt -e .html,.php,.git,.yaml,.conf,.cnf,.config,.gz,.env,.log,.db,.mysql,.bak,.asp,.aspx,.txt,.conf,.sql,.json,.yml,.pdf -p 0.05 -recursion -recursion-depth 2 -t 30 -timeout 5 -ac -mc 200,204 -u https://subdimain.maindomain.com/FUZZ -json
ffuf -w /usr/src/wordlist/dicc.txt -e .html,.php,.git,.yaml,.conf,.cnf,.config,.gz,.env,.log,.db,.mysql,.bak,.asp,.aspx,.txt,.conf,.sql,.json,.yml,.pdf -p 0.05 -recursion -recursion-depth 2 -t 30 -timeout 5 -ac -mc 200,204 -u https://subdimain2.maindomain.com/FUZZ -json
Expected Behavior
Give output and continue scan.
Steps To Reproduce
While performing full scan after running for 19 hrs my scan got failed on Directory and file fuzz with error Error: KeyError('subdomain_id') and when I check for logs it has only ffuf comands .
Logs for scan #2
ffuf -w /usr/src/wordlist/dicc.txt -e .html,.php,.git,.yaml,.conf,.cnf,.config,.gz,.env,.log,.db,.mysql,.bak,.asp,.aspx,.txt,.conf,.sql,.json,.yml,.pdf -p 0.05 -recursion -recursion-depth 2 -t 30 -timeout 5 -ac -mc 200,204 -u https://subdimain.maindomain.com/FUZZ -json
ffuf -w /usr/src/wordlist/dicc.txt -e .html,.php,.git,.yaml,.conf,.cnf,.config,.gz,.env,.log,.db,.mysql,.bak,.asp,.aspx,.txt,.conf,.sql,.json,.yml,.pdf -p 0.05 -recursion -recursion-depth 2 -t 30 -timeout 5 -ac -mc 200,204 -u https://subdimain2.maindomain.com/FUZZ -json
Environment
- reNgine: latest
- OS: Ubuntu
- Python: latest
- Docker Engine: latest
- Docker Compose: latest
- Browser: firefox
Anything else?
No response