spacehuhn / wifi_ducky

Upload, save and run keystroke injection payloads with an ESP8266 + ATMEGA32U4
MIT License
1.28k stars 294 forks source link

To do list #61

Open AlistairXX opened 7 years ago

AlistairXX commented 7 years ago

I'm interested in your projects and i see that you have a cool "To-Do" list....can you make the appearance and other stuff better in this project too just as you did in esp8266 deauther.....Do you have any update on this project or this is a abandoned project?

spacehuhn commented 7 years ago

It's not abandoned, it just needs a lot of work and I don't have the time at the moment. I will continue developing it soon.

AlistairXX commented 7 years ago

It's so nice of you....WiFi 🦆 is one of the best project you have made .....we just expect you to make some changes in this project too,I'm very excited to see what you do next

On 10 Aug 2017 9:06 pm, "Stefan Kremser" notifications@github.com wrote:

It's not abandoned, it just needs a lot of work and I don't have the time at the moment. I will continue developing it soon.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/spacehuhn/wifi_ducky/issues/61#issuecomment-321588641, or mute the thread https://github.com/notifications/unsubscribe-auth/AUS-2N33YaeKuqLLTsQS_-D_EY-zEDhsks5sWyOLgaJpZM4OzlAd .

jamezrin commented 7 years ago

You know, anyone can contribute, not only @spacehuhn has to do stuff. It's funny because I never contributed to anything here xD

AlistairXX commented 7 years ago

It's a cool project.... make some changes, best regards

On 10 Aug 2017 10:18 pm, "Jaime Martinez Rincon" notifications@github.com wrote:

You know, anyone can contribute, not only @spacehuhn https://github.com/spacehuhn has to do stuff. It's funny because I never contributed to anything here xD

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/spacehuhn/wifi_ducky/issues/61#issuecomment-321609067, or mute the thread https://github.com/notifications/unsubscribe-auth/AUS-2IirJbBs1KCAaqY9sUkISDokJIANks5sWzR4gaJpZM4OzlAd .

SkyCityCZ commented 6 years ago

To do: Remove the 1024 limit

supersjimmie commented 6 years ago

@SkyCityCZ what 1024 limit?

SkyCityCZ commented 6 years ago

For wifi ducky scripts...

Dne 6. 11. 2017 9:17 napsal uživatel "supersjimmie" < notifications@github.com>:

@SkyCityCZ https://github.com/skycitycz what 1024 limit?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/spacehuhn/wifi_ducky/issues/61#issuecomment-342075751, or mute the thread https://github.com/notifications/unsubscribe-auth/AXLO12DXnxzAr7ZDnyzWCqRXoBU8DBsNks5szsCjgaJpZM4OzlAd .

supersjimmie commented 6 years ago

@SkyCityCZ I don't have such large scripts, and if you simply break one >1024 sized script into more smaller scripts you can send as much as you want. There is a var called bufferSize in the esp part of the code, which is now set to 600. That would suggest that the limit is not even 1024 but only 600. You could experiment with that.

But beside that bufferSize, perhaps it's just a limitation on the serial hardware or another var that is rolling over. Actually, you should be able to find out at which point you start loosing data by simply adding some debugging lines to your own code.