Sunday, 7 July 2013

How to install Tor browser in Kali Linux

Tor (The Onion Router) is free software for enabling online anonymity. Tor directs Internet traffic through a free, worldwide volunteer network consisting of more than three thousand relays.

Click Here to Download Tor Browser


How to install :

VIDEO :

Saturday, 6 July 2013

How to run Google Chrome as Root in Kali Linux






Steps :

  • cd Desktop
  • Dpkg -i name file
  • Go Launch Application
  • Create New Element
  • Name : Google
  • Commande : Google-Chrome
  • go /opt/google/chrome and open file google-chrome with leafpad
    and change ( exec -a "$0" "$HERE/chrome" "$@" --user-data-dir

VIDEO :

Friday, 5 July 2013

GUI Sqlmap in Kali Linux






Installation Commands :
  • sudo apt-get install python-tk python2.7 sakura
  • git clone git://github.com/sqlmapproject/sqlmap.gi­t
  • cd sqlmap
  • Download sqlmap from  http://gui-for-sqlmap.googlecode.com
  • unzip sqm-60712.zip
  • python2.7 sqm.pyw
VIDEO :


Finding out GeoLocation of IP Address using NMAP


Tries to identify the physical location of an IP address using the Geobytes geolocation web service.

Download Script

Usage


nmap --script ip-geolocation-geobytes <target>

Output

| ip-geolocation-geobytes:
| latitude: 43.667
| longitude: -79.417
| city: Toronto
| region: Ontario
|_ country: Canada
 

VIDEO :