MCPcopy Create free account

hub / github.com/Hackertrackersj/Instabruteforce / functions

Functions81 in github.com/Hackertrackersj/Instabruteforce

↓ 11 callersMethoddb_execute
(self, cmd, args=[])
lib/database.py:31
↓ 9 callersMethoddb_query
(self, cmd, args=[], fetchone=True)
lib/database.py:23
↓ 5 callersMethodclose
(self)
lib/browser.py:128
↓ 5 callersMethodinfo
(self)
lib/proxy.py:33
↓ 4 callersMethod__exists
Returns True if a proxy by the given proxy id exists
lib/database.py:172
↓ 4 callersMethodclear
(self)
lib/display.py:29
↓ 4 callersMethodstart
(self)
lib/bruter.py:227
↓ 4 callersMethodwrite
(self, attempts, _list)
lib/database.py:107
↓ 3 callersMethodexists
(self)
lib/database.py:63
↓ 3 callersMethodstats
(self, password, attempts, browsers, load=True)
lib/display.py:38
↓ 2 callersMethod__get_signature
(self, *, ip: str, port: int)
lib/database.py:169
↓ 2 callersMethod__parse_proxy
Get a tuple of proxy and turns it into a dict.
lib/database.py:237
↓ 2 callersMethodcalc_q1
Calculate the first quartile of the scores.
lib/database.py:353
↓ 2 callersMethoddelete
(self)
lib/database.py:122
↓ 2 callersMethoddispose
Dispose of a proxy. A proxy will be updated after usage session.
lib/proxy_manager.py:53
↓ 2 callersMethodget_proxies
( self, offset: int = 0, limit: int = 256, min_score: float = 0.0 )
lib/database.py:271
↓ 2 callersMethodlist_add
(self, password)
lib/password_manager.py:32
↓ 2 callersMethodstats
(self)
lib/database.py:386
↓ 2 callersMethodstop
(self)
instagram.py:73
↓ 1 callersMethod__init__
(self)
lib/database.py:134
↓ 1 callersMethod_write
(self, attempts, _list)
lib/database.py:86
↓ 1 callersMethodadd_proxy
Add a proxy into the database. Returns: proxy_id when successful
lib/database.py:183
↓ 1 callersFunctionargs
()
instagram.py:129
↓ 1 callersMethodauthenicate
(self)
lib/browser.py:88
↓ 1 callersMethodbr
(self)
lib/browser.py:30
↓ 1 callersMethodcheck_exists
(self, response)
lib/browser.py:67
↓ 1 callersMethodcheck_response
(self, response)
lib/browser.py:71
↓ 1 callersMethodcount_lines
(self)
lib/password_manager.py:42
↓ 1 callersMethodcreate_tables
(self)
lib/database.py:48
↓ 1 callersMethodcreate_tables
(self)
lib/database.py:138
↓ 1 callersMethoddecr_usage
Takes away usage data for this session
lib/proxy.py:28
↓ 1 callersFunctiondisplay_database_stats
()
instagram.py:199
↓ 1 callersMethodget_proxy
Get details of a proxy with the given proxy id
lib/database.py:251
↓ 1 callersMethodget_token
(self)
lib/browser.py:39
↓ 1 callersMethodget_user_resp
(self)
instagram.py:31
↓ 1 callersMethodincr_success
Incremented when proxy works
lib/proxy.py:24
↓ 1 callersMethodlist_remove
(self, password)
lib/password_manager.py:36
↓ 1 callersFunctionmain
()
instagram.py:232
↓ 1 callersMethodmanage_session
(self)
lib/bruter.py:46
↓ 1 callersMethodpop_list
Populates queue using database
lib/proxy_manager.py:76
↓ 1 callersMethodpost_data
(self)
lib/browser.py:47
↓ 1 callersMethodprompt
(self, data)
lib/display.py:202
↓ 1 callersMethodprune
(self, threshold: float)
lib/database.py:321
↓ 1 callersMethodprune_browsers
Remove all the browsers with the same password as the given browser
lib/bruter.py:104
↓ 1 callersFunctionprune_database
(prune: float)
instagram.py:176
↓ 1 callersMethodread
(self)
lib/password_manager.py:63
↓ 1 callersMethodremove_browser
(self, browser: Browser)
lib/bruter.py:133
↓ 1 callersMethodshutdown
(self, password, attempts, browsers)
lib/display.py:160
↓ 1 callersMethodstart
(self)
instagram.py:43
↓ 1 callersMethodstart_daemon_threads
(self)
lib/bruter.py:209
↓ 1 callersMethodstats_found
(self, password, attempts, browsers)
lib/display.py:112
↓ 1 callersMethodstats_not_found
(self, password, attempts, browsers)
lib/display.py:146
↓ 1 callersMethodstop
(self)
lib/bruter.py:266
↓ 1 callersMethodstop_daemon_threads
(self)
lib/bruter.py:224
↓ 1 callersMethodupdate_status
( self, ip: str, port: int, last_used: float, total_used: int,
lib/database.py:293
↓ 1 callersMethodwrite2db
Read proxies from the file and write it into the database. File must contain ip:port format. Returns: Number of rows written into the
lib/proxy_manager.py:32
↓ 1 callersMethodwrite_to_file
(self, password)
instagram.py:36
Method__init__
(self, username, threads, passlist_path, is_color)
instagram.py:22
Method__init__
(self, db_name)
lib/database.py:20
Method__init__
(self, fingerprint)
lib/database.py:43
Method__init__
(self, username, passlist_path, max_passwords, display)
lib/password_manager.py:14
Method__init__
(self)
lib/proxy_manager.py:21
Method__init__
(self, username: str, threads: int, passlist_path: str)
lib/bruter.py:17
Method__init__
(self, username, password, proxy: proxy.Proxy)
lib/browser.py:19
Method__init__
(self, username=None, passlist=None, is_color=None)
lib/display.py:19
Method__init__
(self, ip: str, port: int)
lib/proxy.py:9
Methodaddr
(self)
lib/proxy.py:17
Methodattack
(self)
lib/bruter.py:151
Methodattempt
(self)
lib/browser.py:110
Methodattempts
(self)
lib/password_manager.py:104
Methodbrowser_manager
(self)
lib/bruter.py:59
Methoddelete_proxy
Delete a proxy from the database Returns: True: if proxy has been deleted
lib/database.py:219
Methodget_proxy
(self)
lib/proxy_manager.py:107
Methodinfo
(self, msg)
lib/display.py:174
Methodlist_size
(self)
lib/password_manager.py:29
Methodread
(self)
lib/database.py:69
Methodstart
(self)
lib/password_manager.py:111
Methodstop
(self)
lib/password_manager.py:114
Functionvalid_float
(n)
instagram.py:114
Functionvalid_int
(n)
instagram.py:99
Methodwarning
(self, msg)
lib/display.py:188