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