n0xa / m5stick-nemo

M5 Stick C firmware for high-tech pranks
Other
643 stars 135 forks source link

Portals #173

Open eddyizm opened 2 months ago

eddyizm commented 2 months ago

Is there a way to add portals, say from evil portals ?

danny8972 commented 2 months ago

Evil portal is already added if you scan and then select a Wi-Fi network you can clone and deauth it

eddyizm commented 2 months ago

ok, sweet. still waiting on the hardware to come in, a friend demo'd the google captive portal and didn't see other options in my brief look through the code.

danny8972 commented 2 months ago

Glad to help

eddyizm commented 2 months ago

@danny8972 So it looks like this repo only has one portal, what I was looking for the ability to throw up a different portal like the pineapple device. When I get mine I'll fork it and try to add a new one as the html is trivial.

danny8972 commented 2 months ago

Ah sorry for the confusion I see what you mean now. That would be a great thing to add.

pinhoone commented 2 months ago

The possibility to select a portal would be amazing, I already use this function in my Flipper, do you know a way to set up my custom portal in Nemo?

eddyizm commented 1 month ago

@pinhoone looking through the code it looks like we would need at least 2 steps.

  1. a menu item for selecting a portal as opposed to going to the default one and
  2. adding the html/css/etc in the code for each additional one. This one we should be able to leverage other portal repos.

Will give this a try when I get my hardware. Waiting on delivery :-)