Saturday, November 10, 2012

Basic Backtrack command - 1

1. Logging

->root
->toor


2. Starting gui

->startx

3. mac changing

->macchanger --mac 11:12:43:44:75:56 eth0

4. Wireless connection

->iwconfig -a
#This will show all the wireless extension with detailed information of wireless card.

->ifconfig eth0 up
#By default all the interface is disable.To enable the eth0 interface.

->ifconfig eth0 down
#To disable the eth0 interface.

->wicd
#To show the wireless manager after enabling the interface

------------------------------------------------------------------------

No comments:

Post a Comment