whid-injector / WHID

WiFi HID Injector - An USB Rubberducky / BadUSB On Steroids.
MIT License
1.67k stars 244 forks source link

SPIFFS filesystem underutilized #10

Closed exploitagency closed 7 years ago

exploitagency commented 7 years ago

In the video you suggest setting up a generic esp8266 board in the Arduino IDE with 512kb module and a 64kb file system IIRC.

Although both WHID Cactus hardware and my original ESPloit setup use an ESP12E and ESP12S chip with 4M flash and up to a 3M file system. So your underutilizing a ton of space.

I just needed to throw this out there in case someone had an unreasonably large set of payloads and had issues there.

minkione commented 7 years ago

Of course it depends on the HW. For cactus WHID the ESP12 can fit 4M/3M. In some Videos is even showed. ;)

minkione commented 7 years ago

Like this one for example https://youtu.be/PGa_ByyQw8Q

minkione commented 7 years ago

I guess you are referring to this video https://www.youtube.com/watch?v=MRGUSPW-Cr0&sns=em

It was made with the Cactus Micro r2. That's why in the title is not mentioned the Cactus WHID Hardware.

Generally I assume that whoever is going to play with WHID has basic understanding of Arduino and ESP versions. :)

But thanks for the remark! 🤝😉

exploitagency commented 7 years ago

Roger that!