summaryrefslogtreecommitdiff
path: root/bruteforce.py
diff options
context:
space:
mode:
authorjerome <jerome@xlinfo.fr>2023-12-19 00:31:29 +0100
committerjerome <jerome@xlinfo.fr>2023-12-19 00:31:29 +0100
commitcf64d94fec70d257df33a49901dc0ff0d5ad85f4 (patch)
treeb5cb3d8166b3e0701c853005d0abb88fd5501c2b /bruteforce.py
parent928d6cc078193418f6391e07c68623daad8051ee (diff)
downloadpython-cf64d94fec70d257df33a49901dc0ff0d5ad85f4.tar.gz
python-cf64d94fec70d257df33a49901dc0ff0d5ad85f4.zip
update
Diffstat (limited to 'bruteforce.py')
-rw-r--r--bruteforce.py2
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}\"")