┌─[michael@parrot]─[/usr/share/wfuzz/src/wfuzz] └──╼ $wfuzz -w /usr/share/wfuzz/wordlist/general/common.txt http://testphp.vulnweb.com/FUZZ ******************************************************** * Wfuzz 2.2.9 - The Web Fuzzer * ********************************************************
Target: http://testphp.vulnweb.com/FUZZ Total requests: 950
================================================================== ID Response Lines Word Chars Payload ==================================================================
000223: C=404 7 L 12 W 168 Ch "constants" 000224: C=404 7 L 12 W 168 Ch "contact" 000225: C=404 7 L 12 W 168 Ch "contacts" 000230: C=404 7 L 12 W 168 Ch "controlpanel" 000226: C=404 7 L 12 W 168 Ch "content" 000227: C=404 7 L 12 W 168 Ch "contents" 000228: C=404 7 L 12 W 168 Ch "control" ... 000008: C=404 7 L 12 W 168 Ch "100"
Name | Summary ---------------------------------------------------------------------------------------------- product | Returns an iterator cartesian product of input iterables. zip | Returns an iterator that aggregates elements from each of the iterables. chain | Returns an iterator returns elements from the first iterable until it is exhaust | ed, then proceeds to the next iterable, until all of the iterables are exhausted | .
┌─[michael@parrot]─[/usr/share/wfuzz/src/wfuzz] └──╼ $wfuzz -z help --slice "dirwalk" Name: dirwalk 0.1 Categories: default Summary: Returns filename's recursively from a local directory. Author: Xavi Mendez (@xmendez) Description: Returns all the file paths found in the specified directory. Handy if you want to check a directory structure against a webserver, for example, because you have previously downloaded a specific version of what is supposed to be on-line. Parameters: + dir: Directory path to walk and generate payload from.
┌─[michael@parrot]─[/usr/share/wfuzz/src/wfuzz] └──╼ $crunch 2 2 ab | wfuzz -z stdin http://testphp.vulnweb.com/FUZZ Crunch will now generate the following amount of data: 12 bytes 0 MB 0 GB 0 TB 0 PB Crunch will now generate the following number of lines: 4 ******************************************************** * Wfuzz 2.2.9 - The Web Fuzzer * ********************************************************
Target: http://testphp.vulnweb.com/FUZZ Total requests: <<unknown>>
================================================================== ID Response Lines Word Chars Payload ==================================================================
000002: C=404 7 L 12 W 168 Ch "ab" 000001: C=404 7 L 12 W 168 Ch "aa" 000003: C=404 7 L 12 W 168 Ch "ba" 000004: C=404 7 L 12 W 168 Ch "bb"
┌─[michael@parrot]─[~] └──╼ $wfuzz -w /usr/share/wfuzz/wordlist/general/common.txt --hc 404 http://datalayer.io/FUZZ ******************************************************** * Wfuzz 2.2.9 - The Web Fuzzer * ********************************************************
Target: http://datalayer.io/FUZZ Total requests: 950
================================================================== ID Response Lines Word Chars Payload ==================================================================
000083: C=200 51 L 138 W 962 Ch "apache" 000008: C=200 51 L 138 W 962 Ch "100" 000009: C=200 51 L 138 W 962 Ch "1000" 000011: C=200 51 L 138 W 962 Ch "2" 000012: C=200 51 L 138 W 962 Ch "20" 000013: C=200 51 L 138 W 962 Ch "200" ...
┌─[michael@parrot]─[~] └──╼ $wfuzz -w /usr/share/wfuzz/wordlist/general/common.txt --hc 404 --hh 962 http://datalayer.io/FUZZ ******************************************************** * Wfuzz 2.2.9 - The Web Fuzzer * ********************************************************
Target: http://datalayer.io/FUZZ Total requests: 950
================================================================== ID Response Lines Word Chars Payload ==================================================================
000430: C=302 0 L 0 W 0 Ch "img" 000689: C=500 2 L 1 W 9 Ch "register" 000135: C=302 0 L 0 W 0 Ch "blog" 000438: C=200 1677 L 5416 W 90077 Ch "index"
┌─[michael@parrot]─[~] └──╼ $wfuzz -w /usr/share/wfuzz/wordlist/general/common.txt --hh BBB http://datalayer.io/FUZZ{notthere} ******************************************************** * Wfuzz 2.2.9 - The Web Fuzzer * ********************************************************
Target: http://datalayer.io/FUZZ Total requests: 951
================================================================== ID Response Lines Word Chars Payload ==================================================================
000002: C=200 51 L 138 W 962 Ch "notthere" 000432: C=302 0 L 0 W 0 Ch "img" 000086: C=404 0 L 0 W 0 Ch "api" 000691: C=500 2 L 1 W 9 Ch "register" 000137: C=302 0 L 0 W 0 Ch "blog" 000045: C=404 0 L 0 W 0 Ch "WEB-INF" 000440: C=200 1677 L 5416 W 90077 Ch "index"
Name | Summary ---------------------------------------------------------------------------------------------- product | 返回输入条目的笛卡尔积 zip | Retns an iterator that aggregates elements from each of the iterables.(翻译不好,请自行理解) chain | Returns an iterator returns elements from the first iterable until it is exhaust | ed, then proceeds to the next iterable, until all of the iterables are exhausted | (翻译不好,请自行理解)
printer
wfuzz的printers用于控制输出打印。 printers列表如下:
1 2 3 4 5 6 7 8 9 10 11 12 13
┌─[michael@parrot]─[~] └──╼ $wfuzz -e printers
Available printers:
Name | Summary -------------------------------------------------- raw | `Raw` output format json | Results in `json` format csv | `CSV` printer ftw magictree | Prints results in `magictree` format html | Prints results in `html` format (比较好懂,不再翻译)