Files
SecLists/Fuzzing
..
2023-12-27 13:38:21 -07:00
2025-02-17 22:58:15 -03:00
2024-06-02 00:09:26 +04:00
2024-04-23 15:46:20 +05:30
2023-11-24 22:35:12 +08:00
2023-12-01 18:43:33 +01:00
2024-10-21 10:23:13 +02:00
2023-11-24 02:04:48 +08:00

0-999999-hashgen.py

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.

The hashes it generates are:

  • MD5
  • SHA-1
  • SHA-224
  • SHA-256
  • SHA-384
  • SHA-512
  • SHA-3-256
  • BLAKE2b

URI-XSS.fuzzdb.txt

Use for: Fuzzing for XSS vulnerabilities in URIs Source: JBroFuzz

fully-qualified-java-classes.txt

Use for: Fuzzing URL parameters in web applications to test for deserialisation and type confusion vulnerabilities.