Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>

Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:
Jeroen Oudshoorn
2023-08-31 12:25:21 +02:00
parent ffb6035e2d
commit caeadf1230
3 changed files with 8 additions and 12 deletions

View File

@ -37,7 +37,9 @@ reload_brcm() {
# starts mon0
start_monitor_interface() {
rfkill unblock all
airmon-ng start wlan0
ifconfig wlan0 up
iw phy `iw dev wlan0 info | gawk '/wiphy/ {printf "phy" $2}'` interface add wlan0mon type monitor
ifconfig wlan0 down && ifconfig wlan0mon up
}
# stops mon0

View File

@ -255,7 +255,6 @@
block: |
export GOPATH=$HOME/go
export PATH=/usr/local/go/bin:$PATH:$GOPATH/bin
insertafter: EOF
when: golang.changed
- name: Install bettercap v2.32.1