Skip to content

A script that generates passwords based on a company name. Useful for pentesters and Red Team operators.

Notifications You must be signed in to change notification settings

ilostmypassword/Alterlist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

🔐 Alterlist

Alterlist is a Python script that generates an extensive passwords list from a company name. It performs a variety of manipulations to produce diverse password variants suitable for different security scenarios. The wordlist generated can be used to bruteforce login panels, logon sessions and more...

🛠️ Usage

  • Ensure Python3 is installed on your system.

  • Place your company name(s) in a text file (.txt).

  • Launch the script :

python3 alterlist.py --input <list_file> --output <output_file>

🎯 Example

python3 alterlist.py --input example.txt --output passwords.txt

This will generate a passwords.txt file containing all the passwords.

📦 Requirements

No external dependencies beyond standard Python modules. No additional installations are required.

✍️ Author

This script was created by h3iko.

⚠️ Disclaimer

This script is provided for informational and educational purposes only. Please use it responsibly and in compliance with the laws and regulations of your jurisdiction.

Do not use this script for any illegal or unauthorized activities. The author and contributors disclaim any responsibility for misuse of the script.

About

A script that generates passwords based on a company name. Useful for pentesters and Red Team operators.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages