From 70f58a6bd9971fc59554c199b2f4eedb3a1dcd01 Mon Sep 17 00:00:00 2001 From: DanMcInerney Date: Wed, 13 Nov 2013 04:27:02 -0700 Subject: [PATCH] fixed aircrack --- LANs.py | 2 +- LANspy.log.txt | 0 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 LANspy.log.txt diff --git a/LANs.py b/LANs.py index e7015c6..08a1add 100755 --- a/LANs.py +++ b/LANs.py @@ -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) diff --git a/LANspy.log.txt b/LANspy.log.txt new file mode 100644 index 0000000..e69de29