flashnuke

Results 19 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?

@akshayaurora thanks for the reply! I'm trying to get permissions during runtime as well, by running the following command: ```python subprocess.run(["su"]) ``` Here's the popup message that appears on my...

I just released a new version, to include the feature you requested, in this PR: https://github.com/flashnuke/wifi-deauth/pull/10 A few notes though - In addition to knowing which BSSIDs are currently broadcasting,...

I had that in mind (channel hopping for multiple targets; have you had incidents where the target switched channel during the attack?), and I might develop this in the future...