UE2.24 TP1 final
This commit is contained in:
BIN
Binary file not shown.
BIN
Binary file not shown.
+2
-2
@@ -50,8 +50,8 @@ class HashCrackerServer:
|
|||||||
print(f"\n[SUCCÈS] Le worker '{worker_name}' a cracké le hash ! Mot de passe : {password}")
|
print(f"\n[SUCCÈS] Le worker '{worker_name}' a cracké le hash ! Mot de passe : {password}")
|
||||||
return True
|
return True
|
||||||
|
|
||||||
# Hash MD5 pour le mot "toto"
|
# Hash MD5 pour le mot "chat"
|
||||||
TARGET_HASH = "f71dbe52628a3f83a77ab494817525c6"
|
TARGET_HASH = "aa8af3ebe14831a7cd1b6d1383a03755"
|
||||||
ALGO = "md5"
|
ALGO = "md5"
|
||||||
|
|
||||||
server = SimpleXMLRPCServer(("0.0.0.0", 9000), allow_none=True)
|
server = SimpleXMLRPCServer(("0.0.0.0", 9000), allow_none=True)
|
||||||
|
|||||||
Reference in New Issue
Block a user