Skip to content

clirimfurriku/SIPHpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

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