Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 880 Bytes

README.md

File metadata and controls

32 lines (25 loc) · 880 Bytes

Aurora🕸️

License: MIT

  • 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).

Requirements

  • Python 3.x
$ pip install -r requirements.txt

Installation

# 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

Run

$ sudo python3 main.py

Disclaimer⚠️

THIS TOOL IS FOR EDUCATIONAL PURPOSES ONLY. DO NOT USE AGAINST ANY NETWORK THAT YOU DON'T OWN OR HAVE AUTHORIZATION TO TEST!