RE: Wifijammer in python 08-30-2014, 07:09 AM
#17
(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:
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.