A brief description of your project goes here.
- 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
To use this project, follow these steps:
-
Install nmap
sudo apt install nmap -y -
Clone the repository:
git clone https://github.com/CorpseCode/portscanner.git -
Navigate to the project directory:
cd portscanner -
Create a virtual environment (optional, but recommended):
python -m venv venv source venv/bin/activate (for Unix/Linux) venv\Scripts\activate (for Windows) -
Install the required dependencies:
pip install -r requirements.txt -
Run the project:
python main.py
To install this project, follow these steps:
-
Clone the repository:
git clone https://github.com/CorpseCode/portscanner.git -
Navigate to the project directory:
cd portscanner -
Create a virtual environment (optional, but recommended):
python -m venv venv source venv/bin/activate (for Unix/Linux) venv\Scripts\activate (for Windows) -
Install the required dependencies:
pip install -r requirements.txt
Contributions are welcome! If you find any bugs or have suggestions for improvements, please open an issue or submit a pull request.
This project is licensed under the MIT License.