From 75e9d0f814a6099613d40ba2e7a57e42f739e538 Mon Sep 17 00:00:00 2001 From: koksnuss Date: Sun, 12 May 2019 15:12:47 +0200 Subject: [PATCH] header wording --- have_I_b33n_pwned.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/have_I_b33n_pwned.py b/have_I_b33n_pwned.py index c9836de..848cf0a 100755 --- a/have_I_b33n_pwned.py +++ b/have_I_b33n_pwned.py @@ -1,7 +1,8 @@ #!/usr/bin/env python3 -# Gitea config tool -# Some useful bash functions to make things easier. +# have_I_b33n_pwned.py +# Check if your password (hash) appears in the leaked password database +# of haveibeenpwned.com # # Copyright (C) 2019 willipink.eu # Author Moritz Münch moritzmuench@mailbox.org