Posts

Showing posts from June, 2018

Hacking passwords(without brute force)

Image
      FOR VIDEO   CLICK HERE Check out the above video for demonstration of this hack.  This blog or me is not responsible for any illegal action performed. The above hack is performed with permissions.  So Let's start hacking:      Step 1)               Fire up kali linux and install ngrok and setoolkit To install ngrok                *goto the official ngrok website and download the zip file after downloading open terminal and type  Unzip filename.zio and then Mv ngrok /usr/bin To install setoolkit              *open terminal and type  Git clone (git hub setoolkit address) Step 2)               After installing ngrok type  ngrok http 80 Output: Step 3)              Now open setoolkit by typing Setoolkit               *select option 1 and click enter               * select option 2 and click enter               * select option 3 and click enter               * select option 2 and click enter    After sele

PORT SCANNNER USING NMAP

Image
FOR VIDEO  CLICK HERE   Check out the above video for demonstration of this hack.  This blog or me is not responsible for any illegal action performed. The above hack is performed with permissions.  So Let's start hacking: Nmap is a useful tool for the scanning phase of Ethical Hacking in Kali    Linux.NMAP uses command line. Step 1)       Fire up kali linux.  To start Nmap, go to Applications → 01-Information Gathering → nmap Step 2)                The next step is to detect the Os type/version of the target host.To detect type the following command            Nmap -O 192.168.x.x Step 3)             Type the following command          Nmap -p 1-65535 -T4  192.168.x.x Where the parameter “–p” indicates all the TCP ports that have to be scanned. In this case, we are scanning all the ports and “-T4” is the speed of scanning at which NMAP has to run. Step 4)        You're done you have found all the open and closed ports of your vi