SkillAgentSearch skills...

SIPHpy

Find alive hosts by scanning IP addresses

Install / Use

/learn @clirimfurriku/SIPHpy
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

SIPHpy (Scan IP Headers Python)

Licence

Scan IP adresses find alive servers

This App is designed to scan for alive hosts that respond through proxy. It can be used to find hosts that allow you to connect to the internet even when you are not supposed to ;)

This is the fastest App out there for this job. (It was the fastest until I rebuild it in GO) <br /> <br />

Will I open source the GO version?
Maybe.

How to install


Termux (Android)

Install command

pkg install -y wget && wget https://raw.githubusercontent.com/clirimfurriku/SIPHpy/master/install.sh && bash install.sh

And run using

siphpy

Linux

Install Python and Download resourses

sudo apt-get install python3-dev wget
wget https://raw.githubusercontent.com/clirimfurriku/SIPHpy/master/ip.py
pip3 install ping3 tqdm

And run using

python3 ip.py

Windows

If you dont want to use python use a build pachkage and just run it

Or if you want to do it yourself useng python: Download Python 3.* and add to path Download ip.py Open CMD and go to the downloaded file directory

And run using command

python ip.py
View on GitHub
GitHub Stars12
CategoryDevelopment
Updated3mo ago
Forks4

Languages

Python

Security Score

92/100

Audited on Dec 31, 2025

No findings