Skip to content
KitploitKITPLOIT
OutilsBlog
Soumettre
OutilsBlog
Soumettre

Outils de Hacking, PenTest et Cybersécurité pour votre Arsenal de Sécurité !

Kitploit est un répertoire d'outils de hacking, de cybersécurité et de pentesting. Découvrez les dernières mises à jour des projets pour trouver des vulnérabilités, analyser des systèmes, automatiser les tests et renforcer votre sécurité.

··Flux·Contact·Confidentialité·© 2026 Kitploit

Répertoire d'outils

Catégories

Voir toutes les catégories
Loading categories
wordlistctl — Récupérer, installer et rechercher des archives de listes de mots à partir de sites web et de pairs torrent. | Kitploit
Outils/GitHubGitHub/blackarch/wordlistctl
Cassage de Mots de PasseCollecte d'InformationsFuzzingUtilitaires et Frameworks
GitHubblackarch/wordlistctl

wordlistctl

Récupérer, installer et rechercher des archives de listes de mots à partir de sites web et de pairs torrent.

Voir le dépôt
53791il y a 3 ansVérifié par Kitploit

Populaires

Voir tout →

Découvrez les outils les plus utilisés par notre communauté.

Explorer tous les outils

Parcourez notre collection d'outils

Voir tous les outils →
Partager
Site web

Description

Script pour récupérer, installer, mettre à jour et rechercher des archives de listes de mots provenant de sites web proposant des listes de mots, avec plus de 6400 listes de mots disponibles.

Dans la dernière version de BlackArch Linux, il a été ajouté au répertoire /usr/share/wordlists/.

Installation

pacman -S wordlistctl

Usage

root@kitploit:~
$ wordlistctl [-h] [-v] {fetch,search,list} ...

Fetch, install and search wordlist archives from websites.

positional arguments:
  {fetch,search,list}
    fetch              fetch wordlists

    search             search wordlists

    list               list wordlists

optional arguments:
  -h, --help           show this help message and exit

  -v, --version        show program's version number and exit

Options de récupération (fetch)

root@kitploit:~
$ wordlistctl fetch [-h] [-l WORDLIST [WORDLIST ...]]
                         [-g {usernames,passwords,discovery,fuzzing,misc} [{usernames,passwords,discovery,fuzzing,misc} ...]]
                         [-d] [-w WORKERS] [-u USERAGENT] [-b BASEDIR] fetch_term

positional arguments:
  fetch_term           fetch string filter

optional arguments:
  -h, --help            show this help message and exit

  -l WORDLIST [WORDLIST ...], --wordlist WORDLIST [WORDLIST ...]
                        wordlist to fetch

  -g, --group {group} [{group} ...]
                        wordlist group to fetch
                        available groups:
                          usernames
                          passwords
                          discovery
                          fuzzing
                          misc

  -d, --decompress      decompress and remove archive

  -w WORKERS, --workers WORKERS
                        download workers [default: 10]

  -u USERAGENT, --useragent USERAGENT
                        fetch user agent [default: wordlistctl/v0.9.x]

  -b BASEDIR, --base-dir BASEDIR
                        wordlists base directory [default: /usr/share/wordlists]

Options de recherche (search)

root@kitploit:~
$ wordlistctl search  [-h] [-l] [-b BASEDIR] search_term

positional arguments:
  search_term           what to search

optional arguments:
  -h, --help            show this help message and exit

  -l, --local           search local archives

  -b BASEDIR, --base-dir BASEDIR
                        wordlists base directory [default: /usr/share/wordlists]

  -f INDEX [INDEX ...], --fetch INDEX [INDEX ...]
                        fetch the wordlists at the given indexes in the search results, see
                        fetch options for additional options

fetch options:
  -d, --decompress      decompress and remove archive

  -w WORKERS, --workers WORKERS
                        download workers [default: 10]

  -u USERAGENT, --useragent USERAGENT
                        parser user agent [default: wordlistctl/v0.9.x]

Options de liste (list)

root@kitploit:~
$ wordlistctl list [-h] [-g {usernames,passwords,discovery,fuzzing,misc}]

optional arguments:
  -h, --help            show this help message and exit

  -g, --group {group}
                        show all wordlists in group
                        available groups:
                          usernames
                          passwords
                          discovery
                          fuzzing
                          misc

  -f INDEX [INDEX ...], --fetch INDEX [INDEX ...]
                        fetch the wordlists at the given indexes in the list, see
                        fetch options for additional options

fetch options:
  -d, --decompress      decompress and remove archive

  -w WORKERS, --workers WORKERS
                        download workers [default: 10]

  -u USERAGENT, --useragent USERAGENT
                        parser user agent [default: wordlistctl/v0.9.x]

Contribuer

Vous pouvez contacter l'équipe BlackArch Linux. Consultez les informations suivantes :

Veuillez nous envoyer des pull requests !

Site web : https://www.blackarch.org/

Courriel : [email protected]

IRC : irc://irc.freenode.net/blackarch

Télécharger l’outil