Small stuff

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-07-24 21:22:04 +02:00
parent 8329e282d3
commit 6d898cfd39
2 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ After=bettercap.service
[Service] [Service]
Type=simple Type=simple
PermissionsStartOnly=true PermissionsStartOnly=true
ExecStart=/usr/local/bin/pwngrid -keys /etc/pwnagotchi -address 127.0.0.1:8666 -client-token /root/.api-enrollment.json -wait -log /var/log/pwngrid-peer.log -iface wlan0mon ExecStart=/usr/local/bin/pwngrid -keys /etc/pwnagotchi -address 127.0.0.1:8666 -client-token /root/.api-enrollment.json -wait -log /var/log/pwngrid-peer.log -iface mon0
Restart=always Restart=always
RestartSec=30 RestartSec=30

View File

@ -22,7 +22,7 @@ fi
start_monitor_interface start_monitor_interface
if is_auto_mode_no_delete; then if is_auto_mode_no_delete; then
/usr/local/bin/bettercap -no-colors -caplet pwnagotchi-auto -iface wlan0mon -debug /usr/local/bin/bettercap -no-colors -caplet pwnagotchi-auto -iface mon0 -debug
else else
/usr/local/bin/bettercap -no-colors -caplet pwnagotchi-manual -iface wlan0mon -debug /usr/local/bin/bettercap -no-colors -caplet pwnagotchi-manual -iface mon0 -debug
fi fi