Good resource routinely used in pentest. This should be added.
fuzzdb is a comprehensive set of known attack pattern sequences, predictable locations, and error messages for intelligent brute force testing and exploit condition identification of web applications, categorized by attack type, platform, and application.
It's like a non-automated open source scanner without the scanner. I most frequently use it with Burp Intruder.
fuzzdb - Project Hosting on Google Code
You use the download .tgz expanded and installed using your own .deb based package system. It's contents are an anonymous svn checkout, so someone could update on the fly from the repo or just wait for your .deb repo to get the new download version.
Good resource routinely used in pentest. This should be added.