Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/incogbyte/fuzzylists
Repo with custom word-lists and mix word-lists
https://github.com/incogbyte/fuzzylists
Last synced: 18 days ago
JSON representation
Repo with custom word-lists and mix word-lists
- Host: GitHub
- URL: https://github.com/incogbyte/fuzzylists
- Owner: incogbyte
- License: unlicense
- Created: 2023-05-07T19:35:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-14T15:42:26.000Z (12 months ago)
- Last Synced: 2024-06-21T00:04:13.466Z (6 months ago)
- Language: Go
- Size: 864 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
##### Description
"Fuzzylists" is a repository designed for web penetration testing enthusiasts, featuring a collection of carefully curated wordlists to enhance testing efficiency. These wordlists encompass a broad range of scenarios and targets, making them invaluable for practitioners in the field. Before contributing to this repository, it is crucial for users to ensure the integrity and relevance of their submissions. To facilitate this, a script named `verify.go` is provided in the repository. Contributors are required to run this script to verify the contents of their pull requests. This step ensures that all additions meet the repository's standards for quality and applicability, maintaining the high utility of "Fuzzylists" for the web penetration testing community. :S
##### Before send any wordlist run the follwing golang code.
Code. [verify.go](https://raw.githubusercontent.com/incogbyte/fuzzylists/main/verify.go)
###### How to build the golang code
1. go run verify.go yourfile.txt
`or`
2. go build verify.go
3. ./verify yourfile.txt![](fuzzylists.png)