Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 412 Bytes

README.md

File metadata and controls

10 lines (5 loc) · 412 Bytes

Simple Python Password List Generator

This simple script takes 2 or 3 txt files, containing string lists, as input and generate a txt files with a list of strings including all the inputs combinations.

Works on Linux, since I used os.system with some Linux-native commands.

Usage:

Just specify 2 or 3 input file as arguments. Example: python py_password_list_generator.py file1.txt file2.txt file3.txt