2fa code cracking python script my infant nephew wrote
by - Thursday, January 1, 1970 at 12:00 AM
ur welcome

-> pip install pyautogui <-

import random
import string
import pyautogui
import time

while True:

    numbers = (string.digits)
    code = ''.join(random.choice(numbers) for i in range(6))
    pyautogui.typewrite(code+'
')
    time.sleep(1)
Reply
wow, it works. OMG. Now i can finally hack my imaginary girlfriend.  :dodgy:
Leeches go straight to hell. To the boiler room of hell. All the way down. Sometimes I pull them out just so they think everything is going to be ok, but then I put them right back in.

Reply
works 1% of the time every time
Reply
(October 12, 2022, 06:01 PM)DataDumper Wrote: works 1% of the time every time


bro....

works every time 1% of the time is the saying

and in this case it works every time .001% of the time
Reply
did not work, got arrested :cry:
:pomlove:

Reply
(October 14, 2022, 02:21 AM)hellokittyiscute Wrote: did not work, got arrested :cry:


I really want to get arrested. I don't know why authorities seem to turn a blind eye to me, quite suspicious. It's as if I can get away with anything.

#databreach
#RIU
Reply
(October 12, 2022, 05:48 PM)halt Wrote: ur welcome

-> pip install pyautogui <-


import random
import string
import pyautogui
import time

while True:

    numbers = (string.digits)
    code = ''.join(random.choice(numbers) for i in range(6))
    pyautogui.typewrite(code+'
')
    time.sleep(1)

why is your infant nephew writing scripts to crack 2fa codes  :pomthink:
Arx &lt;3 Punk
Reply
CAN I WELCOME
Reply
nice work nephew
Reply
Wow! So to it work every time each POST request needs to take 0.6ms, assuming TOTP codes are valid for 30s and you are bruteforcing with 20 threads. Seems plausible!
Reply


 Users viewing this thread: 2fa code cracking python script my infant nephew wrote: No users currently viewing.