This commit is contained in:
Rich
2021-07-10 09:15:50 +01:00
parent 14bea9750c
commit 3087e564bc
3 changed files with 85 additions and 3 deletions

View File

@@ -44,7 +44,7 @@ def scan_networks():
if line.find("Encryption key:off") != -1:
password = ""
a = 2
else:
elif line.find("Encryption key:on") != -1:
password = "WPA2"
a = 2
if a == 2: