Python XMLRPC Nessus 错误
有人知道我为什么会出现这个错误吗?
我正在使用这个链接中的内容:http://code.google.com/p/nessusxmlrpc/wiki/HowTo
root@bt:~/NessusXMLRPC-0.21# python newnessusscan.py
Traceback (most recent call last):
File "newnessusscan.py", line 6, in <module>
scan = x.quickScan("MyXMLTestSCan", "192.168.1.100", "Internal Network Scan")
File "/root/NessusXMLRPC-0.21/NessusXMLRPC.py", line 280, in quickScan
if type(policies['policy']) is dict:
TypeError: list indices must be integers, not str
我也试着传递一个整数,但还是没有成功。
下面是出现问题的实际模块的代码:
if type(policies['policy']) is dict:
# There appears to be only one configured policy
policy = policies['policy']
if policy['policyName'] == policy_name:
policy_id = policy['policyID']
这里附上了newnessusscan.py的pastebin链接:http://pastebin.com/Bd2Zsw49