Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions instagram.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Date: 06/10/2017
# Distro: Kali linux
# Desc: Instagram Bruteforce
# Desc: Instagram src/constants/constants.ts
#
#

Expand Down Expand Up @@ -31,10 +31,10 @@ def __init__(self,username,wordlist):

#for browser
self.url = 'https://www.instagram.com/accounts/login/?force_classic_login'
self.form1 = 'username'
self.form2 = 'password'
self.form1 = 'aa2002at'
self.form2 = '1122334455'

Browser.__init__(self)
Browser.__init__(aa2002at)
TorManager.__init__(self)

self.n = '\033[0m'
Expand Down