Commit Graph

86 Commits

Author SHA1 Message Date
mlodawy
72edd3d43d Add langauge button 2022-05-15 16:54:53 +02:00
Just Call Me Koko
d7aac68866 Center click exit scan 2022-05-09 20:30:08 -04:00
Just Call Me Koko
0f58a0657b PROGMEM commands and remove mini lv_arduino 2022-05-07 14:36:44 -04:00
Just Call Me Koko
2c4edd012d Add some command line stuff 2022-05-03 00:22:11 -04:00
Just Call Me Koko
7d6d0517e1 Add Marauder Mini Configuration 2022-05-02 21:44:42 -04:00
Just Call Me Koko
71ced23041 Settings actually work 2022-01-18 23:20:42 -05:00
Just Call Me Koko
8e874c493b Actually made settings work 2022-01-18 03:29:45 -05:00
Just Call Me Koko
373482822a Make settings available on Menu 2021-07-28 23:24:18 -04:00
Just Call Me Koko
37c65bf6f1 Add settings function 2021-07-25 21:33:21 -04:00
Just Call Me Koko
51a7ff7e26 Add deauthentication attack 2021-07-24 00:16:56 -04:00
Just Call Me Koko
31687c10cb Fake wifi functions 2021-06-15 16:33:45 -04:00
Just Call Me Koko
d2b89654e6 Add probe request attack 2021-05-09 00:36:27 -04:00
Just Call Me Koko
6e829f5bf4 Add AP select for attacks 2021-05-06 22:49:00 -04:00
Just Call Me Koko
678179a097 Add AP Scan 2021-05-06 20:43:25 -04:00
Just Call Me Koko
e27ffe1d5f Fix ESP8266 Menu option 2021-04-27 15:23:50 -04:00
Just Call Me Koko
2ec82c509b Check for SD 2021-04-17 13:52:32 -04:00
Just Call Me Koko
d6f20ec1fa add Save As to ducky scripts 2021-04-15 21:20:47 -04:00
Just Call Me Koko
87b0fbf370 Load and modify ducky scripts 2021-04-15 20:50:53 -04:00
Just Call Me Koko
a314e8e817 Add load ducky scripts 2021-04-15 17:08:26 -04:00
Just Call Me Koko
e3de597e0a Add A32U4 check 2021-04-13 21:32:05 -04:00
Just Call Me Koko
3f3b784d47 Add check ESP8266 2021-04-13 20:32:15 -04:00
Just Call Me Koko
6ce7f598eb Add ducky script execution 2021-04-08 21:48:31 -04:00
Just Call Me Koko
fe33f1fab3 Add BadUSB 2021-04-08 21:02:31 -04:00
Just Call Me Koko
a18b8b3004 Add esp8266 interface 2021-04-08 15:22:33 -04:00
Just Call Me Koko
17dd0dda4f Add icons 2020-08-31 19:01:27 -04:00
Just Call Me Koko
06a172e28c Add SSID 2020-08-31 18:45:10 -04:00
Just Call Me Koko
53cef7f44f Add icons 2020-08-29 01:46:00 -04:00
Just Call Me Koko
804bdc5150 Monitor connection attempts 2020-08-29 01:11:50 -04:00
Just Call Me Koko
857f61cdf0 Add beacon spam list 2020-08-29 00:41:37 -04:00
Just Call Me Koko
cf2d5df4d5 Generate SSIDs #44 2020-08-29 00:09:04 -04:00
Just Call Me Koko
c8cddedd2b Add icons for shutdown 2020-08-28 20:56:28 -04:00
Just Call Me Koko
2f023a6dbe Shutdown BLE menu 2020-08-28 18:38:05 -04:00
Just Call Me Koko
7c137a84af Added shutdown wifi menu 2020-08-28 17:19:13 -04:00
Just Call Me Koko
ece6b63de4 Menus #55, #54, #53, #52 2020-08-28 16:06:40 -04:00
Just Call Me Koko
a327c75727 Add general menu items back 2020-08-28 15:43:33 -04:00
Just Call Me Koko
0f4a94134e Track initialization 2020-08-28 15:40:55 -04:00
Just Call Me Koko
a1dd40a928 Add Join WiFi 2020-08-27 23:22:35 -04:00
Just Call Me Koko
d32388eb2f Add LVGL keyboard 2020-08-27 22:41:39 -04:00
Just Call Me Koko
9ee434ae7f Fixes
Fix wifi shutdown
Fix eapolScan
Fix font size
Fix strings
Fix for loops
2020-08-27 20:43:29 -04:00
Just Call Me Koko
2572b83701 Revert "Cleanup SD stuff"
This reverts commit f86b5a4df0.
2020-08-27 20:03:33 -04:00
Just Call Me Koko
d914ebd7c0 Revert "SD changes more"
This reverts commit 7db2d0e05d.
2020-08-27 20:03:30 -04:00
Just Call Me Koko
7db2d0e05d SD changes more 2020-08-27 19:47:25 -04:00
Just Call Me Koko
f86b5a4df0 Cleanup SD stuff 2020-08-26 17:06:36 -04:00
Joshinken
ba05c388b1 maybe? (#38)
* Update Display.cpp

I THINK I FIGURED OUT WHAT IM DOING

* Add files via upload

* Update esp32_marauder.ino

* Update MenuFunctions.cpp

* Update MenuFunctions.h

* Update MenuFunctions.cpp

* Update README.md

* Update README.md

* Update MenuFunctions.cpp

* Update MenuFunctions.h

* Update MenuFunctions.h

* Add files via upload

* Update esp32_marauder.ino

* Update README.md

* Update Display.cpp

moved the float "wd", as the draw function would continously change it, which resulted in those weird effects when trying to draw different thicknesses

* Update MenuFunctions.cpp

* Update Display.cpp

made it so the drawing code doesnt need to draw every pixel individually and made it so it can handle higher thiccnesses... at all. it did not handly thicknesses above 2 with any kind of grace

* Update Display.cpp

removed unneccessary variable changes, just realized i kept making certain variables be a certain value over and over

* Fix screen change battery percentage

* restore TFT touch data

* Delete MenuFunctions.cpp

* Update README.md

fixed a typo, missing period to be exact

* Update README.md

Co-authored-by: Just Call Me Koko <25190487+justcallmekoko@users.noreply.github.com>
2020-08-05 07:31:05 -04:00
Just Call Me Koko
da43c8b369 Add exit function to draw app 2020-07-22 21:24:50 -04:00
Joshinken
7a5134bb86 nye³ (#35)
* Update Display.cpp

I THINK I FIGURED OUT WHAT IM DOING

* Add files via upload

* Update esp32_marauder.ino

* Update MenuFunctions.cpp

* Update MenuFunctions.h

* Update MenuFunctions.cpp

* Update README.md

* Update README.md

* Update MenuFunctions.cpp

* Update MenuFunctions.h

* Update MenuFunctions.h

* Add files via upload

* Update esp32_marauder.ino

* Update README.md

* Update Display.cpp

moved the float "wd", as the draw function would continously change it, which resulted in those weird effects when trying to draw different thicknesses

* Update MenuFunctions.cpp

* Update Display.cpp

made it so the drawing code doesnt need to draw every pixel individually and made it so it can handle higher thiccnesses... at all. it did not handly thicknesses above 2 with any kind of grace

* Update Display.cpp

removed unneccessary variable changes, just realized i kept making certain variables be a certain value over and over

* Fix screen change battery percentage

* restore TFT touch data

Co-authored-by: Just Call Me Koko <25190487+justcallmekoko@users.noreply.github.com>
2020-07-21 17:45:20 -04:00
Just Call Me Koko
6490a12b30 Update status bar 2020-07-09 20:29:26 -04:00
Just Call Me Koko
1a4136137d Add detect espressif devices 2020-07-02 19:05:06 -04:00
Just Call Me Koko
6f2c2862f6 Add pwnagotchi detector 2020-05-28 23:20:21 -04:00
Just Call Me Koko
fa4d3bf3e2 Fix status bar 2020-05-14 22:34:25 -04:00