gpt4 book ai didi

Python XMLRPC Nessus 错误

转载 作者:太空宇宙 更新时间:2023-11-03 11:34:23 27 4
gpt4 key购买 nike

有人知道我为什么会收到此错误吗?

我正在使用 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

最佳答案

这是由 error 引起的在 nessusxmlrpc-py 中。

您可以申请 patchdownload the corrected version NessusXMLRPC.py

关于Python XMLRPC Nessus 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8729499/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com