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
|
fi
|
||||||
|
|
||||||
if is_auto_mode; then
|
if is_auto_mode; then
|
||||||
/usr/local/bin/pwnagotchi
|
/usr/local/src/pwnagotchi/env/bin/pwnagotchi
|
||||||
systemctl restart bettercap
|
systemctl restart bettercap
|
||||||
else
|
else
|
||||||
/usr/local/bin/pwnagotchi --manual
|
/usr/local/src/pwnagotchi/env/bin/pwnagotchi --manual
|
||||||
fi
|
fi
|
||||||
|
@ -490,7 +490,7 @@ class BTTether(plugins.Plugin):
|
|||||||
sorted_devices = sorted(devices_to_try, key=lambda x: x.search_order)
|
sorted_devices = sorted(devices_to_try, key=lambda x: x.search_order)
|
||||||
|
|
||||||
for device in sorted_devices:
|
for device in sorted_devices:
|
||||||
bt = BTNap(device.mac)
|
bt = BTNap(device.mac.lower())
|
||||||
|
|
||||||
try:
|
try:
|
||||||
logging.debug('BT-TETHER: Search %d secs for %s ...', device.scantime, device.name)
|
logging.debug('BT-TETHER: Search %d secs for %s ...', device.scantime, device.name)
|
||||||
|
Reference in New Issue
Block a user