Wapiti
Wapiti allows you to audit the security of your web applications. It performs "black-box" scans; i.e., it does not study the source code of the application but will scans the webpages of the deployed webapp, looking for scripts and forms where it can inject data. Once it gets this list, Wapiti acts like a fuzzer, injecting payloads to see if a script is vulnerable. For downloads and more information, visit the Wapiti homepage.
- Popularity
- #121, new!
- Latest release
- 2.2.1
- Dec. 29, 2009 (14 years, 11 months ago)
- Links
- Rating
- ★★★★ (3)
★★★★★67% ★★★★0% ★★★0% ★★33% ★0%
Has come a long way since the version 2 branch. Now at Version 3.03 it has become an excellent tool in the arsenal. The ability to easily setup and run against many targets and get the results in json have provided a way to automatically manage all of our apps.
Great Python tool, I love it ! I can't wait for the Python3 version.
By the way the last current stable version is 2.3.0.
@Rajsekhar -- here auth is for authorization of only sites that has basic and digest authorization
In the wapiti tool, when i provide the options for the authorization(--auth) the scan is not performed according to this. Can anybody help me out.