flashnuke

Results 52 comments of flashnuke

this can be achieved quite easily with bash: ```bash sudo timeout 10s python3 wifi_deauth.py ... ``` in this case its a 10second timeout, can be set to anything unless you...

hey, sorry for the late reply here's the feature you requested (passing custom MAC addresses of clients, and the ability to see which clients are connected): https://github.com/flashnuke/wifi-deauth/pull/13 I merged and...

Please share the following: * wifi_deauth output, here's an example of scanning 5ghz bands (make sure you are passing the correct interface name under `-i `: ``` ================================================================================ [*] Setting...

your network adapter should be supported, and it seems that it has no problem enabling monitor mode Also, it seems the wifi-deauth can detect that it has 5ghz support, as...

this is very odd.. I can't think of a possible reason wifi-deauth derives the channel list from the `iwlist` command, therefore the channel list should be the same as the...

'Device is not rooted' doesn't mean that it isn't connected to a wifi network Rooting a device is a process that provides the user the ability to grant root permissions...

What do you mean by 'gets that option disabled'? As in hiding the text label?

I merged this pr - https://github.com/flashnuke/wifi-deauth/pull/30 you can now pass `--deauth-all-channels` arg - it enables sending de-auth packets on all channels iteratively, should be effective against targets switching channels additionally,...

you can use a workaround to generate the userid using the username + the `pwd` module (which belongs to the standard library) and then pass it to `setuid()` ```python import...

Unfortunately I have not tested on WPA3 yet so I cannot provide an answer to this, but I do plan to do this in the future