49 Commits

Author SHA1 Message Date
1c104320eb addressed the [ERROR] Error: send_file() got an unexpected keyword argument 'path' error 2024-06-12 19:47:21 +00:00
f310930154 Removed square brackets
Removed the square brackets around HandshakesDL
2024-04-25 15:43:35 +00:00
9ee3278a62 Addressing errors
Addressed the "Internal Server Error The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application." error.
Addressed the "[ERROR] Error: send_from_directory() missing 1 required positional argument: 'path'" error.
2024-04-22 18:02:11 +00:00
a92916d2b0 Changed the directory
Changed the directory where it looks for handshakes to /home/pi.
2024-04-22 04:50:16 +00:00
d179cd9fcf changed the directory back
I changed it back to pi
2024-03-25 20:27:03 -05:00
31e5f09e9f changed it to use a diffrent directory
I had forgot to change it back to the directory I normally use when it comes to pcap's on my pwnagotchi.
2024-03-09 11:30:40 -06:00
a97f19b3f4 refactored to copy pcap files
refactored to copy pcap files to a directory if it contains a handshake/PMKID.

I did this since never could get the os.remove(filename) to work for me.
2024-03-09 10:06:31 -06:00
Simone Margaritelli
67479d6b86
Merge pull request #25 from c-nagy/master
Add display-password.py plugin to show most recently cracked password on Pwnagotchi's face
2021-01-24 16:21:02 +01:00
@cnagy
8c23b39498
Added .toml for display-password.py 2020-10-02 01:42:39 +00:00
@cnagy
d0c9cd024c
Adding display-password.py 2020-10-02 01:38:38 +00:00
Simone Margaritelli
9a80592597
Merge pull request #13 from xBelladonna/clock/custom-date
Enable custom date format in config
2020-06-26 14:17:50 +02:00
Simone Margaritelli
f84197b454
Merge pull request #12 from xBelladonna/bugfix/telegram
Fix typo in telegram.py
2020-06-26 14:17:23 +02:00
Simone Margaritelli
4c61cc51c0
Merge pull request #14 from xBelladonna/clock/toml
Follow migration to toml for clock plugin
2020-06-26 14:17:08 +02:00
Simone Margaritelli
7f35161a56
Merge pull request #15 from xBelladonna/discord
Add support for Discord (using webhooks)
2020-06-26 14:16:44 +02:00
Simone Margaritelli
3252f9b401
Merge pull request #16 from dadav/develop
various fixes
2020-06-26 14:16:14 +02:00
dadav
6429221f7e version++ 2020-04-14 18:16:00 +02:00
dadav
9cc9bc1453 add filter 2020-04-14 18:15:25 +02:00
dadav
2d23d1d538 rename 2020-04-14 17:26:24 +02:00
dadav
710d5fb452 addded on_config_changed 2020-04-11 10:14:23 +02:00
xBelladonna
caee841a46 Add support for Discord (using webhooks)
Requires discord.py

Signed-off-by: xBelladonna <isabelladonnamoore@users.noreply.github.com>
2020-01-26 18:52:06 +09:30
xBelladonna
bd6067128d Follow migration to toml
Uses toml config with fallback to yaml if not toml exists.

Signed-off-by: xBelladonna <isabelladonnamoore@users.noreply.github.com>
2020-01-19 21:17:29 +09:30
xBelladonna
9a998d185d Enable custom date format in config
Signed-off-by: xBelladonna <isabelladonnamoore@users.noreply.github.com>
2020-01-18 18:00:53 +09:30
xBelladonna
a2c534d5d2 Fix typo in telegram.py
Signed-off-by: xBelladonna <isabelladonnamoore@users.noreply.github.com>
2020-01-18 15:10:29 +09:30
Simone Margaritelli
e8d3628336
Merge pull request #6 from LoganMD/master
Added my two plugins
2020-01-14 11:37:32 +01:00
Simone Margaritelli
55308953f4
Merge pull request #9 from djerfy/master
Add telegram support
2020-01-14 11:36:51 +01:00
Simone Margaritelli
b7002f3f97
Merge pull request #10 from xBelladonna/feature/custom-face
Add face option in aircrackonly & quickdic plugins
2020-01-14 11:36:36 +01:00
Simone Margaritelli
b87944aa29
Merge pull request #11 from Junohea/master
Plugin: hashie, converts pcaps&grabs locations
2020-01-14 11:36:19 +01:00
Junohea
41e6e0cee8
Create hashie.py 2020-01-13 13:10:16 -07:00
xBelladonna
45ca35fd04 Add face option in plugins
Allows setting custom faces in AircrackOnly plugin when a pcap is deleted and in Quickdic when a password is cracked.

Signed-off-by: xBelladonna <isabelladonnamoore@noreply.users.github.com>
2020-01-06 21:15:55 +09:30
Jérémy CHABERNAUD
9d632a917e
add conditions picture and/or message 2019-12-30 23:57:49 +01:00
Jérémy CHABERNAUD
c8848eb05a
add telegram support 2019-12-30 22:46:41 +01:00
evilsocket
aefbe5279f
Merge pull request #7 from xBelladonna/master
Dependency check for aircrack-ng
2019-12-23 11:19:28 +01:00
evilsocket
c68ce64bcd
Merge pull request #8 from SiinaCutie/master
add mastodon api support
2019-12-23 11:19:13 +01:00
Siina Mashek
af9d4a937e add mastodon api support 2019-12-21 19:06:34 +02:00
xBelladonna
45812d0c72 Add dependency check for aircrack-ng
aircrackonly and quickdic plugins check that aircrack-ng is installed else log warning
2019-12-21 10:58:17 +09:30
xBelladonna
35e30c0363 aircrackonly: log warning when deleting pcap 2019-12-21 10:57:32 +09:30
Logandev_
d981af5971
add pwnagotchi clock 2019-12-20 17:25:42 -08:00
Logandev_
1b8a1e2d3e
add christmas countdown 2019-12-20 17:21:02 -08:00
evilsocket
b762ae3279
Merge pull request #2 from hmax42/master
Support for pimoroni button shim
2019-12-07 14:22:16 +02:00
evilsocket
4ca7b58040
Merge pull request #3 from tomellericcardo/gpio_shutdown_plugin
add gpio_shutdown plugin and yaml configuration file
2019-12-07 14:21:56 +02:00
evilsocket
7a97cb7b6f
Merge pull request #4 from sayak-brm/master
[FEATURE] Plugin for downloading captured handshakes
2019-12-07 14:21:41 +02:00
Sayak Brahmachari
78d3aec1f4
Create handshakes-dl.yml 2019-12-04 20:18:45 +05:30
Sayak Brahmachari
32d361e722
Create handshakes-dl.py 2019-12-04 20:17:10 +05:30
evilsocket
b10e35a9f9
Merge pull request #1 from xenDE/master
throws event "cracked" on success
2019-11-14 22:56:16 +01:00
tomellericcardo
56aec1e8e3 add gpio_shutdown plugin and yaml configuration file 2019-11-13 21:32:49 +01:00
hmax42
3fdbfff575
buttonshim.yml 2019-11-11 19:32:55 +01:00
hmax42
f66f627373
buttonshim.py 2019-11-11 19:31:42 +01:00
xenDE
3cfbf13332
throws event "cracked" on success 2019-11-09 19:00:22 +01:00
Simone Margaritelli
a213b1cd7e first commit 2019-11-07 10:58:54 +01:00