Skip to content

rebl0x3r/proxy-check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

13 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

GitHub repo size Tool version Errors GitHub issues Open Source PHP License Ask Me Support chat

Proxy Check


Table Of Contents


General Information

This tool is used to identify proxy IPs aswell as VPN.


Preview

Showcase

Installation

Proxy-Check tool requires PHP v7+ to run.

Linux

$ 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 ] =====+

Windows

For windows, we need python aswell you can download it from here:

Linux

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

Configuration

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.

Getting API Key

To get an API key register on the page :

proxycheck.io

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";

Before

$key = "";

After

$key = "3l9k49-348gpo-047008-337584";

Disclaimer

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.


Credits

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

Social Media

telegram.org

Telegram:

github.com Github:


Bug Report

If you found any bug or issue, please go here

You can also request an update.


Site Up

About

Check If An IP Is Proxy Or Not 🌐

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages