Jing Ling
Jing Ling
riskiq_api有什么问题吗
自行编译massdns为massdns_linux_aarch64放到/root/OneForAll/thirdparty/massdns/下
好的 师傅那边有空编译好也可以push上来
> github_api.py这个模块有bug,不允许url直接token访问的,改成header头加token访问 def search(self): """ 向接口查询子域并做子域匹配 """ self.header = self.get_header() self.proxy = self.get_proxy(self.source) self.header.update( **{'Accept': 'application/vnd.github.v3.text-match+json', 'Authorization': self.token}**) page = 1 while True: time.sleep(self.delay) params = **{'q': self.domain, 'per_page': 100,...
自己编译一个massdns,改名为massdns_darwin_arm64放到OneForAll/thirdparty/massdns/massdns_darwin_arm64
收到 我先看看
好的 会考虑添加
repeat #199
vpn.acewill.net跳转之后并不能正常访问
try to use `python3 oneforall.py --targets test.tst run`.