https://github.com/incogbyte/fuzzylists
Repo with custom word-lists and mix word-lists
https://github.com/incogbyte/fuzzylists
Last synced: about 1 year 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-14T15:42:26.000Z (over 2 years ago)
- Last Synced: 2024-12-07T23:16:17.886Z (over 1 year ago)
- Language: Go
- Size: 864 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- 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
