From 69dafbefd8fbc882e515add2bd3e31f3a0593c76 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Sat, 27 Sep 2025 19:32:10 +0200 Subject: [PATCH] add suggestions Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com> --- leak-utils/parquet/suggestions.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/leak-utils/parquet/suggestions.go b/leak-utils/parquet/suggestions.go index 98cdd2f..5d3fb8d 100644 --- a/leak-utils/parquet/suggestions.go +++ b/leak-utils/parquet/suggestions.go @@ -38,6 +38,7 @@ var ( suggestions = map[string]string{ "user": "username", + "pseudo": "username", "login": "username", "description": "bio", "sex": "gender", @@ -64,10 +65,12 @@ var ( "hashedpassword": "password_hash", "hashpassword": "password_hash", "passwordhashed": "password_hash", + "passwd": "password", "birthdate": "birth_date", "dob": "birth_date", "dateofbirth": "birth_date", "datenaissance": "birth_date", + "birthday": "birth_date", "datecreation": "creation_date", "datedecreation": "creation_date", "createdat": "creation_date",