Created
September 10, 2021 16:02
-
-
Save oxtd/a9f2d6a4e692682c7d26ecd0245c6e52 to your computer and use it in GitHub Desktop.
vhost
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wfuzz -c -w /usr/share/seclists/Discovery/DNS/subdomains-top1million-110000.txt -u http://horizontall.htb/ -H "Host:FUZZ.horizontall.htb" --hl 1,7 | |
/usr/lib/python3/dist-packages/wfuzz/__init__.py:34: UserWarning:Pycurl is not compiled against Openssl. Wfuzz might not work correctly when fuzzing SSL sites. Check Wfuzz's documentation for more information. | |
******************************************************** | |
* Wfuzz 3.1.0 - The Web Fuzzer * | |
******************************************************** | |
Target: http://horizontall.htb/ | |
Total requests: 114441 | |
===================================================================== | |
ID Response Lines Word Chars Payload | |
===================================================================== | |
000047093: 200 19 L 33 W 413 Ch "api-prod" | |
Total time: 0 | |
Processed Requests: 53902 | |
Filtered Requests: 53900 | |
Requests/sec.: 0 | |
/usr/lib/python3/dist-packages/wfuzz/wfuzz.py:78: UserWarning:Fatal exception: Pycurl error 28: Operation timed out after 89999 milliseconds with 0 bytes received |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment