Fixed SA for OSX
parent
496806824e
commit
c17f06251c
|
@ -239,6 +239,7 @@ try:
|
|||
process = subprocess.Popen(executable="/System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/airport", args="-I", stdout=subprocess.PIPE, shell=True)
|
||||
wireless = process.communicate()
|
||||
wireless = wireless[0].split('\\n')
|
||||
print wireless
|
||||
print "[*] Wireless Connectivity Info:"
|
||||
for x in wireless:
|
||||
if x:
|
||||
|
|
Loading…
Reference in New Issue