15 Commits

Author SHA1 Message Date
eb77f29135 Updated and coverted
Updated and coverted my fork from evilsocket/pwnagotchi master branch to aluminum-ice/pwnagotchi master branch

removed hannadiamond repository

changed pwnagotchi community plugin repository to my pwnagotchi community plugin repository

removed mastodon plugin

removed screenrc configuration

cloned pwnagotchi community plugin repository only once

removed configure pwnagotchi for the custom plugin directory from builder/pwnagotchi.yml

reconfigured auto-update to point to the scifijunkie repo

edited main.custom_plugins to point to /usr/local/share/pwnagotchi/custom-plugins in pwnagotchi/defaults.toml

removed mastodon configuration from defaults.toml

removed ntfy configuration from defaults.toml

removed handshakes-m.py from default plugin

removed mastodon.py from default plugin

removed ntfy.py from default plugin

addressed [ERROR] [update] 'tag_name'

addressed rate limit exceeded

addressed TypeError: Descriptors cannot not be created directly.

Reran pip-compile
2024-05-23 12:37:59 -05:00
Simone Margaritelli
155ea54d08
Merge pull request #795 from hectorm/allow-disable-installer
Allow installer deactivation
2020-01-19 14:15:58 +01:00
dadav
afc3636939 fix version parsing 2020-01-16 18:52:40 +01:00
Héctor Molinero Fernández
7cf0a2ef4b Allow installer deactivation
Signed-off-by: Héctor Molinero Fernández <hector@molinero.dev>
2020-01-15 23:36:29 +01:00
Alan Yee
6a97476732
Update setup.py
Use list comprehension
2019-12-02 13:32:36 -08:00
Simone Margaritelli
fcb5c87ef0 fix: enabling fstrim.timer from setup.py for updating users 2019-11-08 13:36:27 +01:00
Simone Margaritelli
ae330dc0b5 fix: don't reset network interfaces configuration if not needed (closes #483) 2019-11-01 12:12:37 +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
dadav
41f50c3436 Also ship locale with package 2019-10-08 22:12:17 +02:00
Simone Margaritelli
1c251fc093 new: fixed rsa identity generation and implemented api enrollment plugin 2019-10-06 23:25:02 +02:00
SecurityWaffle
a3052c3b99
fixes issue where defaults.yml is not included in the install 2019-10-06 13:41:55 -05:00
SecurityWaffle
e369d596d6
Fixes "No module named 'pwnagotchi'" error
/usr/local/bin/pwnagotchi                                                                                                                                                                                               Traceback (most recent call last):
  File "/usr/local/bin/pwnagotchi", line 8, in <module>
    import pwnagotchi
ModuleNotFoundError: No module named 'pwnagotchi'
2019-10-05 21:22:03 -05:00
Simone Margaritelli
2461bfbd11
misc: small fix or general refactoring i did not bother commenting 2019-10-05 23:30:06 +02:00
Simone Margaritelli
d6b1e86333
misc: small fix or general refactoring i did not bother commenting 2019-10-05 23:28:29 +02:00
Simone Margaritelli
cbf7511e17 misc: refactored code to work as a setup.py based package
Signed-off-by: Simone Margaritelli <evilsocket@gmail.com>
2019-10-05 23:23:31 +02:00