All Projects → SomeKirill → wordlist_generator

SomeKirill / wordlist_generator

Licence: Apache-2.0 license
Unique wordlist generator of unique wordlists.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to wordlist generator

AttackSurfaceManagement
Discover the attack surface and prioritize risks with our continuous Attack Surface Management (ASM) platform - Sn1per Professional #pentest #redteam #bugbounty
Stars: ✭ 45 (+9.76%)
Mutual labels:  bugbounty, reconnaissance, bugbounty-tool
Pdlist
A passive subdomain finder
Stars: ✭ 204 (+397.56%)
Mutual labels:  bugbounty, information-gathering, reconnaissance
tugarecon
Pentest: Subdomains enumeration tool for penetration testers.
Stars: ✭ 142 (+246.34%)
Mutual labels:  bugbounty, information-gathering, reconnaissance
Reconky-Automated Bash Script
Reconky is an great Content Discovery bash script for bug bounty hunters which automate lot of task and organized in the well mannered form which help them to look forward.
Stars: ✭ 167 (+307.32%)
Mutual labels:  bugbounty, reconnaissance, bugbounty-tool
Rengine
reNgine is an automated reconnaissance framework for web applications with a focus on highly configurable streamlined recon process via Engines, recon data correlation and organization, continuous monitoring, backed by a database, and simple yet intuitive User Interface. reNgine makes it easy for penetration testers to gather reconnaissance with…
Stars: ✭ 3,439 (+8287.8%)
Mutual labels:  bugbounty, information-gathering, reconnaissance
Favfreak
Making Favicon.ico based Recon Great again !
Stars: ✭ 564 (+1275.61%)
Mutual labels:  bugbounty, information-gathering, reconnaissance
Osmedeus
Fully automated offensive security framework for reconnaissance and vulnerability scanning
Stars: ✭ 3,391 (+8170.73%)
Mutual labels:  bugbounty, information-gathering, reconnaissance
SourceWolf
Amazingly fast response crawler to find juicy stuff in the source code! 😎🔥
Stars: ✭ 132 (+221.95%)
Mutual labels:  wordlist, bugbounty, reconnaissance
Url Tracker
Change monitoring app that checks the content of web pages in different periods.
Stars: ✭ 171 (+317.07%)
Mutual labels:  bugbounty, reconnaissance
Garud
An automation tool that scans sub-domains, sub-domain takeover, then filters out XSS, SSTI, SSRF, and more injection point parameters and scans for some low hanging vulnerabilities automatically.
Stars: ✭ 183 (+346.34%)
Mutual labels:  bugbounty, reconnaissance
Getjs
A tool to fastly get all javascript sources/files
Stars: ✭ 190 (+363.41%)
Mutual labels:  bugbounty, reconnaissance
Asnlookup
Leverage ASN to look up IP addresses (IPv4 & IPv6) owned by a specific organization for reconnaissance purposes, then run port scanning on it.
Stars: ✭ 163 (+297.56%)
Mutual labels:  bugbounty, reconnaissance
Autosetup
Auto setup is a bash script compatible with Debian based distributions to install and setup necessary programs.
Stars: ✭ 140 (+241.46%)
Mutual labels:  bugbounty, reconnaissance
3klcon
Automation Recon tool which works with Large & Medium scopes. It performs more than 20 tasks and gets back all the results in separated files.
Stars: ✭ 189 (+360.98%)
Mutual labels:  bugbounty, reconnaissance
Asnip
ASN target organization IP range attack surface mapping for reconnaissance, fast and lightweight
Stars: ✭ 126 (+207.32%)
Mutual labels:  bugbounty, reconnaissance
Dirsearch
A Go implementation of dirsearch.
Stars: ✭ 164 (+300%)
Mutual labels:  wordlist, information-gathering
Uddup
Urls de-duplication tool for better recon.
Stars: ✭ 103 (+151.22%)
Mutual labels:  bugbounty, reconnaissance
Awesome Bbht
A bash script that will automatically install a list of bug hunting tools that I find interesting for recon, exploitation, etc. (minus burp) For Ubuntu/Debain.
Stars: ✭ 190 (+363.41%)
Mutual labels:  bugbounty, reconnaissance
Onelistforall
Rockyou for web fuzzing
Stars: ✭ 213 (+419.51%)
Mutual labels:  wordlist, bugbounty
Autorecon
Simple shell script for automated domain recognition with some tools
Stars: ✭ 244 (+495.12%)
Mutual labels:  bugbounty, reconnaissance

wordlist_generator

Tool wordlist_generator generates unique to your target wordlist with techniques mentioned in tomnomnom's video "Who, What, Where, When". It takes URLs from gau to extract directories, file names or words on pages. As additional feature it can extract HTML comments. By default tool will only request 2000 URLs, extract all words and directories.

To clean wordlist, wordlist_generator removes from result everything from "denylists" directory files to keep only unique words. Also it cleans result using regexes from BonJarber's clean_wordlist tool. You can adjust which extenctions will be ignored during parsing files and fetching pages in parsing_allow_extensions.txt and scraping_deny_extensions.txt.

Usage:

Examples:

$ ./wordlist_generator.py -d hackerone.com -a 20 -files
$ ./wordlist_generator.py -d bugcrowd.com -a 7500 -dir
$ ./wordlist_generator.py -d intigriti.com > intigriti_wordlist.txt

To display the help for the tool use the -h flag:

./wordlist_generator.py -h
Flag Description Example
-domain target domain ./wordlist_generator.py -d openbugbounty.org
-amount amount of URLs to fetch from gau ./wordlist_generator.py -d twitter.com -a 10000
-dir Extract only directories ./wordlist_generator.py -d hackerone.com -dir
-f Extract only filenames ./wordlist_generator.py -d hackerone.com -f
-c Extract only comments with no filtering ./wordlist_generator.py -d hackerone.com -c

Installation:

$ GO111MODULE=on go get -u -v github.com/lc/gau
$ git clone https://github.com/SomeKirill/wordlist_generator/
$ pip3 install -r requirements.txt

denylists wordlists used:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].