flashnuke

Results 52 comments of flashnuke

> Feel free to @ me for updates! Looking forward for a patch! I just merged this pr - https://github.com/flashnuke/deadnet/pull/17 I believe that it failed because the attempt to get...

> Seems to be working now I'm glad to hear! let me know if you run into any issues in the futures, I'll be happy to know about it

Hi Does the de-auth work during those 300 seconds? Can you please share the full exception log? (It seems to be truncated)

I mean from the output, as the snippet you provided doesn't seem to be full (it gets truncated at `results = __gen_send(socket, x, inter=inter, loop=loop,`) Also, which OS are you...

Seems like an unhandled exception that comes from scapy library... I will add a try-except mechanism that should help overcome temporary exceptions (I assume this is temporary as the next...

try setting up venv: ```bash python3 -m venv venv source venv/bin/activate pip3 install . ```

You need to create the venv inside the wifi-deauth directory ```bash git clone https://github.com/flashnuke/wifi-deauth.git cd wifi-deauth // Create venv and install here (Using the commands I provided above) ```

> great it's work ! thk ! > > But then I have to stay on venv for it to work? Your welcome! Yes, you should stay on venv This...

hey @Benoulimou I believe what you had is a network buffer overflow (due to network congestion - too many packets at a short period) I addressed this in https://github.com/flashnuke/wifi-deauth/pull/24: now,...

Just to clarify, '1st launch' means just once, and now it works flawlessly every time?