mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
@ -10,8 +10,8 @@ if is_crypted_mode; then
|
||||
fi
|
||||
|
||||
if is_auto_mode; then
|
||||
/usr/local/bin/pwnagotchi
|
||||
/usr/local/src/pwnagotchi/env/bin/pwnagotchi
|
||||
systemctl restart bettercap
|
||||
else
|
||||
/usr/local/bin/pwnagotchi --manual
|
||||
/usr/local/src/pwnagotchi/env/bin/pwnagotchi --manual
|
||||
fi
|
||||
|
@ -490,7 +490,7 @@ class BTTether(plugins.Plugin):
|
||||
sorted_devices = sorted(devices_to_try, key=lambda x: x.search_order)
|
||||
|
||||
for device in sorted_devices:
|
||||
bt = BTNap(device.mac)
|
||||
bt = BTNap(device.mac.lower())
|
||||
|
||||
try:
|
||||
logging.debug('BT-TETHER: Search %d secs for %s ...', device.scantime, device.name)
|
||||
|
Reference in New Issue
Block a user