Pages

Friday, November 9, 2012

BACKTRACK TERMINAL COMMANDS

BACKTRACK TERMINAL COMMANDS
###############
###############
#################### ##



PROGRAMS
Vlc = Video/Music
Flash Plugin = BT5 Forums
Feh = Picture Viewer
Easytether = Android Tethering
Bless = Hex Editor
Gparted = HDD partition Editor
Transmission = Torrent Client
Crunch = Passwordlist generator
###############
###############
#################### ##
FIXES
NO STARTX
rm -rf /root/.kde/cache-bt
rm -rf /root/.kde/cache-root
FIREFOX FLASH PLAYER "FILES
NEEDED"
tar xvfz flashplayer10_2
_p3_64bit_linux_111710.tar.gz
chown root:root libflashplayer.so
chmod 0644 libflashplayer.so
cp -f libflashplayer.so /usr/lib/
mozilla/plugins/
rm -rf libflashplayer.so
ln -s /usr/lib/mozilla/plugins/
libflashplayer.so /usr/lib/firefox/
plugins/
tar xvfz install_flash_p
layer_10_linux.tar.gz
mkdir ~/.mozilla/plugins
mv -f libflashplayer.so ~/.mozilla/
plugins/
VLC RUN AS ROOT FIX
/usr/bin/vlc
edit with hex editor
change the line
geteuid._libc_start_main
to
getppid._libc_start_main
###############
###############
#################### ##
Commands = Action **** = your
input
root:toor
startx = GUI
alsamixer = Volume Control
cd = change working directory
reboot = reboot
poweroff = shutdown
rfkill list = wifi problems
rfkill unblock all = wifi on
rm /***/** = delete file
rm -rf /****/** = harsh delete
iwconfig = wireless config/list
ifconfig = wired config/list
###############
###############
#################### ##
TASKKILLER
kill **** = PID number
###############
###############
#################### ##
BLUETOOTH
hciconfig hci0 up = on
hciconfig hci0 = info
hcitool scan hci0 = find devices
###############
###############
#################### ##
ANDROID TETHERING
easytether connect
***new konsole
dhclient eaytether0
###############
###############
#################### ##
TAR/RAR/ZIP = cd to directory
tar zxf file.tar.gz
tar xvfz ******.tar.gz
tar -zxvf ******.tgz
tar xvf *******.tar.gz2
tar jxf file.tar.bz2
tar zxvf file.tgz
unzip ******.zip
unrar x ****.rar
###############
###############
#################### ##
INSTALL PROGRAMS
aptitude install **** =install
apt-get **** = install
apt-get update = update repos
apt-get remove [--purge] **** =
uninstall plue dependencies
apt-cache search = search repos
###############
###############
#################### ##
BLUETOOTH
start device
>> hciconfig hci0 up
find device info
>> hciconfig hci0
###############
###############
#################### ##
WPACRACKING
rfkill unblock all = start wifi
airmon-ng start wlan0 = start
monitor mode
airdump-ng mon0 = monitor all
airdump-ng -c *channel --
*****bssid -w psk mon0 = catch
handshake
aireplay-ng -0 5 -a****acsespoint -
c ***conectdcomp mon0 = deauth
attack
mdk3 = stronger deauth attack

No comments:

Post a Comment