Skip to content

Scan ports using nmap without pinging the addresses, view the results beautifully in a web browser using the generate html function...also you will get detailed info. about the ports in The html report in a web Browser

Notifications You must be signed in to change notification settings

CorpseCode/portscanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Port Scanner

A brief description of your project goes here.

Table of Contents

Functionalities

  • Scan For Open Ports Using Nmap
  • Does not ping the IP/hostname
  • Create additional HTML file formatted beautifully using css and reactjs
  • IF YOU VIEW THE RESULTS IN HTML FILE YOU CAN READ IN DETAIL ABOUT EACH PORT FOUND IN THE RESULT

Usage

To use this project, follow these steps:

  1. Install nmap

    sudo apt install nmap -y
    
  2. Clone the repository:

    git clone https://github.com/CorpseCode/portscanner.git
    
  3. Navigate to the project directory:

    cd portscanner
    
  4. Create a virtual environment (optional, but recommended):

    python -m venv venv
    source venv/bin/activate (for Unix/Linux)
    venv\Scripts\activate (for Windows)
    
  5. Install the required dependencies:

    pip install -r requirements.txt
    
  6. Run the project:

    python main.py
    

Installation

To install this project, follow these steps:

  1. Clone the repository:

    git clone https://github.com/CorpseCode/portscanner.git
    
  2. Navigate to the project directory:

    cd portscanner
    
  3. Create a virtual environment (optional, but recommended):

    python -m venv venv
    source venv/bin/activate (for Unix/Linux)
    venv\Scripts\activate (for Windows)
    
  4. Install the required dependencies:

    pip install -r requirements.txt
    

Contributing

Contributions are welcome! If you find any bugs or have suggestions for improvements, please open an issue or submit a pull request.

License

This project is licensed under the MIT License.

About

Scan ports using nmap without pinging the addresses, view the results beautifully in a web browser using the generate html function...also you will get detailed info. about the ports in The html report in a web Browser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published