Simone Margaritelli
|
f7a23b32c1
|
misc: small fix or general refactoring i did not bother commenting
|
2019-10-20 18:45:56 +02:00 |
|
Simone Margaritelli
|
c947d5c43b
|
misc: small fix or general refactoring i did not bother commenting
|
2019-10-20 18:41:57 +02:00 |
|
Simone Margaritelli
|
26bb5d6183
|
misc: small fix or general refactoring i did not bother commenting
|
2019-10-20 18:39:01 +02:00 |
|
Simone Margaritelli
|
916be1f63e
|
misc: small fix or general refactoring i did not bother commenting
|
2019-10-20 18:36:06 +02:00 |
|
Simone Margaritelli
|
4a4b973f60
|
misc: small fix or general refactoring i did not bother commenting
|
2019-10-20 18:33:43 +02:00 |
|
Simone Margaritelli
|
fbd12bf87b
|
misc: small fix or general refactoring i did not bother commenting
|
2019-10-20 18:11:18 +02:00 |
|
Simone Margaritelli
|
40c01db1d1
|
misc: small fix or general refactoring i did not bother commenting
|
2019-10-20 18:08:14 +02:00 |
|
Simone Margaritelli
|
ca2becd9ce
|
working on auto-update plugin
|
2019-10-20 18:05:53 +02:00 |
|
Simone Margaritelli
|
ff6bf5c198
|
started working on #343
|
2019-10-20 17:36:34 +02:00 |
|
dadav
|
5f6cc378f1
|
Implement webhook
|
2019-10-20 16:17:46 +02:00 |
|
Simone Margaritelli
|
892fda775d
|
fix: throttling report requests a bit to avoid rate limits on the API
|
2019-10-20 14:55:34 +02:00 |
|
Simone Margaritelli
|
400d0e7290
|
fix: removed unused variable in the grid plugin
|
2019-10-20 14:32:15 +02:00 |
|
Simone Margaritelli
|
fb2c65ef0a
|
fix: made grid api errors due to rate limiting and stuff way less dramatic
|
2019-10-20 14:31:45 +02:00 |
|
Simone Margaritelli
|
6d88cb17f3
|
minor refactoring
|
2019-10-20 14:28:34 +02:00 |
|
spees
|
58a085188f
|
refactored to use the already existing functions
Signed-off-by: spees <speeskonijn@gmail.com>
|
2019-10-19 22:25:12 +02:00 |
|
spees
|
f52687642e
|
refactored so it actually works
Signed-off-by: spees <speeskonijn@gmail.com>
|
2019-10-19 21:32:55 +02:00 |
|
dadav
|
6cecca67a4
|
Fix str comparison and add sleep
|
2019-10-18 19:20:25 +02:00 |
|
Simone Margaritelli
|
f4a59549fa
|
fix: update process will be reflash based for a while
|
2019-10-18 15:58:53 +02:00 |
|
evilsocket
|
eeee4bdd3c
|
Merge pull request #314 from ChipWolf/patch-1
Only show ui complication if you have unread pwnmail
|
2019-10-18 09:45:10 +02:00 |
|
Chip Wolf
|
61a6b77a52
|
Only show ui complication if you have unread pwnmail
|
2019-10-17 23:09:49 +01:00 |
|
spees
|
0aa4f95235
|
Made the memtemp plugin usable and added to default.yml
Signed-off-by: spees <speeskonijn@gmail.com>
|
2019-10-17 23:55:11 +02:00 |
|
spees
|
10688ca7b0
|
Moved BT status to prevent overlap with last recon total APS
Signed-off-by: spees <speeskonijn@gmail.com>
|
2019-10-17 20:07:56 +02:00 |
|
dadav
|
5987f93009
|
Refracture code
|
2019-10-16 09:41:47 +02:00 |
|
dadav
|
ebeb22081b
|
Improve logging and add already_connected check
|
2019-10-16 09:28:29 +02:00 |
|
Simone Margaritelli
|
13d68c7c24
|
misc: attempted refactoring of the display support in something less shitty
|
2019-10-15 11:50:09 +02:00 |
|
dadav
|
baf20a9ac8
|
Fix url
|
2019-10-14 19:58:47 +02:00 |
|
dadav
|
280ca22261
|
Change header to cookie
|
2019-10-14 19:57:04 +02:00 |
|
evilsocket
|
cfa8a02abc
|
Merge pull request #279 from dadav/feature/auto-pairing-bt
Add auto-pair and internet-sharing
|
2019-10-14 10:42:34 +02:00 |
|
evilsocket
|
e32be6ff27
|
Merge pull request #285 from cdiemel/plugin.on-callback
on_unfiltered_ap_list() for plugins
|
2019-10-14 10:42:11 +02:00 |
|
Casey Diemel
|
dfb4bcaf21
|
added on_loaded function
Signed-off-by: Casey Diemel <diemelcw@gmail.com>
|
2019-10-13 18:13:25 -04:00 |
|
Casey Diemel
|
9aca3a3a5b
|
added example for testing
Signed-off-by: Casey Diemel <diemelcw@gmail.com>
|
2019-10-13 17:53:18 -04:00 |
|
dadav
|
87a3fb5f0c
|
Migrate to statusfile
|
2019-10-13 22:39:03 +02:00 |
|
dadav
|
8b366ca736
|
Add auto-pair and internet-sharing
|
2019-10-13 21:26:53 +02:00 |
|
Casey Diemel
|
308746a7de
|
removed plugin.on() return value as is not needed
Signed-off-by: Casey Diemel <diemelcw@gmail.com>
|
2019-10-13 13:54:22 -04:00 |
|
Casey Diemel
|
d648f7cdf5
|
Merge branch 'master' into plugin.on-callback
bring the current branch up to evilsocket/pwnagotchi
Signed Off: Casey Diemel <diemelcw@gmail.com>
|
2019-10-13 13:45:11 -04:00 |
|
Simone Margaritelli
|
8d2cbee8df
|
fix: fixed log flooding with whitelisten networks for grid report
|
2019-10-13 18:09:33 +02:00 |
|
Simone Margaritelli
|
ef31366078
|
mergbe
|
2019-10-13 17:25:31 +02:00 |
|
Simone Margaritelli
|
5d28557608
|
new: using pwngrid for mesh advertising (we got rid of scapy loading times)
|
2019-10-13 17:24:47 +02:00 |
|
dadav
|
e08b633c88
|
add bluetooth plugin
|
2019-10-13 13:14:22 +02:00 |
|
Casey Diemel
|
3773f96901
|
Updated on() to allow return values
modified line 21
added line 22-23
Signed-off-by: Casey Diemel <diemelcw@gmail.com>
|
2019-10-12 16:49:52 -04:00 |
|
evilsocket
|
17d20837a3
|
Merge pull request #263 from 0xRoM/cleancap
Cleancap
|
2019-10-12 20:30:00 +02:00 |
|
root
|
0cccfef14e
|
replaced with os.remove()
|
2019-10-12 19:29:04 +01:00 |
|
root
|
b46f751e7d
|
modified to better describe plugin
|
2019-10-12 19:23:41 +01:00 |
|
Simone Margaritelli
|
f3e7841b1b
|
misc: small fix or general refactoring i did not bother commenting
|
2019-10-12 17:53:18 +02:00 |
|
Simone Margaritelli
|
79ba5102d7
|
fix: cosmetic fixes for inky displays
|
2019-10-12 17:47:51 +02:00 |
|
root
|
2d78b52294
|
cleancap plugin added
|
2019-10-12 14:49:42 +01:00 |
|
root
|
3cc31686c2
|
cleancap plugin added
|
2019-10-12 14:46:25 +01:00 |
|
Simone Margaritelli
|
dfaf3418af
|
new: grid plugin can now do messaging
|
2019-10-11 23:29:34 +02:00 |
|
Kirill
|
2cfaae1993
|
Fix typo in grid plugin
|
2019-10-11 20:13:01 +03:00 |
|
Simone Margaritelli
|
fc3367181b
|
fix: better data encapsulation
|
2019-10-11 17:24:27 +02:00 |
|