Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 863 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 863 Bytes

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)