Fixing the CI/CD

This commit is contained in:
Your Name 2026-04-23 16:40:11 +02:00
parent 09aaa9b847
commit e40a9a3b87
3 changed files with 5 additions and 3 deletions

View file

@ -199,6 +199,8 @@ def vulnTest():
os.close(handle)
cmd = cmd.replace("<tmpfile>", tmp)
os.environ["SQLMAP_UNSAFE_EVAL"] = '1'
output = shellExec(cmd)
if not all((check in output if not check.startswith('~') else check[1:] not in output) for check in checks) or "unhandled exception" in output: