OneForAll
OneForAll copied to clipboard
Python crash
Whether the latest code is used yes
Bug description
Python exception not caught while scanning a list of targets
Operation environment
- System information: Ubuntu 20
- Python version: 3.9.2
- OneForAll version: latest from git
How to reproduce
- Step (optional)
./oneforall.py --targets ../hosts.txt run
- Command (required)
Error text Copy the complete error text (required)
Expected results A clear and concise description of the expected results (optional, such as what a normal situation should look like)
Actual results
Request Progress: 95%|████████████████████▉ | 101/106 [00:00<00:00, 136.09it/s]06:55:45,828 [ALERT] utils:273 - GET https://www.virustotal.com/api/v3/domains/meteoblue.com/subdomains?limit=40 429 - Too Many Requests 98
06:55:45,829 [ALERT] utils:282 - {'error': {'message': 'Quota exceeded', 'code': 'QuotaExceededError'}}
06:55:45,841 [INFOR] module:63 - VirusTotalAPIQuery module took 136.5 seconds found 30 subdomains
06:55:46,118 [ALERT] utils:273 - GET https://www.virustotal.com/api/v3/domains/meteoblue.com/subdomains?limit=40 429 - Too Many Requests 98
06:55:46,151 [ALERT] utils:282 - {'error': {'message': 'Quota exceeded', 'code': 'QuotaExceededError'}}
06:55:46,164 [INFOR] module:63 - VirusTotalAPIQuery module took 286.2 seconds found 30 subdomains
06:55:46,274 [INFOR] request:264 - Found that meteoblue.com has 91 alive subdomains
06:55:46,274 [INFOR] finder:23 - Start Finder module
Traceback (most recent call last):
File "/home/kali/tools/OneForAll/oneforall.py", line 277, in
Screenshot Screenshot of complete OneForAll execution process (recommended upload)
Log upload Upload oneforall.log files (it is recommended to upload logs in case of complex problems)
Supplementary information Some other supplementary notes about bug
repeat #199