Skip to content

fl97-mo/PyNetScan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

PyNetScan

A collection of Python tools for network scanning and security testing.


Simple Python Port Scanner

port_scanner.py is a basic Python script that scans the first 1024 ports of a given IP address or domain and identifies which ports are open or closed.

Features

  • Scans ports 1-1024
  • Uses TCP connections to check if ports are open
  • Easy to use, just enter an IPv4 or domain

Requirements

  • Python 3.x
  • No external dependencies
  1. Clone the repository

    git clone https://github.com/fl97-mo/PyNetScan.git
    cd PyNetScan

About

A collection of Python tools for network scanning and security testing.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages