-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Got it but... #49
Comments
Would you be able to share the setup you used? I've been trying to make similar edits but have been unsuccessful, Thanks in advance! |
Second that? I can't get my m5stack to get this, or marauder, I can get the no screen version of marauder on my m5stack core 2 but not hash monster, I've changed them to LGFX, but do you change them in the first and second time in each line or just the first time? And NVS TO spi I didn't put them () |
Third that, PCAPs are being saved to the SD card as empty files |
Sorry for the late reply. I used Arduino Cloud and that seemed to help a lot because most (if not all) libs for this build are already there. Woops wrong sketch. Sorry about that....let me take a look again. Here it is: Hope it helps. Cheers |
That's apparently a more common "issue" it's all about the pcaps with the data. Should be one or two there. |
Haven't tried Marauder yet. Focussing back on getting the SD-stack-updater working so I can put more than one application on it like the Marauder. No luck yet but haven't tried the latest updates from Tobozo yet. Anyway, hope the sketch works for you guys. |
Hope it helps! |
I made an account just to say this absolutely helps. Using the provided sketch, specifically on Arduino cloud - I was able to get this running on the core2. Thank you so much! 🍡 |
Glad it worked out! You are most welcome |
Thank you so much for this sketch file! I had to use the cloud editor with your sketch but after that it uploaded perfectly. |
You are most welcome :) |
You are awesome! Thanks! |
Hello world,
Finally got the hash monster running on my m5stack core 2. Cloud arduino saved my day tbh. Commented the SD updater out (for now) and a few tweaks here and there, like the eSprite change to LGFX_Sprite and the NVS_flash_init to spi_flash_init(). The only thing is the touchscreen buttons don't seem to work properly. <--- nevermind: Works perfectly.
I'm also curious about getting a deauth'er on the core2 since that would be a handy tool for the hashmonster to integrate with. Is there an integrated version of this somewhere already? (perhaps the eps32 marauder?)
Thanks for creating this I'm having super much fun with this already.
The text was updated successfully, but these errors were encountered: