Massive dictionary file download - apologise, but
Ethical hacking and penetration testing
wordlistctl: large database of dictionaries [Dictionary Collection]
wordlistctl is a program that contains a large database of dictionaries. In fact, it is this database that is of interest, dictionaries can be downloaded directly, without this program – I will give links to the databases below, they are in JSON format, that is, quite readable.
wordlistctl is created by blackarch.org developers, web site: https://github.com/BlackArch/wordlistctl
How to install wordlistctl
Installing wordlistctl on Kali Linux:
sudo apt install python3-pip python3-libtorrent python3-coloredlogs git clone https://github.com/BlackArch/wordlistctl cd wordlistctlOpen the requirements.txt file
gedit requirements.txtAnd remove the line from there
libtorrentThen continue:
sudo pip3 install -r requirements.txt python3 ./wordlistctl.pyIn BlackArch, this program is in the standard repository – install directly from there.
sudo pacman -S wordlistctl How to use wordlistctl
All dictionaries are divided into 5 categories:
- username
- password
- hostname
- filename
- misc = other
To show all dictionaries, for example, in the password category:
wordlistctl -F passwordWith the -S option, you can search by dictionary names, for example, search for ‘rus’:
wordlistctl -S rus --==[ wordlistctl by blackarch.org ]==-- [*] searching for rus in urls.To download dictionaries, create a wordlists folder in the current directory:
mkdir wordlistsAnd download to this folder (-d wordlists) a dictionary that has the identifier 1714 (-f 1714), unpack it and delete the original archive (-Xr):
wordlistctl -f 1714 -d wordlists -Xr Brute-force word list collection for Kali Linux [Dictionary Collection]
Kali.Tools has a page that does not contain dictionaries from various sources and with different purposes.
You will find some of these dictionaries right in your Kali Linux system. For the rest are given links to download.
A page with brute force dictionaries and their description: https://kali.tools/?p=1896
Collection of dictionaries from the WirelessHack.org site [Dictionaries for hacking Wi-Fi]
The WirelessHack.org site collected dictionaries that have been hanging around for some time here and there.
Description page: https://www.wirelesshack.org/wpa-wpa2-word-list-dictionaries.html
Included dictionaries:
- BIG-WPA-LIST-1 (size 247MB)
- BIG-WPA-LIST-2 (size 307MB)
- BIG-WPA-LIST-3 (size 277MB)
- Darkc0de.lst (size 17.4MB) - this was the default dictionary in Backtrack 5
- Rockyou.txt (size 133MB) - default dictionary in Kali Linux
- Names (size 3.7MB) - names and variants of names
Besides them, there are still quite a few dictionaries, for a total of 8.5 GB. If you use dictionaries infrequently, it is recommended to compress them for save storage space – they are plain text files that may be compressed very well – after archiving they will take about 10 times less space.
Magnet link:
magnet:?xt=urn:btih:6c89df058f71559dec6c5c7c9f2cb419182b3294&dn=Collection+of+Wordlist+%28Dictionaries%29+for+cracking+WiFi+WPA/WPA2&tr=udp%3A//tracker.leechers-paradise.org%3A6969&tr=udp%3A//zer0day.ch%3A1337&tr=udp%3A//tracker.coppersurfer.tk%3A6969&tr=udp%3A//public.popcorn-tracker.org%3A6969The torrent file: https://miloserdov.org/wp-content/uploads/2019/03/1544257923-WordList-Collection.zip
-
-
-