RE: Wifijammer in python 08-29-2014, 07:28 PM
#11
Just ran a test. You cant get the deauth packets to send through a wired connection. But they are other ways of knocking of a wired user.
Wifijammer in python filter_list | |
(08-29-2014, 07:23 PM)APPLEZ Wrote: Yeah... it would suck if everyone had to plug ethernet cables into their computers/phones just to connect to the internet...
(08-29-2014, 07:28 PM)six7 Wrote: Just ran a test. You cant get the deauth packets to send through a wired connection. But they are other ways of knocking of a wired user.
flood_router6 -F eth0
(08-29-2014, 08:52 PM)Eclipse Wrote: Not sure if being sarcastic. For the school computers, Ethernet would be an advantage. For laptops and mobiles etc, WiFi is better.
What are you talking about? o.O
There's also;
Code:flood_router6 -F eth0
But it's older.
(08-30-2014, 06:36 AM)Eclipse Wrote: Yeah, your script automatically uses the wlan0 interface as deauth packets only work for Wlan. If I'm not mistaken, this feature was built into aircrack. Someone correct me on this.Question. Do you know why the script searches for a wired interface in this line:
wired_search = re.search('eth[0-9]|em[0-9]|p[1-9]p[1-9]', line)
if not wired_search: # Isn't wired
(08-30-2014, 07:09 AM)Seven Wrote: Question. Do you know why the script searches for a wired interface in this line:
Code:wired_search = re.search('eth[0-9]|em[0-9]|p[1-9]p[1-9]', line)
if not wired_search: # Isn't wired
Not sure why.
'eth[0-9]|em[0-9]|p[1-9]p[1-9]'