From 51888b13cd193e900a765d7a42a65f4cf0cd3567 Mon Sep 17 00:00:00 2001 From: aneesh <achattaraj@student.unimelb.edu.au> Date: Fri, 24 May 2019 22:24:32 +1000 Subject: [PATCH] fi --- crack.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crack.c b/crack.c index e8bb68e..ba536d0 100644 --- a/crack.c +++ b/crack.c @@ -246,7 +246,7 @@ int main(int argc, char * argv[]) { b++; } crack6("100k_passwords.txt", hashes); - variations("common_passwords1.txt", hashes); + variations("100k_passwords.txt", hashes); printRandomString(hashes); fclose(file_4); -- GitLab