Skip to content

Net Probe is a Python program that allows you to scan all devices connected to your local network. It can identify the IP address of each device and determine if any ports are open, helping you to identify vulnerable devices and potential security risks.

License

Notifications You must be signed in to change notification settings

goktugerol-dev/net_probe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Net Probe

Net Probe is a Python program that allows you to scan all devices connected to your local network. It can identify the IP address of each device and determine if any ports are open, helping you to identify vulnerable devices and potential security risks.


Installation

To use Net Probe, you need to have Python 3 installed on your computer. Once you have Python 3 installed, you can download the net_probe.py file and run it from the command line.

Usage

To use Net Probe, simply run the net_probe.py file from the command line. The program will scan all devices connected to your local network and display their IP addresses and any open ports.

Features

Net Probe can scan devices on multiple subnets, including 192.168.0.0/16 and 187.0.0.0/8. It scans for open ports on the following common ports:
  • 21 (FTP)
  • 22 (SSH)
  • 23 (Telnet)
  • 25 (SMTP)
  • 53 (DNS)
  • 80 (HTTP)
  • 110 (POP3)
  • 143 (IMAP)
  • 443 (HTTPS)
  • 3306 (MySQL)
  • 3389 (Remote Desktop Protocol)
  • 5900 (Virtual Network Computing)
  • 8080 (HTTP alternate)

Net Probe also generates a JSON file with the scan results, which can be used for further analysis.

Disclaimer

Net Probe is intended to be used for white hat security testing and should only be used on networks that you have permission to test. Misusing Net Probe or using it for illegal activities is strictly prohibited.

License

This program is licensed under the Apache 2.0 License. See the NOTICE and LICENSE file for more information.

About

Net Probe is a Python program that allows you to scan all devices connected to your local network. It can identify the IP address of each device and determine if any ports are open, helping you to identify vulnerable devices and potential security risks.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages