diff --git a/filter.py b/filter.py index b98cb0e..e0c587b 100644 --- a/filter.py +++ b/filter.py @@ -2,10 +2,10 @@ import csv import os # Runs a bash script that scans the network's BSSID, PWR, ESSID and saves it to a csv file -os.system("chmod +x convert_isolated.sh") -os.system("chmod +x scanner_isolated.sh") -os.system("./scanner_isolated.sh") -os.system("./convert_isolated.sh") +os.system("chmod +x convert.sh") +os.system("chmod +x scanner.sh") +os.system("./scanner.sh") +os.system("./convert.sh") # Opens the saved csv and parses the info and saved as lists with open('isolated.csv') as file1: