D4Vinci / bugz-tools

A collection of tools I wrote for bug bounty or hacking and don't mind publishing it :smile:
MIT License
112 stars 46 forks source link

Still not working on Huge domains list #2

Closed IfrahIman closed 4 years ago

IfrahIman commented 4 years ago

It gets killed after a while automatically. Even when I set threads to 50.

| Collecting results ( Total progress: 10.78%)Killed

and

| Collecting results ( Total progress: 46.10%)Traceback (most recent call last): File "/root/BIGIP/exploit/BigIP_scanner.py", line 174, in main(args) File "/root/BIGIP/exploit/BigIP_scanner.py", line 127, in main for site in concurrent.futures.as_completed(futures, timeout=(60*10)): File "/usr/lib/python3.8/concurrent/futures/_base.py", line 240, in as_completed raise TimeoutError( concurrent.futures._base.TimeoutError: 34224 (of 63501) futures unfinished

D4Vinci commented 4 years ago

Just pushed a fix, thanks