Fixed SA for OSX

3.0-Beta
Adam Gold 2018-02-28 21:19:49 -08:00 committed by import-au
parent 496806824e
commit c17f06251c
1 changed files with 1 additions and 0 deletions

View File

@ -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: