Couple of improvements

This commit is contained in:
Miroslav Štampar 2026-06-18 17:46:40 +02:00
parent 8a458fc8d0
commit 8de9c5899d
18 changed files with 108 additions and 51 deletions

View file

@ -817,7 +817,7 @@ def start():
try:
action()
finally:
if conf.prove:
if conf.proof:
from lib.utils.prove import proveExploitation
proveExploitation()