This tool generates a list of hashes for all numbers from 0 to 999999, and stores them in 0_999999_hashes.txt. The resulting file is aproximately 600MB in size.
- MD5
- SHA-1
- SHA-224
- SHA-256
- SHA-384
- SHA-512
- SHA-3-256
- BLAKE2b
Use for: Fuzzing for XSS vulnerabilities in URIs Source: JBroFuzz
- https://sourceforge.net/p/jbrofuzz/code/HEAD/tree/tar/README-FUZZERS
- https://sourceforge.net/p/jbrofuzz/code/HEAD/tree/tar/fuzzers.jbrf
Use for: Fuzzing URL parameters in web applications to test for deserialisation and type confusion vulnerabilities.