Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
0x-Apollyon committed Sep 7, 2024
1 parent 2e8209b commit 0ae4b75
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,11 @@ def load_proxies(proxy_path):
for x in range(threads-1):
threading.Thread(target=url_scanner, args=(url_file , proxies , auth , timeout_time , save_file , "multi" , x , urls_per_thread , 0)).start()
else:
threading.Thread(target=url_scanner, args=(url_file , proxies , auth , timeout_time , save_file , "multi" , x , urls_per_thread , carry_over)).start()
threading.Thread(target=url_scanner, args=(url_file , proxies , auth , timeout_time , save_file , "multi" , x , urls_per_thread , carry_over)).start()

case _:
print("[X] NOT A VALID OPTION")
quit()



Expand Down

0 comments on commit 0ae4b75

Please sign in to comment.