This is a small tool which allows for easy accessability to spoofing your MAC Address(feature coming soon) and scanning IP addresses. The idea behind this is to help you obtain free airplane,hotel,etc wifi.
I AM NOT RESPONSIBLE FOR WHAT YOU DO WITH THIS PROGRAM
- The program takes in terminal arguments (not required to run).
example :
python3 networkscanner.py -t 192.168.0.5
or
python3 networkscanner.py --target 192.168.0.5
- If program is used without arguments, you will be prompt to enter a target/target range
You can install the program by:
Download from Github or Typing in the Terminal - git clone https://github.com/asian-code/Simple-Scanner
Open the directory to the file: 'simple-scanner' and run the program by typing:
sudo python3 networkScanner.py
If you are unsure of the arguments in the program, locate the networkscanner.py
file
and type in terminal python3 networkscanner.py -help
for info on how to use the program