passpwn icon indicating copy to clipboard operation
passpwn copied to clipboard

Add 'full-file' support, getopt, verbose.

Open mino98 opened this issue 7 years ago • 0 comments

Adding minimal getopt support:

$ ./passpwn -h
Usage: ./passpwn [-h] [-v] [-f]

If you enable "full-file mode" (-f) then every line of the file is checked against passpwn, rather than just the first line. This is obviously much slower but potentially helpful for messy people like myself, if you have credentials in line other than the first of each file.

Verbose (-v) prints the current file and string, for debugging.

Works on MacOS and should work on Linux, but I haven't tried it and OSX getopt is different from linux's.

mino98 avatar Feb 26 '18 10:02 mino98