Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nickemma/port-scanner
A Port scanner used for network reconnaissance, security auditing, and troubleshooting purposes. It helps network administrators identify potential vulnerabilities in their systems, detect unauthorized services running on network hosts, and ensure that firewall configurations are effective.
https://github.com/nickemma/port-scanner
gnu-linux python3 socket
Last synced: about 5 hours ago
JSON representation
A Port scanner used for network reconnaissance, security auditing, and troubleshooting purposes. It helps network administrators identify potential vulnerabilities in their systems, detect unauthorized services running on network hosts, and ensure that firewall configurations are effective.
- Host: GitHub
- URL: https://github.com/nickemma/port-scanner
- Owner: nickemma
- Created: 2024-04-03T21:00:16.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-04-18T14:28:40.000Z (7 months ago)
- Last Synced: 2024-04-18T22:07:34.036Z (7 months ago)
- Topics: gnu-linux, python3, socket
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# PORT SCANNER
> A port scanner for network utility tool used for probing a network host to discover open ports and services running on those ports. It operates by sending data packets to specific network addresses and port numbers and then analyzing the responses to determine which ports are open, closed, or filtered by firewalls.
## Built With
- Python3
- GNU Nano
- Socket## Live Demo
[Live Demo Link](Coming Soon)
## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
In order to run this project you need:
#### python### Setup
Clone this repository to your desired folder:```sh
cd my-folder
git clone https://github.com/nickemma/port-scanner
```### Install
Install this project with:```sh
cd port-scanner
pip3 install
```
### UsageTo run the project, execute the following command:
```sh
python3 main.py
```### Deployment
You can deploy this project using:
```sh
git push main
```## Authors
👤 **Author**
- GitHub: [@Techieemma](https://github.com/nickemma)
- Twitter: [@techieemma](https://twitter.com/techieemma)
- LinkedIn: [techieemma](https://linkedin.com/in/techieemma)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## ⭐️Show your support
Give a ⭐️ if you like this project!
## 🙏 Acknowledgments
- Hat tip to anyone whose code was used
- Coding Partners
- LazyCoders## 📝 License
This project is [MIT](./MIT.md) licensed.