cq-feng

Results 66 comments of cq-feng

> xray可以使用webhook api获取统计信息和突破信息 > > [https://xray.cool/xray/#/api/api ](https://xray.cool/xray/#/api/api) > https://github.com/chaitin/xray/tree/master/webhook_demo 好的,感谢,没注意到他有api

> ![image](https://user-images.githubusercontent.com/26105430/79880710-f3aa4c00-8422-11ea-8b55-8071b995b09a.png) > > 部分模块有冲突,需要单独安装

> Missfeng /刺刀的清单:未找到最新 > ![图片](https://user-images.githubusercontent.com/19652256/75977842-36b66b80-5f18-11ea-8ae3-8cf12149723b.png) $ docker pull missfeng/bayonet:v1.1

> 项目里面的crawlergo是二进制文件,你应该下错了crawlergo > https://github.com/0Kee-Team/crawlergo/releases > 需要在这个项目里面下载linux版的crawlergo。 默认是mac平台的,其他平台需要自己下载对应的

> docker: Error response from daemon: driver failed programming external connectivity on endpoint 系统问题,windows请重启docker

> docker依次里面按照顺序开起来后,只有一个forall运行正常 > 端口扫描,URL扫描,扩展扫描都运行不起来,发现是其中的pip模块。 > ![图片](https://user-images.githubusercontent.com/19652256/75987051-2effc280-5f2a-11ea-9489-9bc3ebc9adea.png) > ![图片](https://user-images.githubusercontent.com/19652256/75987065-37f09400-5f2a-11ea-8647-f4f09e175b6e.png) > ![图片](https://user-images.githubusercontent.com/19652256/75987095-48a10a00-5f2a-11ea-87c7-f7808e470c10.png) 你进错目录了,看文档说明。在bayonet目录下执行。而不是去模块工具下

> 我就是在bayonet目录下运行一键脚本后,下发任务,发现子域名扫描完,脚本后面就没反应了。我刚才又试了一遍 另外那个shodanapi是正确,但是还是用不了。 > ![图片](https://user-images.githubusercontent.com/19652256/75990332-b8fe5a00-5f2f-11ea-90d8-a50d66c37b24.png) shodan服务已经返回了提示:无效 API KEY。你shodan确实有误。这是服务器返回的

> 我就是在bayonet目录下运行一键脚本后,下发任务,发现子域名扫描完,脚本后面就没反应了。我刚才又试了一遍 另外那个shodanapi是正确,但是还是用不了。 > ![图片](https://user-images.githubusercontent.com/19652256/75990332-b8fe5a00-5f2f-11ea-90d8-a50d66c37b24.png) shodan配置在config文件中的portscan端口扫描中,而不是子域名扫描配置类中,你写错配置项。

> 大佬厉害,确实是我写错了,我把shadon写到oneforall了。 在服务器中运行,推荐一个模块一个进程挂起,而不是执行run.py,比如 nohub python3 app.py > app.log nohub python3 run_sud...py > log nohub python3 run_port..py > log1 .... 这样的好处是如果其中一个模块运行有问题,不会影响其他模块,重新启用。再就是模块工具的日志是单独的,方便查看。 测试挂机扫描一天,没有问题出现: ![image](https://user-images.githubusercontent.com/38177965/75992617-2fe92200-5f33-11ea-9f07-f764b1c1f43c.png)