This tool is used to identify proxy IPs aswell as VPN.
Proxy-Check tool requires PHP v7+ to run.
$ git clone https://github.com/rebl0x3r/proxy-check
$ cd proxy-check
$ chmod +x proxy-check.php
$ php proxy-check.php <IP>
$ php proxy-check.php 185.220.102.247
+===== INFO =====+
IP : 185.220.102.247
Provider : Zwiebelfreunde e.V.
Country : Germany
Is Proxy : yes
Type : TOR
Risk Score : 100
+===== [ @f4c3r100 ] =====+
For windows, we need python aswell you can download it from here:
For Linux, you should have PHP pre-installed, if not run following:
$ sudo apt update
$ sudo apt upgrade -y
$ sudo apt install php$(php -v | head -1 | cut -d . -f1-2 | sed 's/PHP //g') -y
$ sudo apt install php-curl php$(php -v | head -1 | cut -d . -f1-2 | sed 's/PHP //g')-curl -y
For the configuration you see between line 19
and line 30
an array.
The values of this array depends on the result.
"vpn" => "1",
"asn" => "1",
"node" => "1",
"time" => "0",
"risk" => "2",
"port" => "0",
"seen" => "1",
"days" => "7",
"tag" => "0",
"ver" => "0"
0
means disabled.
1
means enabled.
Actually, there are two variables in the array which have more than 1:
risk
days
Risk is the score of the page. While 1
delivers just the risk score, 2
delivers some extra information like:
- Attack History
- Vulnerability Probing
- Forum Spam
- Login Attempt
- Registration Attempt
Days will specify the amount of days between now and the days before what with the proxy / ip happened.
To get an API key register on the page :
If you don't have endless mails, look down below to our channel, we post soon a tutorial how to make infinite Accounts.
After you got your API key, open the proxy-check.php
file with any editor of your choice and edit line 17
. Paste your API key between the quotes => $key = "<PASTE_YOUR_API_KEY";
$key = "";
$key = "3l9k49-348gpo-047008-337584";
Use this tool for educational purposes only .π΅οΈββοΈ If you do any illegal attacks, i am not responsible for your tasks. Use this tool correctly, and do not re-upload it on your github repository without permissions.
Channels On Telegram With Nice Stuff
Channel | Link |
---|---|
LeakerHounds | https://t.me/LeakerHounds |
ViperZCrew | https://t.me/ViperZCrew |
DeepWaterLeaks | https://t.me/deepwaterleaks2 |
Tutorials Zone | https://t.me/tutorials_zone |
Telegram:
- Rebl0x3r - https://github.com/rebl0x3r
- 0n1cOn3 - https://github.com/0n1cOn3
If you found any bug or issue, please go here
You can also request an update.