Showing posts with label Hash Detector. Show all posts
Showing posts with label Hash Detector. Show all posts

Thursday, December 5, 2013

Hash Detector in Kali Linux



   Hash Detector Kali
      /* To Detect what type of algorithm is used to make hash encrypted */
     root@kali:~# cd /usr/bin
     
     root@kali:/usr/bin/# hash-identifier
    
   
      /* Copy the hash and paste */
 
 
     It Displays most appropriate algorithm which is being used .

Wednesday, January 2, 2013

Hash Detector BTr3



   Hash Detector BackTrack r3

      /* To Detect what type of algorithm is used to make hash encrypted */


     root@bt:~# cd /pentest/passwords/hash-identifier
     
     root@bt:/pentest/passwords/hash-identifier# ls
     hash_id.py

     root@bt:/pentest/passwords/hash-identifier# ./hash_id.py

      /* Copy the hash and paste */

     It Displays most appropriate algorithm which is used .