bmorcelli / m5stick-nemo

M5 Stick C Plus 2 firmware for high-tech pranks
Other
17 stars 1 forks source link

m5stickc plus, nemo ver. 2.3.4b #2

Open Kofse opened 7 months ago

Kofse commented 7 months ago

I've decided to build nemo from source that was a bmorceli's fork which added the attack functions (mainly deauth)

issues/bugs:

Deauth attack not working on m5stickc plus (Deauth with nemo portal attack deauths a selected network just fine with couple of tweaks). Android spam does not work on samsung galaxy a52 5G. Suggestions: Add BLE google spam from esp32 marauder Add BLE samsung spam from esp32 marauder

bmorcelli commented 7 months ago

I fixed the problem with the Deauth function, i've forgotten to start the wifi services to that attack.. so it is patched and working.

I'll be looking onto these BLE spams.

Thanks for your feedback, it helped a lot!

Kofse commented 7 months ago

Noticed a mild annoyance that might require removing some parts of the code, whenever you turn on stickc with nemo ver. 2.3.4b it generates a continuous beep, i would suggest removing that.

Also deauth attack works flawlessly.

bmorcelli commented 7 months ago

To avoid these beeps, you can comment out the line 1787 that calls the 'setupSongs();' function.

This came from the main project, and as I made a pull request, I'm not comfortable removing this functionality.