mirror of
https://github.com/danielmiessler/SecLists
synced 2026-04-28 09:52:08 +02:00
Closes #1214 Related to #1266 Co-authored-by: S.B <30941141+s-b-repo@users.noreply.github.com>
31 lines
847 B
Markdown
31 lines
847 B
Markdown
## 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
|
|
|
|
## rstp.txt
|
|
|
|
Use for: Fuzzing for RSTP camera paths.
|
|
|
|
|
|
## URI-XSS.fuzzdb.txt
|
|
|
|
Use for: Fuzzing for [XSS vulnerabilities in URIs](https://www.youtube.com/watch?v=NJulOqWjA9k)
|
|
Source: [JBroFuzz](https://sourceforge.net/projects/jbrofuzz/)
|
|
- https://sourceforge.net/p/jbrofuzz/code/HEAD/tree/tar/README-FUZZERS
|
|
- https://sourceforge.net/p/jbrofuzz/code/HEAD/tree/tar/fuzzers.jbrf
|
|
|
|
|
|
## fully-qualified-java-classes.txt
|
|
|
|
Use for: Fuzzing URL parameters in **web applications** to test for **deserialisation** and **type confusion** vulnerabilities.
|