mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
@ -37,6 +37,7 @@ reload_brcm() {
|
||||
|
||||
# starts mon0
|
||||
start_monitor_interface() {
|
||||
rfkill unblock all
|
||||
ifconfig wlan0 up
|
||||
iw dev wlan0 set power_save off
|
||||
airmon-ng check kill
|
||||
|
@ -463,12 +463,6 @@
|
||||
regexp: '(.*)$'
|
||||
line: '\1 modules-load=dwc2,g_ether'
|
||||
|
||||
- name: rfkill unblock all at boot
|
||||
lineinfile:
|
||||
dest: /boot/cmdline.txt
|
||||
insertafter: EOF
|
||||
line: "systemd.restore_state=0 rfkill.default_state=1"
|
||||
|
||||
- name: Add pwnlog alias
|
||||
lineinfile:
|
||||
dest: /home/pi/.bashrc
|
||||
|
Reference in New Issue
Block a user