Saturday, December 7, 2013

MAC

MAC ( Media Access Control ) Address 


  • Address of any network card
                eg. Wifi Card, Ethernet Card, Bluetooth adapter, VMware Virtual network adapter etc..

  • MAC address is also called Hardware Address.

48 Bit Address  Representation ( Represented in Hexadecimal Format) 



Hexadecimal to Binary Notation



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 .