Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 720 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 720 Bytes

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: