-
Notifications
You must be signed in to change notification settings - Fork 482
Open
Description
替换1505行附近的代码为:
name = name.upper().replace('-', '')
converted_name = name.upper().replace('-', '')
found = any(vuln_class.name == converted_name for vuln_class in s2_list)
if not found:
click.secho("[ERROR] 暂不支持{name}漏洞利用".format(name=name), fg="red")
exit(0)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels