Wordlistctl : Fetch, Install & Search Wordlist Archives From Websites & Torrent Peers

Wordlistctl is a script to fetch, install, update and search wordlist archives from websites offering wordlists with more than 2900 wordlists available.

In the latest version of the Blackarch Linux it has been added to /usr/share/wordlists/ directory.

Also Read : Trommel : Sift Through Embedded Device Files to Identify Potential Vulnerable Indicators

Installation

pacman -S wordlistctl

Usage

[ sepehrdad@blackarch-dev ~/blackarch/repos/wordlistctl ]$ wordlistctl -H
–==[ wordlistctl by blackarch.org ]==–
usage:
wordlistctl -f [options] | -s [options] | -S |
options:
-f – download chosen wordlist – ? to list wordlists with id
-d – wordlists base directory (default: /usr/share/wordlists)
-c – change wordlists category – ? to list wordlists categories
-s – wordlist to search using in base directory
-S – wordlist to search using in sites
-h – prefer http
-X – decompress wordlist
-F – list wordlists in categories given
-r – remove compressed file after decompression
-t – max parallel downloads (default: 5)
misc:
-C – disable terminal colors
-T – disable torrent download
-P – set proxy (format: proto://user:pass@host:port)
-A – set useragent string
-Y – proxy http
-Z – proxy torrent
-M – use multiprocessing for parallelization
-N – do not ask for any confirmation
-I – do not check for integrity
-V – print version of wordlistctl and exit
-H – print this help and exit
example:
# download and decompress all wordlists and remove archive
$ wordlistctl -f 0 -Xr
# download all wordlists in username category
$ wordlistctl -f 0 -c 0
# list all wordlists in password category with id
$ wordlistctl -f ? -c 1
# download and decompress all wordlists in misc category
$ wordlistctl -f 0 -c 4 -X
# download all wordlists in filename category using 20 threads
$ wordlistctl -c 3 -f 0 -t 20
# download wordlist with id 2 to “~/wordlists” directory using http
$ wordlistctl -f 2 -d ~/wordlists -h
# print wordlists in username and password categories
$ wordlistctl -F username,password
# download all wordlists with using tor socks5 proxy
$ wordlistctl -f 0 -P “socks5://127.0.0.1:9050” -Y
# download all wordlists with using http proxy and noleak useragent
$ wordlistctl -f 0 -P “http://127.0.0.1:9060” -Y -A “noleak”

R K

Recent Posts

Shadow-rs : Harnessing Rust’s Power For Kernel-Level Security Research

shadow-rs is a Windows kernel rootkit written in Rust, demonstrating advanced techniques for kernel manipulation…

1 week ago

ExecutePeFromPngViaLNK – Advanced Execution Of Embedded PE Files via PNG And LNK

Extract and execute a PE embedded within a PNG file using an LNK file. The…

2 weeks ago

Red Team Certification – A Comprehensive Guide To Advancing In Cybersecurity Operations

Embark on the journey of becoming a certified Red Team professional with our definitive guide.…

3 weeks ago

CVE-2024-5836 / CVE-2024-6778 : Chromium Sandbox Escape via Extension Exploits

This repository contains proof of concept exploits for CVE-2024-5836 and CVE-2024-6778, which are vulnerabilities within…

3 weeks ago

Rust BOFs – Unlocking New Potentials In Cobalt Strike

This took me like 4 days (+2 days for an update), but I got it…

3 weeks ago

MaLDAPtive – Pioneering LDAP SearchFilter Parsing And Security Framework

MaLDAPtive is a framework for LDAP SearchFilter parsing, obfuscation, deobfuscation and detection. Its foundation is…

3 weeks ago