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
Hi @kamal2222ahmed and @gmaran23 , sorry for the late response.
The current version of KubiScan is 1.6 (I still didn't release it yet) but from my checks it is stable and it worked for me.
I think you received the error because match is only supported by Python 3.10.
What version of Python are you using?
Anyway, I changed the code from match and case to if else so it should work for you now.
Please check the latest current version from the GitHub page (version 1.6).
Summary
Cannot run kubiscan -rr or any kubiscan command
Provide brief overview and context for the discovered bug.
Steps to Reproduce
$kubiscan -rr
File "/root/KubiScan/KubiScan.py", line 105
match cve_severity:
^
SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered: