You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
替换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)