fixed aircrack

This commit is contained in:
DanMcInerney 2013-11-13 04:27:02 -07:00
commit 70f58a6bd9
2 changed files with 1 additions and 1 deletions

View file

@ -795,7 +795,7 @@ class active_users():
# Start monitor mode
print '[*] Enabling monitor mode'
try:
print '/usr/sbin/airmon-ng ' + 'start ' + '%s ' + interface
print '/usr/sbin/airmon-ng ' + 'start ' + interface
promiscSearch = Popen(['/usr/sbin/airmon-ng', 'start', '%s' % interface], stdout=PIPE, stderr=DN)
promisc = promiscSearch.communicate()[0]
monmodeSearch = re.search('monitor mode enabled on (.+)\)', promisc)

0
LANspy.log.txt Normal file
View file