このエラーが発生する理由を知っている人はいますか?
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 のペーストビンへのリンクが含まれています: http://pastebin.com/Bd2Zsw49