From 9a97e0eee761388af8b44f4617341690c2c76c05 Mon Sep 17 00:00:00 2001 From: kristuff Date: Sat, 27 Jun 2020 11:38:42 +0200 Subject: [PATCH] fix hack cat status --- lib/ApiDefintion.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ApiDefintion.php b/lib/ApiDefintion.php index c68bbaa..7d35f89 100644 --- a/lib/ApiDefintion.php +++ b/lib/ApiDefintion.php @@ -83,8 +83,8 @@ abstract class ApiDefintion // Scanning for open ports and vulnerable services. ['scan' , '14', 'Port Scan', true], - // seems to can't be used alone - ['hack' , '15', 'Hacking', false], + // + ['hack' , '15', 'Hacking', true], // Attempts at SQL injection. ['sql' , '16', 'SQL Injection', true],