Amulab / CAudit

集权设施扫描器

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

对AD域控服务器进行远程扫描,报错KeyError: 'instance_list'

babydlj opened this issue · comments

执行命令
python CAudit.py --save ad_8.5_scan.html AD scan -u xxxx -p xxx -d test1.test.com --dc-ip 192.168.8.5 --all
出现如下错误:
[] run plugin: Plugin_AD_Scan_PrinterBug
[
] run plugin: Plugin_AD_Scan_Support_SMBv1
[] run plugin: Plugin_AD_Scan_ZeroLogon
[
] [192.168.8.5] is not vuln
[-] SMB SessionError: STATUS_ACCESS_DENIED({Access Denied} A process has requested access to an object but has not been granted those access rights.)
[-] SMB SessionError: STATUS_ACCESS_DENIED({Access Denied} A process has requested access to an object but has not been granted those access rights.)
0000 76 FF FF FF BD D9 7B 63 A0 98 39 F7 C8 CF 7D FA v.....{c..9...}.
0010 95 BD E0 C6 ....
Traceback (most recent call last):
File "d:\CAudit\CAudit.py", line 179, in
output.show_results(scripts_result, user_args.scan_type)
File "d:\CAudit\utils\logger.py", line 216, in show_results
if status == "Success" and len(v["results"]["data"]["instance_list"]) > 0:
~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
KeyError: 'instance_list'