To use this script, follow these steps:
- Ensure you have Ruby installed on your system.
- Install the required 'colorize' gem by running:
gem install colorize
- Clone this repository to your local machine.
- Navigate to the directory containing the script.
- Make the script executable by running:
chmod +x nscan.rb
- Run the script by executing:
./nscan.rb
The script nscan.rb
allows users to perform network scans using Nmap. It provides options to scan a single target domain or multiple domains from a file.
The script utilizes the 'colorize' gem for colored output in the terminal. It incorporates a loading animation while scanning to indicate ongoing processes.
Please ensure you have appropriate permissions and the necessary dependencies installed before executing the script.
Feel free to explore and modify the script as needed.