Skip to content

jpakki/Port-Scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Port-Scanner

A TCP Port Scanner created with Python and uses features provided by NMAP. This was created by following a tutorial from the book Violent Python.

Prerequisites

  • Download NMAP, an open-source tool for network discovery and security auditing.
  • Install python-nmap

Usage

-H <target host> -p <target port(s)>
  • The target host is the IP address of the device you aim to scan
  • Target ports must be surrounded by single or double quotes and separated by commas

Screenshots

An example input and output: