diff options
| -rw-r--r-- | bruteforce.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bruteforce.py b/bruteforce.py index 45d950b..541e673 100644 --- a/bruteforce.py +++ b/bruteforce.py @@ -8,7 +8,7 @@ def bruteforce(url,username,password): }) #print(reponse.text) if "Mauvais mot de passe" in reponse.text: - print("mauvais pwd") + #print("mauvais pwd") return False else: print(f"Trouvé password \"{password}\"") |
