https://github.com/chirag-sharma72/port-scanner
A simple port scanner
https://github.com/chirag-sharma72/port-scanner
Last synced: 1 day ago
JSON representation
A simple port scanner
- Host: GitHub
- URL: https://github.com/chirag-sharma72/port-scanner
- Owner: chirag-sharma72
- Created: 2021-04-15T10:28:53.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-22T20:15:12.000Z (8 months ago)
- Last Synced: 2025-10-12T10:45:59.290Z (1 day ago)
- Language: Python
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Port-Scanner
A tool that scans for open ports on a host.
Built as part of pursuing Python Scripting course from The Cyber Mentor.## Installation ##
1. Download the repository
```
git clone https://github.com/chirag-sharma72/Port-Scanner.git
```2. Run the scanner.py file
```
python3 scanner.py
```