mirror of
https://github.com/kristuff/abuseipdb
synced 2025-08-21 05:53:13 -07:00
fix hack cat status
This commit is contained in:
parent
fa238f11a7
commit
9a97e0eee7
1 changed files with 2 additions and 2 deletions
|
@ -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],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue