flashnuke

Results 7 comments of flashnuke

This would be of tremendous value... any chance of merging?

maybe you installed the requirements on a different env, try all of them ```bash python sherlock.py username python2.7 sherlock.py username python3 sherlock.py username ``` and if it still says requirements...

run as `sudo`, might be a permission issue

might be a python3 thing, try running with python2 (`python2.7 exploit_nss_u16.py`) in python2 you can pass strings to functions that expect bytes, it was changed later on in python3

If you don't specify a specific filepath (i.e `./Hidden.cap` as provided in your example), this command searches and checks all captured handshake files inside the `./hs` directory. This is because...

you can use aircrack-ng to crack handshakes captured by wifite offline: ```bash aircrack-ng -w ```

does running `sr()` instead `srp()` have the same result?