CTF-MissFeng / Watchdog

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

子域模块无法运行 #26

Closed Ershu1 closed 3 years ago

Ershu1 commented 3 years ago

其他模块目前都能看到再正常运行,但是每次添加任务的时候都会运行退出,看了一下log里面的信息,大致如下 [+]子域名扫描启动 Traceback (most recent call last): File "/home/ubuntu/Watchdog/client/subdomain/oneforall/subdomain_run.py", line 200, in main() File "/home/ubuntu/Watchdog/client/subdomain/oneforall/subdomain_run.py", line 87, in main if task_sql.task_domain.startswith('*'): # 子域名扫描 AttributeError: 'SrcTask' object has no attribute 'task_domain'

请问这里是哪里有问题,我看了一下代码里面也有啊,但是运行就在日志里面报这样的错