/Simple-Scanner

a network scanner that list all connected devices on the network

Primary LanguagePython

logo

👽   About Simple Scanner   👽

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


How to Use

  • 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

Requirements

  • Mac OS X or Linux (Kali Linux)
  • python3 + pip3
  • os
  • scapy

How to Install

You can install the program by:

Download from Github or Typing in the Terminal - git clone https://github.com/asian-code/Simple-Scanner


How to Run

Open the directory to the file: 'simple-scanner' and run the program by typing: sudo python3 networkScanner.py


Troubleshooting

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