Skip to content

AlphaDarkmoon/nmap-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Here's your README.md in a well-structured format with proper code blocks:


README.md

# Nmap Scanner

This project allows you to perform Nmap scans using Python. Follow the steps below to set up and run the script.

## Setup Instructions

### 1. Create a Virtual Environment
Run the following commands to create and activate a virtual environment:

#### On Windows:
```sh
python -m venv nmap_env
nmap_env\Scripts\activate

On Linux/Mac:

python3 -m venv nmap_env
source nmap_env/bin/activate

2. Install Dependencies

Ensure you have all required dependencies installed:

pip install -r requirements.txt

3. Run the Nmap Scanner

Execute the script by running:

python nmap_scan.py

4. Provide Input

  1. Enter the target IP address or domain name.

  2. Enter the Nmap parameters (e.g., -sV -O for version and OS detection).

Example Usage:

Enter target: scanme.nmap.org
Enter parameters: -sV -O

The scan results will be displayed in the terminal.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages