234b38e4e4
Merge pull request #348 from wpa-2/noai
...
New autobackup plugin as default, fixes to backup scripts,
2025-02-24 18:17:23 +01:00
27b9ec49da
Add files via upload
...
Signed-off-by: wpa-2 <9049886+wpa-2@users.noreply.github.com >
2025-02-24 16:20:59 +00:00
87730543d1
Add files via upload
...
Signed-off-by: wpa-2 <9049886+wpa-2@users.noreply.github.com >
2025-02-24 16:20:27 +00:00
67e28fa7ab
Update defaults.toml
...
Signed-off-by: wpa-2 <9049886+wpa-2@users.noreply.github.com >
2025-02-24 16:20:02 +00:00
7285863c00
Merge branch 'jayofelony:noai' into noai
2025-02-24 15:57:12 +00:00
23eae9c65a
Merge pull request #341 from fmatray/noai
...
Add Cache plugin, improve Wigle, debug bt-tether, add more sentences to voices
2025-02-17 14:16:58 +01:00
89a85bed78
Merge pull request #342 from wlmh110/noai
...
PiSugar Plugin update
2025-02-17 14:14:43 +01:00
393981e0ba
Remove debgging mesasge in cache
2025-02-17 11:01:16 +01:00
31e542f45a
Merge branch 'noai' into noai
...
Signed-off-by: 铲屎将军 <37292630+wlmh110@users.noreply.github.com >
2025-02-17 16:26:59 +08:00
c433a6c2d5
remove debug messages
2025-02-17 00:49:46 +01:00
7dd809afe0
add otion for cache
2025-02-16 20:29:06 +01:00
d7f7dac0d7
- Catch an exception on lstat()
2025-02-16 20:13:01 +01:00
2dc45bc4b4
- Add more sentences to voice.py, with some geek references
2025-02-16 20:07:22 +01:00
29d1ca6728
Bt-tether: add autoconnect to device
...
Cache:
- add cache to all hools with access point
- add cleaning
Wigle: use cache
2025-02-13 22:17:09 +01:00
1d635d955b
BT-Tether: add a check to DNS config
2025-02-12 14:10:33 +01:00
f20d4017bd
Merge branch 'noai' of https://github.com/fmatray/pwnagotchi into noai
2025-02-12 13:04:41 +01:00
5d668ae34e
update wigle.py
2025-02-12 13:04:37 +01:00
9d0df49fb6
add cache.py
2025-02-12 13:04:14 +01:00
e1f22cd6a0
modified: .gitignore
...
new file: pwnagotchi/plugins/default/cache.py
modified: pwnagotchi/plugins/default/wigle.py
- Add a cache plugin
- Add statistics to wigle
2025-02-12 13:02:22 +01:00
f4a7588a48
Update for wigle
...
Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com >
2025-02-12 12:59:28 +01:00
c66728f03e
Edits for defaults.toml
...
Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com >
2025-02-12 10:42:13 +01:00
20ddc9425c
Update defaults.toml
...
The charging protection feature is disabled by default.
2025-02-12 11:32:14 +08:00
e1bcea681a
Next version will be 2.9.5.4
...
Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com >
2025-02-11 10:33:23 +01:00
43d58b77c9
Remove wardriver config from defaults.toml
...
Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com >
2025-02-11 10:31:57 +01:00
40918029e7
Small changes
...
Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com >
2025-02-11 10:28:20 +01:00
54986ef831
Merge pull request #333 from fmatray/noai
...
Updates for BT-Tether, Wigle and OHCAPI
2025-02-10 21:41:17 +01:00
1400e8aac8
Update defaults.toml
...
Add options for bt-tether and Wigle
Signed-off-by: Frédéric <fmatray@users.noreply.github.com >
2025-02-10 20:29:13 +01:00
5a398c70bb
wigle.py update
...
- '.wigle_uploads' is no longer hardcoded but moved to the handshakes directory
Signed-off-by: Frédéric <fmatray@users.noreply.github.com >
2025-02-10 19:42:51 +01:00
81d377f491
Set bettercap "ble.recon off"
...
Signed-off-by: Frédéric <fmatray@users.noreply.github.com >
2025-02-10 19:34:19 +01:00
1135ec3df1
Update pisugarx.py
...
bug fix
2025-02-10 19:11:49 +08:00
d3231a11ce
Update pisugarx.py
...
bug fix
2025-02-10 19:08:19 +08:00
a00d94b520
Update pisugarx.py
2025-02-10 18:26:52 +08:00
beb8308969
Update pisugarx.py
...
Added charging voltage protection function
2025-02-10 18:23:26 +08:00
2893632ee5
Add display
...
- Now the plugins display some statistics from WIGLE
Signed-off-by: Frédéric <fmatray@users.noreply.github.com >
2025-02-09 18:44:02 +01:00
0b3b38bb44
Wigle.py update
...
- Correct the CSV format
- Add 2 missing columns: frequency(populated) and RCOI(not populated)
- Before sending to wigle, if cvs_dir is set, the CVS data ti written to that directory
- Update auth method to match the api: api_name + api_key
- Refactoring into only one plugin class
Signed-off-by: Frédéric <fmatray@users.noreply.github.com >
2025-02-09 01:50:57 +01:00
d4874a18e1
utils.py update
...
- Add WifiInfo.FREQUENCY to extract_from_pcap()
- Move the "Invalid field" to the the "else" as a default
Signed-off-by: Frédéric <fmatray@users.noreply.github.com >
2025-02-09 01:32:59 +01:00
5a113a2163
wigle.py update
...
- CSV format debug
- Update auth method to API Name+key
- Add logs
- Code refactor and cleaning
stil debugging
Signed-off-by: Frédéric <fmatray@users.noreply.github.com >
2025-02-08 17:29:33 +01:00
e82621c80b
update
...
New Features:
Low Battery Shutdown Functionality
Bug Fixes:
Resolved an issue where the main process would become blocked when unable to connect to a device.
2025-02-08 17:52:54 +08:00
1337494e74
bt-tether.py update
...
- Add a delay before going up to give a change to the NetworkManager to get ready
- now check DNS format
Signed-off-by: Frédéric <fmatray@users.noreply.github.com >
2025-02-08 00:52:57 +01:00
675e275f34
Add web hook to bt-tether.py
...
Webhook now show Bluetooth, Device and Connection configuration
Signed-off-by: Frédéric <fmatray@users.noreply.github.com >
2025-02-08 00:07:41 +01:00
7a0301b57f
bt-tether rework
...
- Move connexion to NetworkManager autoconnect for more reliability
- Check options formats for several values
- Add a dns option to be able to choose another DNS provider (ex: OpenNIC for no traceability)
- The "BT" show more information (Device Connected/disconnected, Connexion Up/Down)
- Status now show a message on error
- nmcli calls are non-blocking
- Less logs when disconnected (ex: phone's bluetooth is off)
Signed-off-by: Frédéric <fmatray@users.noreply.github.com >
2025-02-07 22:34:52 +01:00
4774a983f9
Merge branch 'jayofelony:noai' into noai
2025-02-06 23:49:30 +01:00
83b9077e09
Fix gdrivesync defaults
...
Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com >
2025-02-02 22:22:27 +01:00
ef0680a140
Delete scripts/restore.sh
...
Signed-off-by: wpa-2 <9049886+wpa-2@users.noreply.github.com >
2025-02-02 19:36:01 +00:00
a54579cf3d
Delete scripts/backup.sh
...
Signed-off-by: wpa-2 <9049886+wpa-2@users.noreply.github.com >
2025-02-02 19:35:51 +00:00
c08f33c2c5
Merge branch 'jayofelony:noai' into noai
2025-02-02 19:35:00 +00:00
fe7e7ec31a
Backup and restore edits
...
Windows and linux files
Signed-off-by: wpa-2 <9049886+wpa-2@users.noreply.github.com >
2025-02-02 19:34:51 +00:00
10d387afcf
Fix gdrivesync.py
...
Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com >
2025-01-29 12:50:02 +01:00
4748b671bc
Bug report update
...
Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com >
2025-01-27 12:04:07 +01:00
17f04f7506
Merge pull request #318
...
Added DNS check to plugins command
v2.9.5.3
2025-01-27 10:24:45 +01:00