g0tmi1k b5a9aceef7
Merge pull request #1054 from ItsIgnacioPortal/documentation
feat(docs): Added documentation for the 'URI-XSS.fuzzdb.txt' wordlist
2024-08-12 20:29:00 +01:00
..
2023-12-27 13:38:21 -07:00
2024-06-10 22:35:13 +01:00
2024-06-02 00:09:26 +04:00
2017-08-23 14:55:06 +01:00
2017-08-23 14:55:06 +01:00
2022-04-26 19:50:07 +02:00
2017-08-23 14:55:06 +01:00
2018-03-05 11:03:11 +00: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
2018-03-21 17:47:29 +00: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