SpacehuhnTech / WiFiDuck

Wireless keystroke injection attack platform
http://wifiduck.com
MIT License
2.03k stars 351 forks source link

SD Card Module support too and installation method! #84

Open sameerakhtari opened 2 years ago

sameerakhtari commented 2 years ago

SO the problem with Wifi duck is that you can pass limited line of script. Adding a SD Card module with it will help us to use it as simple USB Rubber Ducky if needed.

We can use DIP Switch or something like that in order to change it from WIFI DUCK to RUBBER DUCKY. And as far the program concern there should be a method that check if certain pins (eg. pin 8 and pin 9) are connected by dip then Act as a RUBEER DUCKY . Else act as a WIFI DUCK.

I had seen another repo of someone who was attaching SD Card module with Pro Micro to make a simple Rubber Ducky. If that can happen and this can happen then why not both can happen in same project :)

welcome[bot] commented 2 years ago

Thanks for opening your first issue here! 🎉
👉 Be sure to:
1. 📖 Have a look at the Wiki and README for information
2. 🔍 Search for similar issues (open and closed)
3. ✍ī¸ Provide enough information to understand, recreate and help out with your problem
4. ℹī¸ Let us know if you find a solution
5. 📕 Close the issue when your problem has been solved

SSBhaumik commented 2 years ago

This feature would be terrific.

Z3R0NULL commented 2 years ago

I would like this

sameerakhtari commented 2 years ago

Hey @spacehuhn I tried to merge DuckDuino (rubber ducky) (https://github.com/Seytonic/Duckduino-microSD.git) with your wifi duck program. but for some reason my memory is getting overflowed. Can you do it in some way that I would able to run both SD Card Module and ESP12F with a single Arduino Pro Micro , and able to switch between them by using Dip Switch.?