Skip to content

Ar1t/Neutr1no

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Neutr1no

Neutr1no is a python-based network vulnerability assessment tool in script form.

How to set up

  1. Download and install Nmap:
    Nmap website

  2. Clone the Repository or Download the Code:

  • Clone the repository.
    git clone https://github.com/Ar1t/Neutr1no.git
  • Or download the zipped project folder and extract the files.
  1. Navigate to the Project Directory:
  • Open a terminal (or command prompt) and navigate to the directory containing the project files. Example:
    cd Desktop/security_projects/Neutr1no/
  1. Create a Virtual Environment (Optional but Recommended):
  • Create a virtual environment to isolate the project dependencies.
    python3 -m venv my_venv
  • Activate the virtual environment.
    • Windows:
      my_venv\Scripts\activate
    • macOS/Linux:
      source my_venv/bin/activate
  1. Install Required Dependencies:
    pip install -r requirements.txt
  2. Run the Program:
    python Neutr1no_.py

How to use

  • After running the code, follow prompts,
  • After port scanning, it will take about 2 mins (max) to return a list of vulnerabilities.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

About

A network vulnerability assessment tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages