Update README.md

This commit is contained in:
Adam Muntner 2016-09-21 02:14:41 -04:00 committed by GitHub
parent ac3613f2a1
commit de4932865b

View file

@ -3,9 +3,10 @@ FuzzDB is the most comprehensive dictionary of attack patterns and payload primi
Downloading this repository is likely to cause a false-positive alarm by your antivirus or antimalware software, the filepath should be whitelisted. There is nothing in FuzzDB that can harm your computer as-is, however it's not recommended to store these files on a server or other important system due to the risk of local file include attacks.
# FuzzDB Uses #
* [OWASP Zap](https://www.owasp.org/index.php/OWASP_Zed_Attack_Proxy_Project) proxy's FuzzDB Zap Extension.
* Burp Proxy's [intruder](http://portswigger.net/intruder/) tool
* Identify interesting service responses using grep patterns for PII, credit card numbers, error messages, and more
* Web and service security testing with
* [OWASP Zap](https://www.owasp.org/index.php/OWASP_Zed_Attack_Proxy_Project) proxy's FuzzDB Zap Extension
* Burp Proxy's [intruder](http://portswigger.net/intruder/) tool
* To identify interesting service responses using grep patterns for PII, credit card numbers, error messages, and more
* Inside custom tools for testing software and application protocols
* Crafting security test cases for GUI or command line software with standard test automation tools
* Incorporating into other Open Source software or commercial products