https://github.com/dncrypter/netprobe
NetProbe is a high-performance port scanning CLI tool designed to quickly identify open ports on target systems. By leveraging the power of threading, NetProbe ensures fast and efficient scanning, making it an essential tool for network administrators and security professionals.
https://github.com/dncrypter/netprobe
asynchronous-programming port-scanner python
Last synced: 10 months ago
JSON representation
NetProbe is a high-performance port scanning CLI tool designed to quickly identify open ports on target systems. By leveraging the power of threading, NetProbe ensures fast and efficient scanning, making it an essential tool for network administrators and security professionals.
- Host: GitHub
- URL: https://github.com/dncrypter/netprobe
- Owner: DNcrypter
- License: other
- Created: 2024-10-15T10:38:35.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-28T13:41:14.000Z (about 1 year ago)
- Last Synced: 2025-02-01T12:45:12.697Z (11 months ago)
- Topics: asynchronous-programming, port-scanner, python
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# 🕸 NetProbe
**NetProbe** is a high-performance port scanning CLI tool designed to quickly identify open ports on target systems. By leveraging the power of threading, NetProbe ensures fast and efficient scanning, making it an essential tool for network administrators and security professionals.
[](https://choosealicense.com/licenses/mit/)
[](https://www.linkedin.com/in/nikhil--chaudhari/)
[](https://medium.com/@nikhil-c)
## 📚 Features
- **High-Speed Scanning**: Utilizes threading to enhance scanning speed.
- **Comprehensive Reports**: Provides detailed output of scanned ports.
- **Easy to Use**: Simple command-line interface for quick deployment and usage.
- **Customizable Options**: Allows users to specify target IP ranges and port lists.
## 🛠 Installation
1. **Clone the Repository**
```bash
git clone https://github.com/yourusername/NetProbe.git
```
2. **Navigate to the NetProbe Directory**
```bash
cd NetProbe
```
3. **Install the Required Dependencies**
```bash
pip install -r requirements.txt
```
## 📱Usage
Navigate to Scripts folder
```bash
cd Scripts
```
To run the basic scan
```bash
python adv_scanner.py -t target_ip -p ports
```
Example
```bash
python adv_scanner.py -t 192.168.1.1 -p 1-65535
```
## 🍁 Contributions
Contributions are welcome! Mark Star this repository.You can fork this repository and submit a pull request.