Skip to content

stevenjbit/SimplePythonPortScanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Simple Python Port Scanner

Description

I wanted to create a simple port scanner with Python to grow my understanding of python, networking and cybersecurity. Although NMAP is the gold standard for port scanning, it is still entirely feasible and enlightening to use python for this purpose. Future edits will include threading to speed up the port scanner.

Languages and utilities used:

  • Python
  • PyCharm Community Edition 2022.3.3

Port Scanner:

As can be seen, this port scanner is rather slow (although port scanning is generally a slow process). A future edit will institute threading to speed it up somewhat. It would also be a good idea to edit the code to narrow the range of ports to be scanned, such as between the common ports of 1-1024, for example.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages