Looking around the internet there wasn't any python scripts that would do what I wanted, which was to just get the passwords from leaked databases.
After about a week I found that these sort of scripts are no longer being maintained, so why don't I learn some python and make it myself?
Well the answer was because this was a questionable thing at best, hence why nothing is maintained.
python3 convert.py
- Place the python script in the Folder containing all the .txt files.
- It will ask you for an an
outputfile after filtering. If you are getting errors, be sure to run this assudo. - It will automatically find and start to filter each file into a buffer.
pypy convertV2.py
V2 is optimised to use the builtin Linux command set.
As such, if you are using windows install cywin with linux command set (add it to PATH as well)
- Same as V1
rling is recommended for this due to its speed.
It will need more RAM the bigger the input file however, so keep it < 5gig
https://github.com/Cynosureprime/rling
rling INFILE.txt OUTFILE.txt
