Skip to content
KitploitKITPLOIT
StrumentiBlog
Invia
StrumentiBlog
Invia

Strumenti di Hacking, PenTest e Cybersecurity per il tuo Arsenale di Sicurezza!

Kitploit è una directory di strumenti di hacking, cybersecurity e pentesting. Scopri gli ultimi aggiornamenti dei progetti per trovare vulnerabilità, analizzare sistemi, automatizzare i test e rafforzare la tua sicurezza.

··Feed·Contatto·Privacy·© 2026 Kitploit

Directory degli strumenti

Categorie

Vedi tutte le categorie
Loading categories
Wordlister — Un semplice generatore e mangler di wordlist scritto in Python 3.10.1. | Kitploit
Strumenti/GitHubGitHub/4n4nk3/wordlister
Password CrackingAttacchi alle PasswordRaccolta InformazioniPenetration Testing
GitHub4n4nk3/wordlister

Wordlister

Un semplice generatore e mangler di wordlist scritto in Python 3.10.1.

Vedi Repository
123292 anni faRevisionato da Kitploit

Più Popolari

Vedi tutti →

Scopri gli strumenti più utilizzati dalla nostra community.

Esplora tutti gli strumenti

Sfoglia la nostra collezione di strumenti

Vedi tutti gli strumenti →
Condividi

Wordlister

Un semplice generatore e trasformatore di wordlist scritto in Python 3.10.1.

Permutazioni supportate:

  • Capitalizzazione
  • Maiuscolo
  • 1337
  • Append
  • Prepend

Funzioni aggiuntive:

  • Ogni password generata non contiene la stessa parola due volte.
  • L'output può essere ordinato in base alla lunghezza della parola.

Anteprima:

root@kitploit:~
usage: wordlister.py [-h] --input INPUT --perm PERM --min MIN --max MAX
                     [--test TEST] [--cores CORES] [--leet] [--cap] [--up]
                     [--append APPEND] [--prepend PREPEND]

A simple wordlist generator and mangler written in python.

optional arguments:
  -h, --help         show this help message and exit
  --leet             Activate l33t mutagen
  --cap              Activate capitalize mutagen
  --up               Activate uppercase mutagen
  --append APPEND    Append chosen word (append 'word' to all passwords)
  --prepend PREPEND  Prepend chosen word (prepend 'word' to all passwords)
  --sort             Sort the output in ascending order based on the word length

required arguments:
  --input INPUT      Input file name
  --output OUTPUT    Output file name
  --perm PERM        Max number of words to be combined on the same line
  --min MIN          Minimum generated password length
  --max MAX          Maximum generated password length

Questo progetto è solo a scopo educativo. Non usarlo per attività illegali. Non supporto né approvo azioni illegali o non etiche e non posso essere ritenuto responsabile per un eventuale uso improprio di questo software.

Scarica lo strumento