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
Add Web Shell URL Validator so that we can ensure quality commands are added to the database.
WebShell.validate_web_shell_url() is currently not implemented.
Unfortunately, all the code in WebShell.evaluate() and its supporting methods are not set up to do just validation, so some code refactoring is needed.
Add Web Shell URL Validator so that we can ensure quality commands are added to the database.
WebShell.validate_web_shell_url() is currently not implemented.
Unfortunately, all the code in WebShell.evaluate() and its supporting methods are not set up to do just validation, so some code refactoring is needed.