Mark PostgreSQL fingerprinter safe

This commit is contained in:
Shreya 2021-04-06 16:43:23 +05:30
parent c7a241e776
commit 42db1c497a
1 changed files with 1 additions and 0 deletions

View File

@ -78,6 +78,7 @@ FINGER_CLASSES = {
"PostgreSQLFinger"
],
"title": "PostgreSQLFinger",
"safe": True,
"info": "Checks if PostgreSQL service is running and if its communication is encrypted.",
"attack_techniques": ["T1210"]
}