- Description: Aurora is Linux Penetration Testing Tool for Scanning Networks. First script is to discover all devices on your network. Second script is automation script for NMAP (tool for network discovery and security auditing).
- Python 3.x
$ pip install -r requirements.txt
# clone the repo
$ git clone https://github.com/radojicic23/aurora.git
# change the working directory to aurora
$ cd aurora
# install the requirements
$ python3 -m pip install -r requirements.txt
$ sudo python3 main.py
THIS TOOL IS FOR EDUCATIONAL PURPOSES ONLY. DO NOT USE AGAINST ANY NETWORK THAT YOU DON'T OWN OR HAVE AUTHORIZATION TO TEST!