OP 07 October, 2023 - 03:34 PM
(This post was last modified: 07 October, 2023 - 03:35 PM by Optitron. Edited 1 time in total.)
Briefly and clearly:
Load the login:password or just the login from the required lines, it pulls out all the passwords for the corresponding logins from the logs directory .
More details: Your logs should be in the base
folder . Logins for which you need to generate passwords should be in the base .txt text file in the folder with the script.
The software takes each login, finds its presence in all files “passwords.txt” and “all passwords.txt” (you can add the name of the texters yourself on line 10 of the code, taking into account the syntax. Then,
if the login is in these files, it takes all passwords (if they are located after “pass:” or “password:” (you can add them on line 23), but something can break here.
After this, for each login, all passwords from this text file are collected into a common file results.txt and duplicates are deleted.
At the beginning, the file will grow normally, but at the end it will remove duplicates and show how many of the logins were found and how many lines were created at the end.
Suitable for those who work using private links. Helps you select passwords for accounts that have become invalid