745 Commits

Author SHA1 Message Date
evilsocket
62983dfea5
Merge pull request #478 from opteeks/master
Adding 2.9inch Display support
2019-11-03 16:48:55 +01:00
evilsocket
b2c812d05d
Merge pull request #501 from damoklov/master
Added Ukrainian language
2019-11-03 15:57:54 +01:00
FrixosTh
b4b14ba9fd
Bug Fix on AircrackOnly.py plugin
The code will always delete the pcap file unless there is a PMKID due to the structure of the if statements. Added a new variable handshakeFound that will allow the file not to be deleted if there is a handshake and also it will scan for PMKID only if no handshake is found... If no handshake is found and no PMKID, only then the file is marked as to be deleted
2019-11-03 02:31:13 +02:00
opteeks
1ba3a69651
Merge branch 'master' into master 2019-11-02 13:48:11 -07:00
damoklov
0aef199131 Added Ukrainian language
Signed-off-by: damoklov <mishanya@protonmail.com>
2019-11-02 16:47:13 +02:00
evilsocket
ace61836e5
Merge pull request #496 from dadav/fix/bt-tet-defaults
Fix bt-tether config
2019-11-02 12:13:08 +01:00
LuckyFish
bc1db7ceea
Add files via upload 2019-11-02 09:42:54 +08:00
dadav
fd506b1533 Fix bt-tether config 2019-11-01 21:42:02 +01:00
evilsocket
6c44a687b1
Merge pull request #492 from dadav/feature/multi-device-tether
Add multi bt-tether support
2019-11-01 20:19:22 +01:00
dadav
a2bb66ad57 Fix case 2019-11-01 20:12:04 +01:00
Jeremy O'Brien
61af8b4762 Add whitelist support to onlinehashcrack plugin
Signed-off-by: Jeremy O'Brien <neutral@fastmail.com>
2019-11-01 15:08:05 -04:00
dadav
9b58fed862 Typo 2019-11-01 18:23:55 +01:00
dadav
53ae8ea1cf Add check if connected but no interface created 2019-11-01 18:13:38 +01:00
dadav
5b66d687c4 Add multi bt-tether support 2019-11-01 18:00:07 +01:00
Simone Margaritelli
4b74de48bf
misc: small fix or general refactoring i did not bother commenting 2019-11-01 17:49:50 +01:00
Simone Margaritelli
22e76f956c fix: fixed memtemp for waveshare v2 2019-11-01 17:45:53 +01:00
Simone Margaritelli
31a89cbe4b new: added new angry state (closes #486) 2019-11-01 15:53:31 +01:00
Simone Margaritelli
2f948306eb misc: refactored plugin system to use classes 2019-11-01 13:51:45 +01:00
dadav
bfdaffa14b Add reference to network object 2019-11-01 09:20:06 +01:00
Simone Margaritelli
8118a10a6a new: auto-update is now enabled by default 2019-10-31 18:24:43 +01:00
Simone Margaritelli
31d401e03b fix: increased delay before shutting down to allow slower displays to update (closes #446) 2019-10-31 15:39:59 +01:00
Simone Margaritelli
3c32bbb582 releasing v1.1.1 2019-10-31 14:50:03 +01:00
Simone Margaritelli
03067da005
misc: small fix or general refactoring i did not bother commenting 2019-10-31 14:49:44 +01:00
Simone Margaritelli
64aad56fba releasing v[3~1.1.1 2019-10-31 14:47:51 +01:00
evilsocket
f03e07f0cf
Merge pull request #472 from neutralinsomniac/grid_handle_malformed_filenames
fix: don't attempt to parse/upload pcaps with malformed filenames
2019-10-31 14:17:00 +01:00
Simone Margaritelli
783ac61594 fix: the auto-update plugin now also installs launchers and service files via setup.py (closes #470) 2019-10-31 12:48:15 +01:00
opteeks
d2726c1a14
Added 2.9inch display libraries 2019-10-30 22:56:02 -07:00
opteeks
e9494992fc
Add support for Waveshare 2.9inch display 2019-10-30 22:49:06 -07:00
opteeks
a27f09871f
Added waveshare29inch.py
Added the Waveshare e-ink 2.9 inch display definition and layout.
2019-10-30 13:09:32 -07:00
Jeremy O'Brien
3714899e95 fix: don't attempt to parse/upload pcaps with malformed filenames
Signed-off-by: Jeremy O'Brien <neutral@fastmail.com>
2019-10-30 15:33:09 -04:00
Simone Margaritelli
be414e57b3 fix: builder now uses files provisioners and auto-update installs project data (ref #470) 2019-10-30 19:24:12 +01:00
Simone Margaritelli
1600d8cbd1 fix: skipping open access points (fixes #463) 2019-10-30 17:50:56 +01:00
Simone Margaritelli
965416483d fix: more robust version parsing in auto-update (fixes #469) 2019-10-30 17:37:17 +01:00
Simone Margaritelli
667c64832f releasing v1.1.0 2019-10-30 15:47:36 +01:00
Simone Margaritelli
9d19fb8e7a
misc: small fix or general refactoring i did not bother commenting 2019-10-30 14:25:21 +01:00
Simone Margaritelli
cb09648ba1
misc: small fix or general refactoring i did not bother commenting 2019-10-30 14:11:14 +01:00
Dispsylala
d5a8cda278 Merge remote-tracking branch 'upstream/master' 2019-10-29 23:21:29 +00:00
Dispsylala
bcdbf41bb8 Added exception handling to config.yml parsing/merging 2019-10-29 22:38:41 +00:00
Alex Muthmann
3b1d90baef
Fix _display.clear()
There is a typo (uppercase / lowercase) which prevents the display from initializing.
2019-10-28 12:52:14 +01:00
evilsocket
d42ab1574b
Merge pull request #445 from chillinPanda/issue/444_waveshare_1.54_comment
Waveshare 1.54 inch screen - config possibility in defaults.yml
2019-10-28 10:30:55 +01:00
evilsocket
7189f3c461
Merge pull request #450 from ratmandu/gpio_plugin
Adding GPIO Plugin
2019-10-28 10:30:25 +01:00
evilsocket
32e3343596
Merge pull request #439 from dipsylala/master
InkyPHAT opt-in for fast refresh
2019-10-28 10:29:02 +01:00
Justin Richards
7676b55b87 Revert "Adding original screen clearing LUT to help prevent burn-in"
This reverts commit dfcc2f6bf28528bcb659c1deece7140999c9c90a.
2019-10-27 19:36:29 -05:00
Justin Richards
92773a2b37 adding to defaults.yml and shortening debounce a little bit
Signed-off-by: Justin Richards <ratmandu@gmail.com>
2019-10-27 19:20:43 -05:00
Justin Richards
d3c6194e0f adding gpio plugin
Signed-off-by: Justin Richards <ratmandu@gmail.com>
2019-10-27 19:11:36 -05:00
Nikhil Jha
7fd31e14f9 fix resolution
Signed-off-by: Nikhil Jha <hi@nikhiljha.com>
2019-10-27 14:32:30 -07:00
Dinh Bao Dang
c0434b7dde add waveshare154inch config possibility to defaults.yml, since ...
support was introduced in #434
2019-10-27 22:29:16 +01:00
Nikhil Jha
4d5bfc2adf maybe actually fix now
Signed-off-by: Nikhil Jha <hi@nikhiljha.com>
2019-10-27 14:20:56 -07:00
Nikhil Jha
4814e10940 attempt to fix init for 213d
Signed-off-by: Nikhil Jha <hi@nikhiljha.com>
2019-10-27 14:14:48 -07:00
Justin Richards
dfcc2f6bf2 Adding original screen clearing LUT to help prevent burn-in
Signed-off-by: Justin Richards <ratmandu@gmail.com>
2019-10-27 15:48:14 -05:00