Fuzzer
The fuzzer project for software security: http://www.se.rit.edu/~swen-331/projects/fuzzer/
Project Team:
- Zackery Martin - [email protected]
- Richard Jester - [email protected]
- Dennis Liang - [email protected]
Installation
- Download fuzz.jar from dropbox
- Run program from the terminal, see example usage on how to run it.
Project Setup
- Testing, input discovery, resources is all in the package/jar/zip.
Dependencies
- Java 1.6
- HTMLUnit
Example usage
You will have to provide your own directory.
java jar fuzz.jar discover http://127.0.0.1/dvwa/login.php --common-words=Z:\Fuzzer\common-words.txt --vectors=Z:\Fuzzer\vectors.txt --sensitive=Z:\Fuzzer\sensitive-data.txt --custom-auth=dvwa
Notes
As long as you are on a RIT school computer and follow the manual page that is found in the course website under the fuzzer section, you do not need to download any dependencies.