Files
SecLists/Fuzzing
ItsIgnacioPortal 049dc40465 feat(wordlist): Added risk-classified list of SQLi payloads
Initial sorting created by the classifier script.

Related to #1320

Closes #1011

Co-authored-by: 0xBassia <med.bassia@gmail.com>

Co-authored-by: Miroslav Stampar <miroslav.stampar@gmail.com>

Co-authored-by: soka <romain.dereydellet@gmail.com>

Co-authored-by: Alexis Danizan <51817778+0x4144@users.noreply.github.com>
2026-05-16 14:13:23 -03:00
..
2023-12-27 13:38:21 -07:00
2025-02-17 22:58:15 -03:00
2024-06-02 00:09:26 +04:00
2019-08-13 12:50:53 +01:00
2024-04-23 15:46:20 +05:30
2019-08-13 12:50:53 +01:00
2023-11-24 22:35:12 +08:00
2023-12-01 18:43:33 +01:00
2021-10-07 11:03:42 +02:00
2021-11-24 10:13:43 +00:00
2019-08-13 12:50:53 +01:00
2023-11-24 02:04:48 +08:00
2020-11-05 16:41:54 +01:00
2019-10-05 00:35:43 +09:30

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.