CTF-MissFeng / Watchdog

Watchdog是bayonet修改版,重新优化了数据库及web及扫描程序,加入多节点
619 stars 120 forks source link

漏洞无法显示 #4

Open R0llingRed opened 4 years ago

R0llingRed commented 4 years ago

看了xray的日志,有发现xss漏洞,但在web漏洞管理处却没有漏洞。

CTF-MissFeng commented 4 years ago

1、web端漏洞管理模块是否刷新 2、xray是否入库成功:可查看日志得知

R0llingRed commented 4 years ago

1、web端漏洞管理模块是否刷新 2、xray是否入库成功:可查看日志得知

查看了数据库,漏洞没有入库

CTF-MissFeng commented 4 years ago

看xray日志,为什么没入库

R0llingRed commented 4 years ago

师傅,这个影响漏洞的吗?

[SQL: INSERT INTO src_task (task_name, task_domain, task_time, task_flag) VALUES (%(task_name)s, %(task_domain)s, %(task_time)s, %(task_flag)s) RETURNING src_task.id] [parameters: {'task_name': 'xx', 'task_domain': 'xxx', 'task_time': '2020-05-20 07:52:25', 'task_flag': False}] (Background on this error at: http://sqlalche.me/e/gkpj) ALERT 爬虫子域名入库异常:(psycopg2.errors.UniqueViolation) duplicate key value violates unique constraint "src_task_task_domain_key" DETAIL: Key (task_domain)=(xxxx) already exists.

CTF-MissFeng commented 4 years ago

这个不影响、看日志中app.py接受漏洞的日志

kesonn commented 4 years ago

同问,xray的漏洞没有入库

Jamielxl commented 2 years ago

这个不影响、看日志中app.py接受漏洞的日志 师傅,请问这个怎么解决呀?有联系方式吗?