Posts

Showing posts with the label google hacking

Best Hacking Tools Of 2017 For Windows, Linux, And OS X

Image
ZerocoolZ1  has prepared a useful list of the best hacking tools of 2017 based upon industry reviews, your feedback, and its own experience. This list will tell you about the best software used for hacking purposes featuring port scanners, web vulnerability scanner, password crackers, forensics tools and social engineering tools. We have compiled this list of top hacking tools of 2017 with their best features and download links. Read about them, learn how to use them and share your reviews to make this list better. 1. Metasploit | Best Hacking Tools Of 2017 Rather than calling  Metasploit  a  collection of exploit tools , I’ll call it an infrastructure that you can utilize to build your own custom tools. This free tool is one of the most popular cybersecurity tool around that allows you to locate vulnerabilities at different platforms. Metasploit is backed by more than 200,000 users and contributors that help you to get insights and uncover the weaknes...

How To Install Perl

Image
open terminal and type these commands  # sudo apt-get update  # sudo apt-get install perl # sudo apt-get install libwww-mechanize-shell-perl # sudo apt-get install perl-mechanize how to perform a ddos attack:  

How To Make A Vault Using Notepad

Image
1. Open Notepad and Copy code given below into it.     cls     @ECHO OFF     title zerocoolz1.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%== zerocoolz1 goto FAIL attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"...

Google Dorks For Hacking CCTV And Security Cameras

Here  is a list of all google dorks you can use for hacking hacking cctv and security cameras     inurl:”CgiStart?page=”     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) (disconnected)     inurl:view/indexFrame.shtml     inurl:view/index.shtml     inurl:view/view.shtml     liveapplet     intitle:”live view” intitle:axis     intitle:liveapplet     allintitle:”Network Camera NetworkCamera” (disconnected)     intitle:axis intitle:”video server”     intitle:liveapplet inurl:LvAppl     intitle:”EvoCam” inurl:”webcam.html”     intitl...