Skip to content

sharhan-alhassan/ppscanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Portable Port Scanner (ppscanner)

Portable Port Scanner (ppscanner) is a light-weight open-source CLI utility that leverages on nmap to make quick and elegant scanning of host devices and their ports for better insights, troubleshooting, check vulnerabilites and meet compliance requirements of networks.

Installation Guide

Global dependencies

  • ppscanner leverages on nmap functionalities so you need it installed to be able use it.
$ sudo apt-get install nmap

Project Dependencies

$ pip install -i https://test.pypi.org/simple/ ppscanner

Run Commands

  • Example code for IP Address: 127.0.0.1 and Port: 80
  • It automatically gives the port(tcp) and state(open/closed)
$ ppscan scan 127.0.0.1 80

Optional arguments

  • Other optional arguments are --service with input of yes or no and reason with input yes or no

Help commands

$ ppscan scan --help

About

A light-weight open-source project CLI utility for showing services running on ports in a host

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages