Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Hackertrackersj/Instabruteforce
/ functions
Functions
81 in github.com/Hackertrackersj/Instabruteforce
⨍
Functions
81
◇
Types & classes
10
↓ 11 callers
Method
db_execute
(self, cmd, args=[])
lib/database.py:31
↓ 9 callers
Method
db_query
(self, cmd, args=[], fetchone=True)
lib/database.py:23
↓ 5 callers
Method
close
(self)
lib/browser.py:128
↓ 5 callers
Method
info
(self)
lib/proxy.py:33
↓ 4 callers
Method
__exists
Returns True if a proxy by the given proxy id exists
lib/database.py:172
↓ 4 callers
Method
clear
(self)
lib/display.py:29
↓ 4 callers
Method
start
(self)
lib/bruter.py:227
↓ 4 callers
Method
write
(self, attempts, _list)
lib/database.py:107
↓ 3 callers
Method
exists
(self)
lib/database.py:63
↓ 3 callers
Method
stats
(self, password, attempts, browsers, load=True)
lib/display.py:38
↓ 2 callers
Method
__get_signature
(self, *, ip: str, port: int)
lib/database.py:169
↓ 2 callers
Method
__parse_proxy
Get a tuple of proxy and turns it into a dict.
lib/database.py:237
↓ 2 callers
Method
calc_q1
Calculate the first quartile of the scores.
lib/database.py:353
↓ 2 callers
Method
delete
(self)
lib/database.py:122
↓ 2 callers
Method
dispose
Dispose of a proxy. A proxy will be updated after usage session.
lib/proxy_manager.py:53
↓ 2 callers
Method
get_proxies
( self, offset: int = 0, limit: int = 256, min_score: float = 0.0 )
lib/database.py:271
↓ 2 callers
Method
list_add
(self, password)
lib/password_manager.py:32
↓ 2 callers
Method
stats
(self)
lib/database.py:386
↓ 2 callers
Method
stop
(self)
instagram.py:73
↓ 1 callers
Method
__init__
(self)
lib/database.py:134
↓ 1 callers
Method
_write
(self, attempts, _list)
lib/database.py:86
↓ 1 callers
Method
add_proxy
Add a proxy into the database. Returns: proxy_id when successful
lib/database.py:183
↓ 1 callers
Function
args
()
instagram.py:129
↓ 1 callers
Method
authenicate
(self)
lib/browser.py:88
↓ 1 callers
Method
br
(self)
lib/browser.py:30
↓ 1 callers
Method
check_exists
(self, response)
lib/browser.py:67
↓ 1 callers
Method
check_response
(self, response)
lib/browser.py:71
↓ 1 callers
Method
count_lines
(self)
lib/password_manager.py:42
↓ 1 callers
Method
create_tables
(self)
lib/database.py:48
↓ 1 callers
Method
create_tables
(self)
lib/database.py:138
↓ 1 callers
Method
decr_usage
Takes away usage data for this session
lib/proxy.py:28
↓ 1 callers
Function
display_database_stats
()
instagram.py:199
↓ 1 callers
Method
get_proxy
Get details of a proxy with the given proxy id
lib/database.py:251
↓ 1 callers
Method
get_token
(self)
lib/browser.py:39
↓ 1 callers
Method
get_user_resp
(self)
instagram.py:31
↓ 1 callers
Method
incr_success
Incremented when proxy works
lib/proxy.py:24
↓ 1 callers
Method
list_remove
(self, password)
lib/password_manager.py:36
↓ 1 callers
Function
main
()
instagram.py:232
↓ 1 callers
Method
manage_session
(self)
lib/bruter.py:46
↓ 1 callers
Method
pop_list
Populates queue using database
lib/proxy_manager.py:76
↓ 1 callers
Method
post_data
(self)
lib/browser.py:47
↓ 1 callers
Method
prompt
(self, data)
lib/display.py:202
↓ 1 callers
Method
prune
(self, threshold: float)
lib/database.py:321
↓ 1 callers
Method
prune_browsers
Remove all the browsers with the same password as the given browser
lib/bruter.py:104
↓ 1 callers
Function
prune_database
(prune: float)
instagram.py:176
↓ 1 callers
Method
read
(self)
lib/password_manager.py:63
↓ 1 callers
Method
remove_browser
(self, browser: Browser)
lib/bruter.py:133
↓ 1 callers
Method
shutdown
(self, password, attempts, browsers)
lib/display.py:160
↓ 1 callers
Method
start
(self)
instagram.py:43
↓ 1 callers
Method
start_daemon_threads
(self)
lib/bruter.py:209
↓ 1 callers
Method
stats_found
(self, password, attempts, browsers)
lib/display.py:112
↓ 1 callers
Method
stats_not_found
(self, password, attempts, browsers)
lib/display.py:146
↓ 1 callers
Method
stop
(self)
lib/bruter.py:266
↓ 1 callers
Method
stop_daemon_threads
(self)
lib/bruter.py:224
↓ 1 callers
Method
update_status
( self, ip: str, port: int, last_used: float, total_used: int,
lib/database.py:293
↓ 1 callers
Method
write2db
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 callers
Method
write_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
Method
addr
(self)
lib/proxy.py:17
Method
attack
(self)
lib/bruter.py:151
Method
attempt
(self)
lib/browser.py:110
Method
attempts
(self)
lib/password_manager.py:104
Method
browser_manager
(self)
lib/bruter.py:59
Method
delete_proxy
Delete a proxy from the database Returns: True: if proxy has been deleted
lib/database.py:219
Method
get_proxy
(self)
lib/proxy_manager.py:107
Method
info
(self, msg)
lib/display.py:174
Method
list_size
(self)
lib/password_manager.py:29
Method
read
(self)
lib/database.py:69
Method
start
(self)
lib/password_manager.py:111
Method
stop
(self)
lib/password_manager.py:114
Function
valid_float
(n)
instagram.py:114
Function
valid_int
(n)
instagram.py:99
Method
warning
(self, msg)
lib/display.py:188