Files
danielmiessler-SecLists/Fuzzing
Machiavelli d2773e1d40 Update big-list-of-naughty-strings.txt
Removed this (ﷺ) also
2025-03-02 07:10:51 +02:00
..
2025-02-17 22:58:15 -03:00
2024-06-10 22:35:13 +01:00
2024-06-02 00:09:26 +04:00
2024-10-21 10:23:13 +02: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.