This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# THIS FILE IS NOT MINE. IT'S JUST COPY AND PASTE ;) | |
import base64 | |
import requests | |
import json | |
from Crypto.Cipher import AES | |
IV = "YC'2bmK=b%#NQ?9j" | |
KEY = "KCH@LQj#>6VCqqLg" | |
URL = "http://lh58.hotgram.ir/v1/proxy" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
/usr/bin/curl -sSf --socks5-hostname $(echo ${3}):$(echo ${4}) www.google.com >/dev/null |