Skip to content

portPulse, or ppulse.py written in python3, a small tool that can be used for port scanning through HTTP requests.

Notifications You must be signed in to change notification settings

prodigiousMind/portPulse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

portPulse

portPulse, or ppulse.py written in python3, a small tool that can be used for port scanning through HTTP requests. It sends GET requests to the target IP or hostname on the specified range of ports (default = all).

How to install?

You can simply clone this whole repository and use it or you can download it in a compressed file format.

git clone https://github.com/prodigiousMind/portPulse.git

After installation?

if required libraries are not installed, then

cd portPulse; python3 -m pip install -r requirements.txt

or

cd portPulse; pip3 install -r requirements.txt

Usage:

Screenshot (752)

Example: Screenshot (750)

About

portPulse, or ppulse.py written in python3, a small tool that can be used for port scanning through HTTP requests.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages