Skip to content
Permalink
Browse files
Update filter.py
  • Loading branch information
shawnhos committed Mar 29, 2019
1 parent 5d09881 commit 626e042dc17e39915eb0dbeac319d574408faff9
Showing 1 changed file with 0 additions and 4 deletions.
@@ -1,10 +1,6 @@
import csv
import os

# Make shell scripts executables, assuming root privileges to do so
os.system("chmod 0744 scanner.sh")
os.system("chmod 0744 convert.sh")

# 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")

0 comments on commit 626e042

Please sign in to comment.