Login Register






The stories and information posted here are artistic works of fiction and falsehood. Only a fool would take anything posted here as fact.
Thread Rating:
  • 0 Vote(s) - 0 Average


Wifijammer in python filter_list
Author
Message
RE: Wifijammer in python #18
(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.

I assume it's searching interfaces.

Code:
'eth[0-9]|em[0-9]|p[1-9]p[1-9]'

^This is a regex string and it's being searched for in line.

Try running the script on a ethernet network but doing " -i eth0 " (Or your wired interface)

Reply





Messages In This Thread
Wifijammer in python - by Seven - 08-29-2014, 06:37 PM
RE: Wifijammer in python - by Dismas - 08-29-2014, 06:38 PM
RE: Wifijammer in python - by Seven - 08-29-2014, 06:43 PM
RE: Wifijammer in python - by Eclipse - 08-29-2014, 06:51 PM
RE: Wifijammer in python - by Seven - 08-29-2014, 06:57 PM
RE: Wifijammer in python - by APPLEZ - 08-29-2014, 06:58 PM
RE: Wifijammer in python - by Seven - 08-29-2014, 07:02 PM
RE: Wifijammer in python - by Eclipse - 08-29-2014, 07:16 PM
RE: Wifijammer in python - by Seven - 08-29-2014, 07:19 PM
RE: Wifijammer in python - by APPLEZ - 08-29-2014, 07:23 PM
RE: Wifijammer in python - by Seven - 08-29-2014, 07:28 PM
RE: Wifijammer in python - by Eclipse - 08-29-2014, 08:52 PM
RE: Wifijammer in python - by Seven - 08-29-2014, 09:00 PM
RE: Wifijammer in python - by Eclipse - 08-29-2014, 09:11 PM
RE: Wifijammer in python - by Seven - 08-29-2014, 09:20 PM
RE: Wifijammer in python - by Eclipse - 08-30-2014, 06:36 AM
RE: Wifijammer in python - by Seven - 08-30-2014, 07:09 AM
RE: Wifijammer in python - by Eclipse - 08-30-2014, 07:20 AM
RE: Wifijammer in python - by Seven - 08-30-2014, 08:05 AM



Users browsing this thread: 1 Guest(s)