Skip to content

Tools for automate scanning network. Based on nmap with some scripting to perform the scanning more usefull

Notifications You must be signed in to change notification settings

joelindra/nscan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Usage

To use this script, follow these steps:

  1. Ensure you have Ruby installed on your system.
  2. Install the required 'colorize' gem by running:
    gem install colorize
  3. Clone this repository to your local machine.
  4. Navigate to the directory containing the script.
  5. Make the script executable by running:
    chmod +x nscan.rb
  6. Run the script by executing:
    ./nscan.rb

Script Description

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.

Note

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.

About

Tools for automate scanning network. Based on nmap with some scripting to perform the scanning more usefull

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages