forked from p15670423/monkey
Mark PostgreSQL fingerprinter safe
This commit is contained in:
parent
c7a241e776
commit
42db1c497a
|
@ -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"]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue