Home »
Hacking
» Wordlist_Generator - Unique Wordlist Generator Of Unique Wordlists
Wordlist_Generator - Unique Wordlist Generator Of Unique Wordlists
wordlist_generator generates wordlists with unique words with techniques mentioned in tomnomnom's report "Who, What, Where, When". It takes URLs from gau and splits them to get words in URLs. Then it requests each URL to fetch all words. Finally, wordlist_generator removes from wordlist everything from "denylists" directory files to keep only unique words, which you can use for domain, directory, parameter, vhosts, etc bruteforcing.
Usage:
Examples:
$ ./wordlist_generator.py -d hackerone.com -a 5000 -t 50
$ ./wordlist_generator.py -d bugcrowd.com -a 1000
$ ./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 |
-threads | threads amount | ./wordlist_generator.py -d yahoo.com -t 6 |
-amount | amount of URLs to fetch from gau | /wordlist_generator.py -d twitter.com -a 10000 |
Installation:
$ git clone https://github.com/SomeKirill/wordlist_generator/
$ cd wordlist_generator
$ pip install requests
denylists wordlists used:
Related Posts:
How to Chat with Friends using Termux 💬 - 2020
How to Chat with Friends using Termux 💬 - 2020In this post, you are going to learn how you can chat with your friends as well as strangers using Termux. Now by the word chatting I mean only texting and not sending ima… Read More
Cracking WPA2 Passwords Using the New PMKID Hashcat Attack
atOptions = {
'key' : '33ea9ed70b11fbe3ee1a6089175c1b75',
'format' : 'iframe',
'height' : 250,
'width' : 300,
'params' : {}
};
document.write('');
Cracking the password for WPA2 networks has been roughly … Read More
How to become a hacker
How to become a hacker
atOptions = {
'key' : '33ea9ed70b11fbe3ee1a6089175c1b75',
'format' : 'iframe',
'height' : 250,
'width' : 300,
'params' : {}
};
document.write('');
1. How to become a hackerIn t… Read More
How to send virus to your friend's phone by a link
How to send virus to your friend's phone by a linkHi guys' if you are searching for how to spread virus from link and searching for the best page to get the best explanation about how to spread virus from li… Read More
What is hacking?
atOptions = {
'key' : '33ea9ed70b11fbe3ee1a6089175c1b75',
'format' : 'iframe',
'height' : 250,
'width' : 300,
'params' : {}
};
document.write('');
What is hacking?Hacking refers to activities that seek to… Read More
';
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
';
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
0 comments:
Post a Comment