lalalashenle
lalalashenle
BUG说明: resp中包含"error"键,值为True或False,如果执行`if resp["error"] is None:`进行判断的话,当error未False,即理应成功返回扫描结果时,判断会为"False",跳过执行这段if,直接终止了结果的返回。 修复方法: 改为`if not resp["error"]:`,进行error键的真假值判断,若error键的值为False,则if判断为真,执行扫描结果的返回操作。
censys已使用v2 api,原先的v1不再适用。 api使用手册:https://search.censys.io/api#/certificates%20v2/postSearchCertificates
There is only "-s" argument in main.py. How to simulated fake datas? 