/clean_wordlists

Pequeño script para capturar de una wordlist, solo las contraseñas que tienen la cantidad de caracteres necesarias. Ejemplo: extraer todas las contraseñas que tienen minimo 8 caracteres (ej: WPA) y escribirlas en un nuevo archivo. Creando casi siempre una wordlist más pequeña y precisa :) --Small script to capture from a wordlist, only the passwords that have the necessary amount of characters. Example: extract all passwords that have a minimum of 8 characters (ex: WPA) and write them in a new file. Almost always creating a smaller and more precise wordlist :)

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Clean Wordlist Script

Uso | Use

Correr el programa | Run the program:

Windows: python main.py [WORDLIST FILENAME]
Linux: python3 main.py [WORDLIST FILENAME]

[the program running on a gitbash console]

Advertencia de hashcat | Hashcat warning

Y aquí la advertencia que me motivo a hacer este pequeño script | Here is the warning that motivates me to make the script

[screenshot de hashcat con una advertencia en amarillo]