Update crtsh.py

This commit is contained in:
j4vaovo
2023-04-03 09:31:18 +08:00
committed by GitHub
parent 6b620d7dac
commit 7f27bc26a2
+1 -1
View File
@@ -17,7 +17,7 @@ class Crtsh(Query):
"""
self.header = self.get_header()
self.proxy = self.get_proxy(self.source)
self.timeout = 90
self.timeout = 120
params = {'q': f'%.{self.domain}', 'output': 'json'}
resp = self.get(self.addr, params)
if not resp: