You are on page 1of 46

WeakNet Linux WEAKERTHAN

2
3
4
monospace
Courier New

http://weaknetlabs.com/main/?page_id=251

5
6
7
8
9
vi leafpad
~/.fluxbox/menu

leafpad ~/.fluxbox/menu

[submenu] (Menu name) </path/to/icon/icon.png>


[end]

[exec] (Application Name) { application command line syntax }


</path/to/icon/icon.png>

[exec] (Application Name) { Eterm -e sh -c "echo 'hello world!'; bash" }


</path/to/icon/icon.png>

10
/usr/share/wbar/dot.wbar

11
Unzip <file>.zip

/usr/share/wbar/iconpack/wbar.osx/

cp /usr/share/wbar/iconpack/wbar.osx/font.ttf
/usr/share/wbar/iconpack/wbar.osx/font.ttf.backup && cp /path/to/new/font.ttf
/usr/share/wbar/iconpack/wbar.osx/font.ttf

12
13
/etc/apt/sources.list file

14
15
agi <package name>

acs <string>

apt-get
install <package name> apt-cache search <string>

16
17
lspci

–v –vv lspci

18
dhclient
dhclient <device name>

/etc/resolv.conf

19
wpa_passphrase your_ssid your_psk

leafpad /etc/wpa_supplicant.conf

ctrl_interface=/var/run/wpa_supplicant
#ap_scan=2

network={
ssid="your_ssid"
scan_ssid=1
proto=WPA RSN
key_mgmt=WPA-PSK
pairwise=CCMP TKIP
group=CCMP TKIP
psk=your_psk
}

20
pre-up wpa_supplicant –Bw –D wext –i <device name> -c /etc/wpa_supplicant.conf
wext
dhclient
dhclient <device name>

Iwconfig <device name> channel <channel number> essid <name of router> key
<WEP key>

21
airmon-ng start <device>

airmon-ng stop <device>

airmon-ng start <dev name>

Cd /appdev && svn co http://trac.aircrack-ng.org/svn/trunk/ aircrack-ng && cd


aircrack-ng && make && make install && airodump-ng-oui-update

22
Cd /appdev/ && wget http://weaknetlabs.com/linux/devel/linux-headers-2.6.31-
20-weakerthan_2.6.31-20.58_i386.deb && dpkg -i linux*

Apt-get –f install

svn co http://madwifi-project.org/svn/madwifi/trunk madwifi && cd madwifi &&


make && make install

Modprobe ath_pci

Modprobe –r <driver>

23
24
iwconfig lspci.

/etc/apt/sources.list
deb http://deb.torproject.org/torproject.org karmic main
deb-src http://deb.torproject.org/torproject.org karmic main

apt-get update

tor aptitude

tor
apt-get install tor privoxy

privoxy
nano /etc/privoxy/config

25
forward-socks4a / localhost:9050 .

/etc/init.d/tor start && /etc/init.d/privoxy start

https://addons.mozilla.org/en-US/firefox/addon/2275/

26
27
28
29
30
nmap localhost

31
/etc/init.d/<service name> stop

32
33
lspci –v

mkdir /mnt/usb

dmesg | tail

[numbers] sd [numbers] [sd<letter here>]


Assuming drive cache… sd<letter here>
sdb.
sdb1, sdb2, … sdbn
sdb

mount /dev/sdb /mnt/usb

34
umount

35
36
TAB

37
ESC

38
ubiquity

39
apt-get update
apt-get install unetbootin

unetbootin

40
41
apt-get install naultilus

apt-get install gnome-terminal

~/.fluxbox/keys
http://fluxbox.sourceforge.net/docs/en/newdoc.keybindings.php
airodump-ng

scrot

#!/bin/bash
airmon-ng start wlan0
Eterm –e sh –c “airodump-ng mon0; bash”

chmod +x /usr/bin/air-start

Super_L Mod1 a :execCommand air-start

42
airodump-ng
alpha wlan
xev

acpi acpitool
powernap ~/.fluxbox/keys
Control Mod1 BackSpace :execCommand pm-suspend

/home/root

.sh

./nvidia-*.sh

43
find /usr/share/icons/ * | grep –i <name of app>

44
Nouveau.modeset=0 xforcevesa

45
46

You might also like