python - wifijammer.py issue MacOSx -



python - wifijammer.py issue MacOSx -

i'm trying test out https://github.com/danmcinerney/wifijammer error

traceback (most recent phone call last): file "wifijammer.py", line 371, in <module> mon_iface = get_mon_iface(args) file "wifijammer.py", line 52, in get_mon_iface monitors, interfaces = iwconfig() file "wifijammer.py", line 69, in iwconfig proc = popen(['iwconfig'], stdout=pipe, stderr=dn) file "/system/library/frameworks/python.framework/versions/2.7/lib/python2.7/subprocess.py", line 711, in __init__ errread, errwrite) file "/system/library/frameworks/python.framework/versions/2.7/lib/python2.7/subprocess.py", line 1308, in _execute_child raise child_exception oserror: [errno 2] no such file or directory

i realize maybe because macosx not have iwconfig.....but if indeed issue there work around? source modification can create error doesn't occur?

wifijammer.py seems have designed work on linux.

it may able modified run on osx, there's specific things have change. seems requiring command line iwconfig tool installed, uses determine interface name of wireless card.

report issue issue tracker, or modify script utilize airport -i, or ifconfig instead. lastly, hackishly alter function utilize en1 (which wifi card on macs). ymmv.

python osx python-2.7

Comments

Popular posts from this blog

php - How to pass multiple values from url -

php - Laravel not returning controller -

c# - Confused on how to specify a Platform and Version while using ChromeOptions for RemoteWebDriver with Selenium donNet since recent updates -