wfuzz info

Wfuzz is a tool designed for bruteforcing Web Applications, it can be used for finding resources not linked (directories, servlets, scripts, etc), bruteforce GET and POST parameters for checking different kind of injections (SQL, XSS, LDAP,etc), bruteforce Forms parameters (User/Password), Fuzzing,etc.

It's very flexible, here are some functionalities:

  • -Recursion (When doing directory bruteforce)
  • -Post, headers and authentication data bruteforcing
  • -Output to HTML (easy for just clicking the links and checking the page, even with postdata!!)
  • -Colored output on all systems ;)
  • -Hide results by return code, word numbers, line numbers, etc.
  • -Encodings:
    • - random_upper
    • - urlencode
    • - sHA1
    • - bin_ascii
    • - base64
    • - double_nibble_hex
    • - uri_hex
    • - md5
    • - double_urlencode
    • - utf8
    • - utf8_binary
    • - html
    • - html decimal
    • - many more...
  • -Cookies fuzzing
  • -Multithreading
  • -Proxy support
  • -Multiple FUZZ capability with multiple dictionaries
  • -Authentication support (Ntlm, Digest,Basic)
  • -All parameters bruteforcing (POST and GET)
  • -Dictionaries tailored for known applications (Weblogic, Iplanet, Tomcat, Domino, Oracle 9i, Vignette, Coldfusion and many more. (Many dictionaries are from Darkraver's Dirb, www.open-labs.org)

It was created to facilitate the task in Web Applications assessments, it's a tool by pentesters for pentesters ;)
One of the strengths of wfuzz is the speed, just try it...

How does it works?

The tool is based on dictionaries and ranges, you choose where you want to bruteforce just by replacing the part of the URL or the POST by the keyword FUZZ.

Check the video to see it running: Video


Examples

  •  - wfuzz.py -c -z file -f wordlists/commons.txt --hc 404 --html http://www.mysite.com/FUZZ 2> results.html
  • This will bruteforce the site http://www.mysyte.com/FUZZ in search of resources (directories, scripts, files,etc), it will hide from the output the return code 404 (for easy reading the results), it will use the dictionary commons.txt for the bruteforce, and also will output the results to the results.html
    file (with a cool format to work).

  • wfuzz.py -c -z range -r 1-100 --hc 404 http://www.mysite.com/list.asp?id=FUZZ
  • In this example instead of using a file as dictionary, it will use a range from 1-100, and will bruteforce the parameter "id".

  • wfuzz.py -c -z file -f wordlists/commons.txt --hc 404 --html -d "id=1&catalogue=FUZZ"
        http://www.mysite.com/check.asp 2 > results.html

  • Here you can see the use of POST data, with the option "-d".

  • wfuzz.py -c -z file -f wordlists/commons.txt --hc 404 -R 1 http://www.mysite.com/FUZZ
  • Example of path discovery, using a recursive level of 1 paths.
  • wfuzz.py -c -z file -f wordlists/Injection/SQL.txt -V allvars http://www.mysite.com/res.asp?id=1&name=cars&cat=2
  • Example of Sql injection on every parameter of the request, you can fuzz every parameter with the option "-V allvars".

 

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值