Python script to get valid passwords from a combolist
by - Thursday, January 1, 1970 at 12:00 AM
Description:

This is a simple python 3 script, that will read your combo list line by line then keep only the line with valid passwords and save it to an output file.

The valid passwords (usually) are the ones with: 
  • At least 1 lowercase character 
  • At least 1 uppercase character 
  • At least 1 special character, i.e: #?!@$%^&*- 
  • 8-25 characters in length 
  • The passwords are on the right side of : each line.
The script: 
Hidden Content
You must register or login to view this content.


How to use it? 

You should have python 3, then:
  1. Save your combo to a text file named combo.txt
  2. Save the code provided to a file named e.g. script.py in the same directory
  3. Run the code using the following command: python3 script.py
  4. In the end, the valid passwords will be in the output.txt file.
Reply
Want to see it Hope it's good
Reply
(November 19, 2022, 02:11 PM)Kurd Wrote: Description:

This is a simple python 3 script, that will read your combo list line by line then keep only the line with valid passwords and save it to an output file.

The valid passwords (usually) are the ones with: 
  • At least 1 lowercase character 
  • At least 1 uppercase character 
  • At least 1 special character, i.e: #?!@$%^&*- 
  • 8-25 characters in length 
  • The passwords are on the right side of : each line.
The script: 




How to use it? 

You should have python 3, then:
  1. Save your combo to a text file named combo.txt
  2. Save the code provided to a file named e.g. script.py in the same directory 
  3. Run the code using the following command: python3 script.py
  4. In the end, the valid passwords will be in the output.txt file.


hmmm nice . perfect
Reply


 Users viewing this thread: Python script to get valid passwords from a combolist: No users currently viewing.