mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
1. 增加空间测绘引擎最大查询数量限制,防止泛解析和CDN浪费积分。对 fofa, hunter, quake, zoomeye 生效
2. 允许用户不使用 tldextract 提取主域名,防止收集分公司域名时错误收集到主公司的域名 3. 升级exrex版本,兼容python3.12 4. 修复`No module named 'distutils.util'`的bug,关联issue: https://github.com/shmilylty/OneForAll/issues/394
This commit is contained in:
@@ -20,7 +20,7 @@ class Quake(Search):
|
||||
"""
|
||||
self.per_page_num = 100
|
||||
self.page_num = 0
|
||||
while True:
|
||||
while self.per_page_num * self.page_num < settings.cam_records_maximum_per_domain:
|
||||
time.sleep(self.delay)
|
||||
self.header = self.get_header()
|
||||
self.header.update({'Content-Type': 'application/json'})
|
||||
|
||||
Reference in New Issue
Block a user