Found this channel last night. Spent the rest of the night watching all your videos. Great editing, to the point information, doesn't have shit techno music behind it, doesn't have some dick who's too scared to talk but instead types everything out in notepad sslloooowly. In essence, this channel is bomb and look forward to all your videos. Keep it up mate
Hey, your video was the inspiration for my first soldering project. I bought a soldering iron, a pro micro, and a mmicrosd card reader. Just today I was soldering everything together then I realized I forgot to buy a usb to ttl converter so I could actually program the pro micro. Now I'm waiting another 5 days for shipping but I'm excited to test it out! Thank you.
you could add a red and green led so it would light red when executing the script and green when finished so you could know when to unplug the drive even if the PC's monitor is off or not connected such as with a server
Seytonic just mine arduinos yesterday all you have to do is add the led on code in the void loop so it will turn on when the HID code is finished I have my led on ground and pin 2 as they are right beside each other
Hey, this is great. Just tried to finally use my APM and I bricked it by running it as an Arduino Leonardo instead of the Sparkfun pro micro that it actually is! yay. Brb gonna go cry.
after watching this video and reading your GitHub info page, i have a couple of questions: 1. how much did everything(the card, the module, the arduino) cost? 2. you said on your GitHub page that we have to separate a line with more than 300 chars, does that decrease performance? or rather increase the time it would take to complete the payload?
1) Arduino ~ $3, module ~ $0.35, card ~ Depends what size you buy. 2) It won't decrease performance noticeably, maybe add a couple extra milliseconds to read the next line, but nothing to worry about.
BRO YOU HAVE NO ******ing idea how much i love you (no homo) i used your arduino script on my CJMCU ATMEGA32U4 R3 Ducky clone without even touching the pins and it worked :DDDDDDDDDD
Great video Seytonic really informative. However i was wondering whether it is possible to launch executables from the sd card. Not directly instead access the sd card from cmd or PowerShell and execute the .exe. I would really appreciate if you gave me some help with this. Thank you in advance.
A Arduino Pro Mini ATmega328P (China clone) does work too ? If i don't mistake 328's do not have a USB comm build it, the ATmega32U4 is basically a Leonardo ...
Hey, I have a problem with the Arduino code, I have my keyboard in Spanish, and some characters are diferent, can you tell me how can I change the language or the characters in the arduino file? Thanks for your time.
String DEFAULT_FILE_NAME = "script.txt" That line tells it to open up scrpt.txt, how could I modify that so it opens a random text file every time (maybe having 10-20 text files on the SD card)? Thanks for any help!
Can it work as a Twin Duck? I mean that scenario: Arduino Pro Micro primarily acts as a USB Mass Storage Device, and on a click of the button will start emulating a Keyboard. Is it possible?
Hello, I'm using a Spi spash chip for space. I was curious if there is a way to make the arduino as a mass storage device? So if you plug it in and shows up as a drive.
There’s a error It says does your sketch include the line #include ant it does what do I do? EDIT: 🤦🏽♂️ just figured it out my setting where wrong I fixed it by setting it to arduino Leonardo in boards. then arduino as isp(32u4) at programmer in tools.
So i am currently recreating this great project but have ran into a snag. My Arduino Micro does not have pins 14,15,16. Is there any way i can change the input pins in the arduino sketch file? I want to change those pins to 10,11,12 (and keep CS on D4).
This is what I'm going to be using www.ebay.co.uk/itm/252639155071?_trksid=p2057872.m2749.l2648&ssPageName=STRK%3AMEBIDX%3AIT though I don't know how just yet.
just curious if its possible to flash the twin ducky firmware onto pro micro as both pro micro and the original usb rubber ducky from HAK5 use fairly similar controllers ?!
Hi, I am new to Arduino. Will this also work when using an Arduino Uno, Nano or NodeMCU? Actually, I tested a simple script and converted it to Arduino but the compiler says something about keyboard.h and HID.h and fails to upload the code to my NodeMCU. TIA
Great work seytonic love youre channel , ive payed in to you crowd funding cant wait for march to get my MalDuino - BadUSB , have you checked out the Adafruit Feather M0 Adalogger it works well and has sdcard built in , but not as fun or cheap as making youre own diy ducky
Only thing that is bothering me is that when you plug it in another pc it starts searching for drivers, and that's not the point of a rubber ducky, do you please have a solution ?
Hey seytonic, I also got a pro micro and the sd card module and I have connected them as shown in the video but for me it is not working. Also, after trying to execute the CardInfo code which is in the Examples section in the arduino IDE, it fails to recognize any SD card. Any ideas?
can you help me with this error? my settings should be right (Arduino Leonardo as ISP,...) fatal error: HID.h: No such file or directory #include "HID.h"
hi, any way i can make my own SD card reader for use with the pro micro? i have a mini sd to full size sd card reader available but not the module that you used. thanks!
Great video. I only have the Arduino pro micro and have been trying to make code for it all day on Arduino IDE. I failed over and over and am still stuck. I want a code for it that presses control alt delete then releases it and selects shutdown then selects yes for windows 10. I have code where it shuts down computers through CMD but most computers with good security require admin passwords. Can u do something like this??
hey seytonic, really cool video man , but I need your help . I got an arduino pro micro clone (with at32u4) , which doesnt have the same pins . and I still managed to connect the sd card, although the script.txt isn't being executed fully .. just the second line (string) executes , strangely. plz help .
My SD card doesn't work with the arduino, I followed your instructions but when i put the arduino in it doesn't execute the payload on SD card / it only works when the arduino pro mini has the code saved on it but its memory can't hold the android password bypass code on it... So I need the SD card in order for it to execute the payload... I need help!
Your ducky script to Arduino converter is missing an exception for space, you can add it by inserting this into the Arduino code: else if (b.equals("SPACE")) { Keyboard.press(' '); } P.S. Space didn't work so when I ran my code it renamed every file and folder on my desktop...
Mac user here, cmd + space is a real thing, opens spotlight and all. Btw your videos are fantastic, I went and built myself a rubber ducky yesterday did all the coding and the build and it worked perfectly but this morning I woke up and now I cant access the microSD card somehow, checked all the connections but nothing, think I might have to redo the whole thing. If you could make some build videos that would be great, I'm no noob to code but I am to circuitry and I think a lot of people need help too. Thanks man, keep up the good work.
well this works on the PC where you develope the code but when you try it on another PC it starts to install drivers so this is not very useful I think. (Tried with W7 few PCs)
+Seytonic please can you write a ducky code which downloads a key logger and emails you the keys they type in every 5 hours or something. Like is you also think he should.
This loads scripts from a micro sd card. But is the maximum script size still the board's max memory? Or can you make a script's size as big as your micro sd card memory? Can anyone please answer this?
Hi ... Thank you so much for the response.. Unfortunately, right here where I live is impossible to get the pro micros, yet I read the readme file you include the repository in git and it says the leonardo works with the setup. Would it be the same procedure with the leornardo?... Thank you
I've ordered a few digispark Attiny85's and have been thinking of how to make this for it, but since I'm new to this I don't get far, would you also try to do this for the digispark?
Seytonic My plan is to swap memory over and over to get past that problem, I've already made sure it's technically possible, but I'll see where it goes ;) I'll definitely let you know if/when I get it to work. Sadly it will still be a while before I get the boards, but I'm looking forward to it. Keep up the great work, I'm loving it!
Hey Seytonic, if I put an .exe file on the micro sd, is it possible to run it with programming in arduino IDE? Or will the micro sd only work with .txt files? Cheers.
does the sd card appear as a storage device when it is connected to the arduino? I want to do something like how you can transfer files to the sd card on a genuine ducky. or do i have to use a network solution?
Hey, i built it but i have a problem with the german language keyboard setting i can not make a string with: Keyboard.print (":"); When i plug it in then it will Start writing: Ö Have anyone an idea of fixing it? I know my english is very bad... What Kind of key can i press to get a colon?
I'm going to use some dip switches, I'm not sure of which size just yet, but something like this. www.ebay.co.uk/itm/2-4-6-8-Way-DIP-DIL-Switch-PCB-/261803348347?var=&hash=item3cf4b2117b:m:mpAIMPEVHfFp3v5kWIxSqdw
It's very rare I find such a fantastic channel before it gets massive
Found this channel last night. Spent the rest of the night watching all your videos. Great editing, to the point information, doesn't have shit techno music behind it, doesn't have some dick who's too scared to talk but instead types everything out in notepad sslloooowly.
In essence, this channel is bomb and look forward to all your videos. Keep it up mate
You should see Seytonic and I's conversation about exactly that on his very first video. Its pretty funny!
Same here :D
This video series keeps getting better & better :D
You're so unpopular, still you're the best lol
Hey, your video was the inspiration for my first soldering project. I bought a soldering iron, a pro micro, and a mmicrosd card reader. Just today I was soldering everything together then I realized I forgot to buy a usb to ttl converter so I could actually program the pro micro. Now I'm waiting another 5 days for shipping but I'm excited to test it out! Thank you.
Pro micros are programmed via usb.
Oh. i went on ebay and bought the cheapest one but i guess it is a mini
been with u since 30k i love ur channel and i hope that you will grow into a great channel
you could add a red and green led so it would light red when executing the script and green when finished so you could know when to unplug the drive even if the PC's monitor is off or not connected such as with a server
This.
Darren Rainey If nobody else responds I'll look into it this weekend (haven't tried this yet, but adding light to it won't be that hard)
Good idea, I'll implement that in my next iteration.
Seytonic just mine arduinos yesterday all you have to do is add the led on code in the void loop so it will turn on when the HID code is finished I have my led on ground and pin 2 as they are right beside each other
Hey, this is great. Just tried to finally use my APM and I bricked it by running it as an Arduino Leonardo instead of the Sparkfun pro micro that it actually is! yay. Brb gonna go cry.
Have you tried making a twin duck variant? or do you know a way to make this save the files back to the sd card?
Amazing video. Don't forget us when you reach 10K!
after watching this video and reading your GitHub info page, i have a couple of questions:
1. how much did everything(the card, the module, the arduino) cost?
2. you said on your GitHub page that we have to separate a line with more than 300 chars, does that decrease performance? or rather increase the time it would take to complete the payload?
1) Arduino ~ $3, module ~ $0.35, card ~ Depends what size you buy. 2) It won't decrease performance noticeably, maybe add a couple extra milliseconds to read the next line, but nothing to worry about.
Seytonic oh ok, thanks
@seytonic please give us a headsup with a problem, successfully uploaded but script not executing any help??
BRO YOU HAVE NO ******ing idea how much i love you (no homo) i used your arduino script on my CJMCU ATMEGA32U4 R3 Ducky clone without even touching the pins and it worked :DDDDDDDDDD
Thanks for that, has saved me a lot of faffing around. Im still new to programming for the Arduino, my coding is more bolt on than flowing lol
Great video Seytonic really informative. However i was wondering whether it is possible to launch executables from the sd card. Not directly instead access the sd card from cmd or PowerShell and execute the .exe. I would really appreciate if you gave me some help with this. Thank you in advance.
Me too i want to do this !
Can't wait for part 2!
A Arduino Pro Mini ATmega328P (China clone) does work too ? If i don't mistake 328's do not have a USB comm build it, the ATmega32U4 is basically a Leonardo ...
Hey, I have a problem with the Arduino code, I have my keyboard in Spanish, and some characters are diferent, can you tell me how can I change the language or the characters in the arduino file?
Thanks for your time.
Is it possible to use a Digispark ATTiny85 with an SD Card ? I would be very pleased if you make a video about it.
The code for this is too large for the digispark, also it uses different libraries. So not something I'm looking at right now.
Ah, okay thanks for your fast awnser
String DEFAULT_FILE_NAME = "script.txt" That line tells it to open up scrpt.txt, how could I modify that so it opens a random text file every time (maybe having 10-20 text files on the SD card)? Thanks for any help!
@Seytonic Ive been tryin to remake this project, but my clone micro doesnt seem to be recognized...help plz (love the easy to follow vids)
Alright, I now understand the script writing and such; but how do I attack the two Arduino boards together?
Can it work as a Twin Duck? I mean that scenario: Arduino Pro Micro primarily acts as a USB Mass Storage Device, and on a click of the button will start emulating a Keyboard. Is it possible?
Hello, I'm using a Spi spash chip for space. I was curious if there is a way to make the arduino as a mass storage device? So if you plug it in and shows up as a drive.
There’s a error It says does your sketch include the line #include ant it does what do I do?
EDIT: 🤦🏽♂️ just figured it out my setting where wrong I fixed it by setting it to arduino Leonardo in boards. then arduino as isp(32u4) at programmer in tools.
what usb adapter do you use for the Arduino Pro Micro 5V 16MHz
is there a way to switch your script's keyboard layout? works fine on my arduino but the german keyboard layout is tricky to handle.
sorry
I have some problem
can we do this with arduino nano ?
на нано нельзя
So i am currently recreating this great project but have ran into a snag. My Arduino Micro does not have pins 14,15,16. Is there any way i can change the input pins in the arduino sketch file? I want to change those pins to 10,11,12 (and keep CS on D4).
fixed this yet?
Luke Havill nope, only just posted my question yesterday.
you can change the pins easy in the sketch file
i have searched the sketch and cant find any numbers from 14-16. do you mind checking again?
Could you give any details on the required DIP switch parts or configuration before the next video? Thanks.
This is what I'm going to be using www.ebay.co.uk/itm/252639155071?_trksid=p2057872.m2749.l2648&ssPageName=STRK%3AMEBIDX%3AIT though I don't know how just yet.
Cool man, but how does one protect against this?
My SD card won't get regonsied by Arduino what to do , tried with example sketch of SD cardinf but it says initialization failed
Hey man, did you get it to work? Have the same problem.
so,the arduino can use duckyscripts directly from the SDcard whitout convert it into arduino code?
just curious if its possible to flash the twin ducky firmware onto pro micro as both pro micro and the original usb rubber ducky from HAK5 use fairly similar controllers ?!
is it possible to add a sd card or switches without this huge board?
I Will like to know that to
Help!! I brought arduino nano(bymistake).............. could i make this using NANO
no
with the micro sd you can upload an extense code ? because the arduine code is converter from sd card really?
the note block that language you use?
Can I use the Genuine Micro instead of the pro micro?
Is it possible to save a text file in the sd of the badusb ?, works the same as the way to save files of the "Rubber Ducky"?
Thanks.
Is there a way you can flash the Twin Duck firmware using that?
u make some awesome videos man:) keep up the great woork
Hi, I am new to Arduino. Will this also work when using an Arduino Uno, Nano or NodeMCU? Actually, I tested a simple script and converted it to Arduino but the compiler says something about keyboard.h and HID.h and fails to upload the code to my NodeMCU. TIA
I have the same problem...
have you added sd.h and other libarys
very cool!but the parts links are down,unfortunately...
Great work seytonic love youre channel , ive payed in to you crowd funding cant wait for march to get my MalDuino - BadUSB , have you checked out the Adafruit Feather M0 Adalogger it works well and has sdcard built in , but not as fun or cheap as making youre own diy ducky
Only thing that is bothering me is that when you plug it in another pc it starts searching for drivers, and that's not the point of a rubber ducky, do you please have a solution ?
can it be used for Bad Ducky from github ..?
is there a way to save data on the SD card? while it is running like on the USB rubberducky like Flashing the "Usb"
Hey seytonic, I also got a pro micro and the sd card module and I have connected them as shown in the video but for me it is not working. Also, after trying to execute the CardInfo code which is in the Examples section in the arduino IDE, it fails to recognize any SD card. Any ideas?
can you help me with this error?
my settings should be right (Arduino Leonardo as ISP,...)
fatal error: HID.h: No such file or directory
#include "HID.h"
Hey, Buddy is there any way to use SD card as ducky script loader and media storage device for the computer at the same time?
Will you plz send me its diagram for connecting all those things properly... i little bit confused with video...plz help me
Beautiful content! you got my sub
btw i am your 4900'st subscriber -> only 100 to go an you have reached 5k
Dude the link is not working
Can do you do a video to do this with the micro SD card, but with a Teensy 2.0 card ?
Thank !
hi, any way i can make my own SD card reader for use with the pro micro? i have a mini sd to full size sd card reader available but not the module that you used. thanks!
Yep! See here th-cam.com/video/qWFIKnWLaY8/w-d-xo.html
Is it necessary to connect the d4 pin to the cs pin or can I use the d10 pin instead of it? Thanks
I use pin 10 and work.
looking to make this prioject but the description links dont work anymore, can anyone point me to similar materials?
Great video. I only have the Arduino pro micro and have been trying to make code for it all day on Arduino IDE. I failed over and over and am still stuck. I want a code for it that presses control alt delete then releases it and selects shutdown then selects yes for windows 10. I have code where it shuts down computers through CMD but most computers with good security require admin passwords. Can u do something like this??
hey seytonic, really cool video man , but I need your help . I got an arduino pro micro clone (with at32u4) , which doesnt have the same pins . and I still managed to connect the sd card, although the script.txt isn't being executed fully .. just the second line (string) executes , strangely. plz help .
My SD card doesn't work with the arduino, I followed your instructions but when i put the arduino in it doesn't execute the payload on SD card / it only works when the arduino pro mini has the code saved on it but its memory can't hold the android password bypass code on it... So I need the SD card in order for it to execute the payload... I need help!
could you do a tutorial on a payload converter for arduino like: rubberduino or duckduino?
Your ducky script to Arduino converter is missing an exception for space, you can add it by inserting this into the Arduino code:
else if (b.equals("SPACE"))
{
Keyboard.press(' ');
}
P.S. Space didn't work so when I ran my code it renamed every file and folder on my desktop...
Thanks for the heads up, I've added it to the github repo, I don't know of any shortcuts that use space, but its added nonetheless.
Mac user here, cmd + space is a real thing, opens spotlight and all. Btw your videos are fantastic, I went and built myself a rubber ducky yesterday did all the coding and the build and it worked perfectly but this morning I woke up and now I cant access the microSD card somehow, checked all the connections but nothing, think I might have to redo the whole thing.
If you could make some build videos that would be great, I'm no noob to code but I am to circuitry and I think a lot of people need help too.
Thanks man, keep up the good work.
Can you please update the link/website?
Where can I find a very short micro usb to usb cable as you have connected to your board for cheap?
Wait for the update video, there's better solutions.
well this works on the PC where you develope the code but when you try it on another PC it starts to install drivers so this is not very useful I think. (Tried with W7 few PCs)
question ? can it save stuff from the computer to the sd card like an real ducky ?
Unfortunately not at this time :/
damn, great job, we could extend the ducky scripts
The script link not available
Hay bro, Can i make with arduino pro mini ?
+Seytonic please can you write a ducky code which downloads a key logger and emails you the keys they type in every 5 hours or something. Like is you also think he should.
This loads scripts from a micro sd card. But is the maximum script size still the board's max memory? Or can you make a script's size as big as your micro sd card memory?
Can anyone please answer this?
if I already have an arduino uno, can I just buy th SD card reader and test it out?
The uno doesn't have the right microcontroller for the libraries I used.
can i make rubber ducky using arduino uno or arduino nano?
no you can't
can you also run exe files from sd card ?
Seytonic I love your videos and very good ideas with arduino but how could you make it work with keyboard in Spanish
This is so helpful thanks
No easy way to add SD card without this enourmous shield?
Does it work the same if I use an Arduino Pro Mini instead?... I went to buy an Arduino Pro Micro and they said they don't make them anymore....
Pro minis won't work, see the link in the description to find where you can get pro micros.
Hi ... Thank you so much for the response.. Unfortunately, right here where I live is impossible to get the pro micros, yet I read the readme file you include the repository in git and it says the leonardo works with the setup. Would it be the same procedure with the leornardo?... Thank you
You should name it Ruber Modcky. This is by far greater than the original one and it only takes a 3d printer to build a case for it.
Out of all of the possible combinations of rubber ducky with other words you had to choose that.
I prefer the name "USB Scrappy Duck"
Hi, I have a question, how do I steal cookies?
cani i use arduino nano ? instead of pro micro ?
no you can't
my pins on my sdcard moudule are CS, SCK, MOSI, MISO, VCC, GND..... plz help!
what's your problem?
how to copy file from computer to the micro sd card that is present in ardino
The link for the script doesn't work!!!
github.com/Seytonic/Duckduino-microSD
I've ordered a few digispark Attiny85's and have been thinking of how to make this for it, but since I'm new to this I don't get far, would you also try to do this for the digispark?
The digispark doesn't have enough space for a script like this.
Seytonic
My plan is to swap memory over and over to get past that problem, I've already made sure it's technically possible, but I'll see where it goes ;) I'll definitely let you know if/when I get it to work. Sadly it will still be a while before I get the boards, but I'm looking forward to it.
Keep up the great work, I'm loving it!
k ksks I look forward to seeing that you come up with!
Can use Beetle USB ATMEGA32U4 instead arduino pro micro ? and nice video thanks
Theoretically yes.
where is part 2? please give link
Can i also exfiltrate passwords with this?
Hey Seytonic, if I put an .exe file on the micro sd, is it possible to run it with programming in arduino IDE? Or will the micro sd only work with .txt files? Cheers.
will it work with arduino nano pls ans
tnx, but can i use esp8266?????
Keyboard error?
does the sd card appear as a storage device when it is connected to the arduino? I want to do something like how you can transfer files to the sd card on a genuine ducky. or do i have to use a network solution?
This isn't possible in it's current configuration
Seytonic ;(
Hey, i built it but i have a problem with the german language keyboard setting i can not make a string with: Keyboard.print (":");
When i plug it in then it will Start writing:
Ö
Have anyone an idea of fixing it? I know my english is very bad...
What Kind of key can i press to get a colon?
Maybe try with alt codes?
Tell me were to find your desktop image please! Awesome videos
Here you go wallpaperswide.com/moon_orbiting_earth-wallpapers.html
is this also possible with other arduino boards with sd card reader on it?
I haven't tried it with others.
Seytonic okay thnx.
Will this be able to work on android or ios devices?
Yes
Thanks!
When will you upload part 2?
I'm still waiting for my dip switches to arrive, when they do I'll make the video. So perhaps wednesday.
Nice, thanks!
is there any other components that you are going to use in part 2? because I am ordering my 'kit' today. Big thanks!
I'm going to use some dip switches, I'm not sure of which size just yet, but something like this. www.ebay.co.uk/itm/2-4-6-8-Way-DIP-DIL-Switch-PCB-/261803348347?var=&hash=item3cf4b2117b:m:mpAIMPEVHfFp3v5kWIxSqdw
Thank you very much!
this may be random but can you do the same thing with thw lilypad atmega32u4
I don't see why not.
Seytonic ok thanks