Neutr1no is a python-based network vulnerability assessment tool in script form.
-
Download and install Nmap:
Nmap website -
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.
- 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/
- 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
- Windows:
- Install Required Dependencies:
pip install -r requirements.txt
- Run the Program:
python Neutr1no_.py
- After running the code, follow prompts,
- After port scanning, it will take about 2 mins (max) to return a list of vulnerabilities.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.