From e946fcbfd3e6170e8c965829f6a76416d41ff68e Mon Sep 17 00:00:00 2001 From: "Shawn Hoo (shawnhos)" Date: Fri, 29 Mar 2019 12:58:21 +0000 Subject: [PATCH] Update filter.py --- filter.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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: