diff options
| author | jerome <jerome@xlinfo.fr> | 2023-12-19 00:31:29 +0100 |
|---|---|---|
| committer | jerome <jerome@xlinfo.fr> | 2023-12-19 00:31:29 +0100 |
| commit | cf64d94fec70d257df33a49901dc0ff0d5ad85f4 (patch) | |
| tree | b5cb3d8166b3e0701c853005d0abb88fd5501c2b | |
| parent | 928d6cc078193418f6391e07c68623daad8051ee (diff) | |
| download | python-cf64d94fec70d257df33a49901dc0ff0d5ad85f4.tar.gz python-cf64d94fec70d257df33a49901dc0ff0d5ad85f4.zip | |
update
| -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}\"") |
