$3 BadUSB

Поділитися
Вставка
  • Опубліковано 2 жов 2024
  • UPDATE VIDEO: • $3 BadUSB | Update Video!
    LINKS TO BUY ALL THE STUFF USED: seytonic.com/2...
    Download arduino IDE @ www.arduino.cc/
    Ducky script converter available @ seytonic.com
    Remember to like comment and subscribe!!! Please leave questions in the comments if you have any.
    ----------------------------------------------------------------------------------------------
    Check out my site: www.seytonic.com
    Follow me on twitter: / seytonic

КОМЕНТАРІ • 496

  • @-pyrosef-
    @-pyrosef- 7 років тому +14

    I did this project and the esp8266 deauther project and they both work perfectly because of you! Gonna have so much fun!

    • @JengoSexo
      @JengoSexo 6 років тому

      I can imagine the Starbucks just fading away

  • @hammadulhaq1640
    @hammadulhaq1640 8 років тому +39

    aaaaand that's how you earn a sub ;)

  • @SaltyViper
    @SaltyViper 8 років тому +53

    Looking forward to new content from you, this is by far the best tutorial for creating your own badUSB/USB rubber ducky I've ever seen

    • @Seytonic
      @Seytonic  8 років тому +6

      Thanks!

    • @SaltyViper
      @SaltyViper 8 років тому +2

      BTW, Gratz on getting top post on the learntohack subreddit in under 24 hours.

    • @FrodoSynthesis
      @FrodoSynthesis 7 років тому +1

      Seytonic You know, there are places where you can get those components much much cheaper, I bought the Arduino, SD card module, a prototype board, DIP switches, the OTG adapter and 10 little buttons just under 6 USD and free worldwide shipping on eBay, if any of you like, I can provide links.

    • @SaltyViper
      @SaltyViper 7 років тому

      Julián Baquero Ive used eBay to buy components in bulk before, a lot of the time they're barely functioning Chinese knock offs. they're usable, but i wouldn't rely on them to work.

    • @Seytonic
      @Seytonic  7 років тому

      xxXSalty_Viper420Xxx I buy most of my stuff from amazon, they're same day delivery is too good. Though if delivery time isn't an issue I'll buy from china, its the same thing just not imported yet.

  • @trueriver1950
    @trueriver1950 3 роки тому +3

    2:29 ...a load of code. You don't need to understand it ...
    This is the epitome of script kiddiness

  • @lilp4p1
    @lilp4p1 8 років тому +2

    To prevent the arduino from executing the script on startup i recommend adding a line like this to you're code before compiling
    pinMode(7, INPUT);

    digitalWrite(7, 1);
    bool buttonState = digitalRead(7);

    if(buttonState == LOW) {

    delay(100000000000000000000);

    }
    just add a cable from gorund to the pin 7 and it will just have a huge delay it will prevent it from executing any code

    • @Seytonic
      @Seytonic  8 років тому

      If you're going to do this, best solder a button on, I wouldn't trust myself not to short the thing lol.

    • @lilp4p1
      @lilp4p1 8 років тому

      haha yeah but if you put a button, technichaly its the same thing as a wire but yeah it would work :)

    • @trax4321
      @trax4321 7 років тому

      Micro switch on Pin 1 VCC Red wire +5 VDC of the USB cable. Plug in. Switch On. You don't have to solder on the PCB.

  • @cuongdiamond_99
    @cuongdiamond_99 3 роки тому +1

    Thank you. Can you tell me what language I need to use when writing to your compiler ?

  • @master_nightmare_
    @master_nightmare_ 8 років тому +9

    The only big advantage I still see with the rubber ducky is that it looks just like a normal USB enabling you to do usb drop attacks. I'd be willing to bet if you left that in a parking lot or near the front door of a target, you would get the bomb squad called rather than the desired result of them taking it and plugging it into their box. Still really cool though and a great video!

    • @hak5
      @hak5 7 років тому +7

      That, and the real USB Rubber Ducky funds Hak5 - a group that has been making free hacker content since 2005. We designed it for these exact social engineering scenarios - hence the generic USB drive case. ~Hak5Darren

    • @master_nightmare_
      @master_nightmare_ 7 років тому +2

      Hak5 preaching to the choir I've bought a handful over the years and I love them and you guys! Keep up the awesome work

    • @NicolastheThird-h6m
      @NicolastheThird-h6m Рік тому

      Nah not really, six years later it still works MOST of the time except not as much as it used to .(Series like Mr Robot created a lot of awareness on that).
      And i would prefer to create my own instead of spending 70$ on a USB stick that i can create.

  • @yusufdomun303
    @yusufdomun303 3 роки тому +3

    Your latest malduino is the same 44 pounds now !

  • @hughhumphris6198
    @hughhumphris6198 5 років тому

    Having so much fun playing with this thank you so much

  • @Hello99955
    @Hello99955 8 років тому +5

    Fantastic video. There are so many people looking to hack USBs to make there own versions of these, this is a life saver

  • @fatman4735
    @fatman4735 5 років тому +1

    DO NOT BUY AN ARDUINO NANO!!! GET THE ARDUINO PRO MICRO!!! I got a nano and it is not capable of being an HID.

  • @thegai8989
    @thegai8989 7 років тому +4

    JackkTutorials sent me I immediately subscribed and I'm going to watch all of your vids. :)

  • @CSKL-h7c
    @CSKL-h7c 2 роки тому +3

    A legend was born.

  • @MichalMonday
    @MichalMonday 7 років тому +3

    thanks a lot! Btw you could add a little switch or button on the input/output pins and add a check in the code to execute only if pressed/switched on. Or add different coloured small leds + 2 buttons and upload multiple options of the keyboard input selectable by one button and executable by the other. This is actually much better than the original rubber ducky xD

    • @Hello-ih4rn
      @Hello-ih4rn 7 років тому

      Or just put a switch on the HID controller for it's power pins

  • @undisclosedben2417
    @undisclosedben2417 6 років тому +2

    When trying to upload I got this error:
    Arduino: 1.8.5 (Windows 10), Board: "Digispark (Default - 16.5mhz)"
    Sketch uses 2810 bytes (46%) of program storage space. Maximum is 6012 bytes.
    Global variables use 106 bytes of dynamic memory.
    An error occurred while uploading the sketch
    Running Digispark Uploader...
    Plug in device now... (will timeout in 60 seconds)
    This report would have more information with
    "Show verbose output during compilation"
    option enabled in File -> Preferences.
    That is a copy of the error message. If someone could help me that would be great thanks.

    • @certified-forklifter
      @certified-forklifter 5 років тому

      did you install drivers? sorry, i don't have any tips
      have a good day

  • @thefakecanadian5117
    @thefakecanadian5117 7 років тому +3

    Thank you so much for this! Arduino micro just arrived today and I got this working in under 2 minutes.

  • @TriDocs
    @TriDocs 7 років тому +3

    Hay can you tell me about the Additional Boards Manager URLs that you used?

  • @35000vr
    @35000vr 7 років тому +2

    How do you prevent the ducky from executing on your own computer when you plug it in?

    • @kaif1016
      @kaif1016 3 роки тому

      You can solder on a button and make a like at the start of the code that makes a while loop if the button is pressed, then hold the button when plugging in

  • @naami2004
    @naami2004 7 років тому +16

    I'm here from Jackk Tutorials ... Good work both of you :)

    • @rolo6484
      @rolo6484 6 років тому

      lol get the fuck out, Jack Tutorials omg ahahaa

  • @LebaneseLizard
    @LebaneseLizard 7 років тому +2

    i do I put it together, i just bought all the components, and realized you dont have a tutorial on how to put it together?

  • @infinitemtg7706
    @infinitemtg7706 8 років тому +4

    This channel will grow very fast, keep up the good work!

    • @Seytonic
      @Seytonic  8 років тому +5

      Thanks! I really hope so.

    • @infinitemtg7706
      @infinitemtg7706 7 років тому

      ^^ np man,
      But I need your help :P
      I bought an arduino but when I connect it to my pc it doesnt pop up , even if I go to control panel and device manager...
      Any ideas?

    • @sadsmiley120
      @sadsmiley120 7 років тому

      I think you need to buy a new one. They aren't that good quality, that's why they are so cheap. I could be wrong tho

    • @infinitemtg7706
      @infinitemtg7706 7 років тому

      RexiiFX thx for the reply man, it turned out that I was using a usb charging cable instead of data cable....

  • @jaybk
    @jaybk 8 років тому +14

    Hey, nice video. You should include a link in your description for the Arduino pro micro, and whatever else you used. In the future just include links to everything you needed/used in the video.

    • @Seytonic
      @Seytonic  8 років тому +8

      Good idea, I'll do that now.

    • @juliavanderkris5156
      @juliavanderkris5156 8 років тому +7

      Seytonic Is the USB cable included?

    • @eternalisspirit9794
      @eternalisspirit9794 7 років тому

      Same here, can we have 'cable tutorial' ? :/

    • @Seytonic
      @Seytonic  7 років тому +4

      Eternalis Spirit See the update video I did on this.

    • @anonymoushacker8983
      @anonymoushacker8983 7 років тому +3

      hey seytonic, I just purchaced a pro micro arduino but the port isnt showing up. Can you please help?

  • @Pianonymouz
    @Pianonymouz 7 років тому +2

    Nice video man! Keep up the work! A question tho, what payload did you use to demonstrate shown at 00:58 ? Thanks

  • @immortalradish9543
    @immortalradish9543 8 років тому +3

    Great video, I have been looking for a cheap alternative to the rubber ducky for ages. The site you linked had 30-50 days delivery time to the UK but it is available for a little more on Amazon Prime.

    • @SuperCheesehead11
      @SuperCheesehead11 8 років тому

      you got a link bruh ?

    • @immortalradish9543
      @immortalradish9543 8 років тому

      www.amazon.co.uk/KOOKYE-ATmega32U4-arduino-Leonardo-ATmega328/dp/B019SXN84E/ref=sr_1_1?ie=UTF8&qid=1478988034&sr=8-1&keywords=arduino+pro+micro

  • @fuckyeahnigge
    @fuckyeahnigge 7 років тому +4

    wish i knew about this several months ago before spending that 45 bucks, FUCK :P

  • @revanthkumar5807
    @revanthkumar5807 2 роки тому +1

    Can u give me the link of the bad usb because in discription i am not finding

  • @Seytonic
    @Seytonic  7 років тому +30

    See this update video: ua-cam.com/video/fnplzZByaE4/v-deo.html

    • @Hello99955
      @Hello99955 7 років тому

      I've selected the board called Arduino/Genuino Micro but it has to install the driver each time before use on a new PC. Is this normal?

    • @Seytonic
      @Seytonic  7 років тому

      What OS is running on the PCs you plug it into?

    • @nerxit4751
      @nerxit4751 7 років тому

      I'm having the same issue on Windows, if that helps.

    • @Seytonic
      @Seytonic  7 років тому

      Which windows version?

    • @nerxit4751
      @nerxit4751 7 років тому

      7. Also running my own version on a Adafruit Trinket, but that seems to not be the issue

  • @DonyBit
    @DonyBit 7 років тому +3

    It says :' Keyboard not found. Does your sketch include '##include '?
    What should i do ?

    • @DonyBit
      @DonyBit 7 років тому

      chiva kindt I get it. Essentially, this library work only on specific microprocessors, the arduino leonardo's one and the micro. For this reason it doesen't work :(

    • @SaltyViper
      @SaltyViper 7 років тому

      i think it can be done on an uno from what I've seen, you just need to code it yourself in c++ as the uno has a different library that performs the same function if im not mistaken.

    • @viksa535LOL
      @viksa535LOL 7 років тому +2

      Yo, I had the same problem as you, found a way to resolve it. Go to /Tools/ and go to boards and chose Leonardo. Then if you dont have COM10, pick COM9 or COM11 (both woked for me). Hope this helps

  • @casiquekibra
    @casiquekibra 7 років тому

    I don't get one thing.. If the Arduino is all you need, why the Digispark module? What does that do?

  • @noahlunberry
    @noahlunberry 6 років тому +2

    Every script I try it says ‘Keyvoard’ not found. Does your sketch include line’#include ’?’ What do I do??????

  • @eula9
    @eula9 7 років тому +2

    how do you actually put everything together? like it comes in 4 parts, but how do you assemble them all together?

    • @anikami6240
      @anikami6240 6 років тому

      You don't put anything together. what he shows is just the promicro board with a usb cable attached nothing else.

  • @LeoTakacs
    @LeoTakacs 7 років тому +1

    Very cool, but how would you go about starting and connecting to a reverse shell if you don't know the victim machine's IP address (I mean a local IP address, of course). Couldn't yo scan all IP address on the network for whatever port you specified?

    • @Seytonic
      @Seytonic  7 років тому +6

      The whole point of a reverse shell is that the victim connects to you. So you only have to know your ip address/port.

    • @LeoTakacs
      @LeoTakacs 7 років тому +2

      Totally forget. I guess I'm thinking reverse shell is a rouge ssh server or something. Thanks so much!

  • @nickldominator
    @nickldominator 7 років тому +1

    BTW, If you hold the the button on the board (RESET), it will prevent the sketch(the code) from running. It will be held in the boot-loader stage until released. If there is no button, you can solder a small button on the RST pin to a GND pin.

  • @PhillipBrown12
    @PhillipBrown12 7 років тому

    I have a snag. "
    exit status 1
    'Keyboard' not found. Does your sketch include the line '#include '
    I do it just like you did.???????

    • @Seytonic
      @Seytonic  7 років тому

      Select the correct board under 'tools'

  • @adriansierramartinez7516
    @adriansierramartinez7516 6 років тому

    hello, i have a question, there are some ducky Payloads that when i try to compile in ducky.js its say that an error have happen, and other question that i have its what can we do about de micro sd that an original rubber ducky have

  • @kevman8335
    @kevman8335 7 років тому

    DUCKY_TEST:62: error: 'KEY_LEFT_ESC' was not declared in this scope
    Keyboard.press(KEY_LEFT_ESC);
    ^
    exit status 1
    'KEY_LEFT_ESC' was not declared in this scope
    HELP.

  • @nik4321las
    @nik4321las 6 років тому

    Is this working with any micro controller? Or does it have to have some special chip on it? Will STM8S103F3P6 STMicroelectronics this work for example? Really like your videos btw... :D

  • @samrafiei3568
    @samrafiei3568 7 років тому +1

    when i'm uploading the scipt to the arduino it gives me an error saying that 'Keyboard' not found. Does your sketch include the line '#include '?, and it does inclue the #include

    • @Seytonic
      @Seytonic  7 років тому

      Make sure your settings are correct.

    • @samrafiei3568
      @samrafiei3568 7 років тому

      Seytonic the setting is right, i have a arduino nano ATMEGA 328

    • @Seytonic
      @Seytonic  7 років тому

      Which is not the right arduino, you need an atmega32u4.

    • @samrafiei3568
      @samrafiei3568 7 років тому

      Seytonic i figured.im just gonna buy a new one

  • @PedrinbeepOriginal
    @PedrinbeepOriginal 7 років тому +12

    For the people with another Keyborad than English, now you can download de Sketch from Dckuino.js selecting another keyboard language layout like FR or ES. Please add the github from Thecakeisgit for recognition their work. Thanks and good vid.

    • @Hello99955
      @Hello99955 7 років тому

      Do you have a link please?

    • @PedrinbeepOriginal
      @PedrinbeepOriginal 7 років тому +2

      github.com/Thecakeisgit/LocaleKeyboard.js

    • @DiegoSepu95
      @DiegoSepu95 7 років тому

      How do i install this in Arduino? i want to use spanish keyboard layout.

    • @PedrinbeepOriginal
      @PedrinbeepOriginal 7 років тому +2

      Supongo que hablaras castellano. Simplemente usa el script online, donde primero pones el código en formato Rubber Ducky y automaticamente te lo pasa a processing de Arduino. Cuando le das a "Download sketch" te incluye el archivo para que cambies el Locale keyboard por el idioma que decidiste.
      nurrl.github.io/Dckuino.js/

    • @DiegoSepu95
      @DiegoSepu95 7 років тому

      Pedrinbeep aaa gracias! y como se cambia el locale keyboard??

  • @Duzkek
    @Duzkek 8 років тому +2

    Science

  • @lukakerr9529
    @lukakerr9529 7 років тому

    Looking for Mac OSX Scripts to use with your $3 rubber ducky? Look no further - github.com/LukaKerr/Arduino-USB-Rubber-Ducky-Scripts-MacOSX

  • @smirko5714
    @smirko5714 6 років тому

    This doesnt work for me, if I put the script on my arduino it just randomly opens other programms like the calculator instead of the cmd. Please help me. BTW im from Germany, because i think the keyboard layout is the problem. Thanks in advance :)

  • @kaelstarwynd9063
    @kaelstarwynd9063 7 років тому +2

    Also, thanks for the ducky converter!

  • @fatman4735
    @fatman4735 5 років тому

    DO NOT BUY AN ARDUINO NANO!!! GET THE ARDUINO PRO MICRO!!! I got a nano and it is not capable of being an HID.

  • @fatman4735
    @fatman4735 5 років тому

    DO NOT BUY AN ARDUINO NANO!!! GET THE ARDUINO PRO MICRO!!! I got a nano and it is not capable of being an HID.

  • @fatman4735
    @fatman4735 5 років тому

    DO NOT BUY AN ARDUINO NANO!!! GET THE ARDUINO PRO MICRO!!! I got a nano and it is not capable of being an HID.

  • @fatman4735
    @fatman4735 5 років тому

    DO NOT BUY AN ARDUINO NANO!!! GET THE ARDUINO PRO MICRO!!! I got a nano and it is not capable of being an HID.

  • @HiHi-sl9lw
    @HiHi-sl9lw 7 років тому

    Hi! I just bought the chip and it works fine at first, but after that, there's no available ports, i have tried every usb port on my laptop but none of them works, i have chose the right board but there's no port i can choose. Please help

  • @rodregougghwhy873
    @rodregougghwhy873 7 років тому

    Hey how do you remove script from this? Like I put some script on it today but it was wrong now I can't upload anymore script help!

  • @broodrooster_bas
    @broodrooster_bas 7 років тому

    Dear Seytonic, when i try to compile any script with your dckuino.js site the IDE software says that i hasnt found a keyboard. Is there a way to fix that issue?

  • @nameno.34566
    @nameno.34566 7 років тому

    I just got my arduino pro micro in the mail today. I can't seem to get ANY script to work. I always get an error saying there is a stray $ or stray /. I have the arduino leonardo selected also. and the right port is selected. But i still keep getting an error no matter what i do! Please help!

  • @appa2368
    @appa2368 4 роки тому

    Hey, one thing if you pull out a USB without ejecting it well it CAN corrupt your data and then your gonna have to reformat it and start over.

  • @prototype9000
    @prototype9000 4 роки тому

    You know you can make it so the terminal runs in the bacrounf and does not popup on the screen

  • @thecreator2473
    @thecreator2473 4 роки тому

    Assuming you Upload code which say shuts down your computer or deletes c:/ and then decide you want to change the code on it, plug the Pro-micro in whilst the computer is on the lock screen, that way when the script runs, it wont be able to access GUI or CMD right? or will it run again when you log in?

    • @caffeine4687
      @caffeine4687 3 роки тому

      I would assume it would only run again if it is looped

  • @david1vo
    @david1vo 7 років тому +1

    Does the micro usb to usb A has to be OTG or does a normal cable work too?

  • @brockboydmills4227
    @brockboydmills4227 7 років тому

    what are the limitations to ducky scripts? the only use i have for a usb rubber ducky is i have made a few a payloads on autohotkey that i have converted and i want my usb to autorun those codes

  • @exzm2580
    @exzm2580 7 років тому

    +Seytonic sorry about this stupid question but when you plugged in the usb in windows how did that thing popped up on Linux?

  • @Fr0st3h
    @Fr0st3h 7 років тому

    I just got mine. Is there any way i can solder on a MicroSD thing and use the stuff on the micro SD. if there is il make a case for the USB and store everything in there

    • @Seytonic
      @Seytonic  7 років тому

      See my recent videos.

  • @double-a-ron5311
    @double-a-ron5311 7 років тому

    Because you have headers on your arduino, what if you program into your template that when you have for example pin 1 to gnd, the script doesn't run?

    • @Seytonic
      @Seytonic  7 років тому

      Yes, you could do that to prevent the script form running when you plug it into your computer to program it.

  • @HackingTrickzz
    @HackingTrickzz 7 років тому

    dckuino.js is not working ..unable to convert ducky scripts to arduino

  • @SaurabhBadhwar
    @SaurabhBadhwar 7 років тому +1

    hi there, I have a Arduino nano v3.0 ATmega328 Microcontroller.. will that work instead?

    • @Seytonic
      @Seytonic  7 років тому +2

      The libraries used here need an atmega32u4

    • @AshishVerma_Awesome
      @AshishVerma_Awesome 7 років тому

      Saurabh Badhwar atmega328 doesnt support HID that is supported by Atmega32u4 but you can get a Vbus on atmega 328 i recommend to boy arduino mini and use that with vbus code you will also gona need a few zener diode and resistor and usb jack thats it now you xan do all those steps done in these video it will be much smaller and cheaper it can even fit inside a moserbear like usb pendrive case best of luck and to know how to use vbus on atmega 328 you can find taht on youtube very easily and dont forget to add button so when you hold the button while plugging the whole setup it will go in infinite empty loop and never excute the keyboard hid command

  • @ramiroseltzer5278
    @ramiroseltzer5278 7 років тому +1

    So, i have some questions about this although I find it one of the best tutorial i've ever seen.
    1) What if you have an antivirus, is this device detectable? Or isn't it? I guess this isn't because it's recognized for the PC as a keyboard.
    2) If I get in the rubber ducky page where you generate the scripts, is it functional for this?

    • @ramiroseltzer5278
      @ramiroseltzer5278 7 років тому

      3) Do I have to be in the same network to recieve the data caught by my device?
      4) Is this ATmega or arduino 1.2-5-10 pcs? That's all :D

    • @privateger
      @privateger 7 років тому

      Fire Dorito Cant answer 4, but amyways:
      1: No, undetectable. Its sinply impossible for Antivirus to scan keyboards.
      2: Yes
      3: If you use Port Forwarding no, if you dont yes.

  • @RR-cv2lt
    @RR-cv2lt 7 років тому

    can you show how to do the same procedure using otg cable or something taking android stored passwords?

  • @Emily-fm7pt
    @Emily-fm7pt 4 роки тому

    2:29 its waiting before you put in the delay automatically so the delay at the begining is optional

  • @yourm0m1
    @yourm0m1 6 років тому

    So this will only work on computers with the Arduino drivers installed on it, right?

  • @julianchristopher4932
    @julianchristopher4932 7 років тому

    when i try to compile the code into the arduino it gives me this error
    Arduino: 1.6.13 (Windows 10), Board: "Arduino/Genuino Uno"
    In file included from C:\Users\UNKNOWN\AppData\Local\Temp\arduino_modified_sketch_60009\sketch_dec20a.ino:5:0:
    C:\Program Files (x86)\Arduino\libraries\Keyboard\src/Keyboard.h:29:2: warning: #warning "Using legacy HID core (non pluggable)" [-Wcpp]
    #warning "Using legacy HID core (non pluggable)"
    ^
    C:\Users\UNKNOWN\AppData\Local\Temp\arduino_modified_sketch_60009\sketch_dec20a.ino: In function 'void typeKey(int)':
    sketch_dec20a:9: error: 'Keyboard' not found. Does your sketch include the line '#include '?
    Keyboard.press(key);
    ^
    C:\Users\UNKNOWN\AppData\Local\Temp\arduino_modified_sketch_60009\sketch_dec20a.ino: In function 'void setup()':
    sketch_dec20a:18: error: 'Keyboard' not found. Does your sketch include the line '#include '?
    Keyboard.begin();
    ^
    exit status 1
    'Keyboard' not found. Does your sketch include the line '#include '?
    This report would have more information with
    "Show verbose output during compilation"
    option enabled in File -> Preferences.

    • @Seytonic
      @Seytonic  7 років тому

      Check your settings.

  • @aidenn
    @aidenn 7 років тому

    Hello! I want to buy one of these but i dont want to wait 60 days for it to get here, so i was going to buy one off of amazon. If i do that would i have to sodder the prong things (idk what there called) to the chip?

    • @SaltyViper
      @SaltyViper 7 років тому

      The pins are only there for plugging it into a breadboard, so if you aren't going to be prototyping circuits then you have nothing to worry about.

  • @marcus114455
    @marcus114455 7 років тому

    What do i do if i use Norwegian keyboard. The Arduino writes wrong character.

  • @Jacespace23
    @Jacespace23 7 років тому

    why would anyone want to make a usb killer? is there any benefits??

  • @RiktigMusik
    @RiktigMusik 6 років тому +3

    Seytonic Where can I donate too you, I’ve Subbed, like all your videos, bought the deauther, and I some tips for feature products don’t know if ur interested. U have a PayPal or a patreon? Love your work want to support, I added you on snap!

  • @unicodefox
    @unicodefox 7 років тому

    the fact that you plugged it to the usb port on the left triggers me

  • @ooxoox176
    @ooxoox176 6 років тому

    can you give the script that you you use un the video for hacking the system

  • @jonaspfeifhofer8815
    @jonaspfeifhofer8815 7 років тому +1

    I bought the arduino atmega32u4 leonardo but when i plug it into my pc Windows 10/8/7 doesnt recognize it and in the IDE i cant choose a port!?
    can someone help me? :)

    • @Seytonic
      @Seytonic  7 років тому +1

      Do the lights light up on the arduino? If not its faulty. If they do then see if it shows up in device manager, if not then try on a different computer. Maybe try reinstalling the arduino ide.

    • @jonaspfeifhofer8815
      @jonaspfeifhofer8815 7 років тому +1

      yes it ligths up, but im the device manager it doesnt show like a arduino leonardo, theres written unknown device...
      I tried it on a few PCs only with the portable IDE (doesnt matter?) but i dont think the pc is the prpblem... I read a method with resetting the bootloader...?

    • @huynh1290
      @huynh1290 6 років тому

      check your cable and dont flash your phone

  • @Talinbene
    @Talinbene 6 років тому

    Could you use an Arduino BadUSB Beetle? Also, is there any extra code needed, to configure it, or do you just paste the Arduino IDE. On Hak5 what they did was they saved files onto the Rubber Ducky itself. Can this do that? Do you need to have the pins soldered on?

  • @mmmm768
    @mmmm768 8 місяців тому +1

    You sound like Tom Stanton.

  • @oskarzimmerman4829
    @oskarzimmerman4829 7 років тому

    Where did you buy the rest of the equipment?

  • @pwnieluvr8948
    @pwnieluvr8948 7 років тому

    Can I please plug this weird looking shit into your computer?

  • @askekoed2380
    @askekoed2380 7 років тому

    How do you change the laungage from English to Danish on the arduino?

  • @DragXGaming
    @DragXGaming 7 років тому

    How does this thing work, why can't I just make a flash drive run on plug in and run whatever I want

  • @PlanetGam3s1
    @PlanetGam3s1 7 років тому

    Do you Need to install the Driver at the victim Computer first or is it like the Rubber Ducky that it can be plugged in and start the attack? :)

    • @Seytonic
      @Seytonic  7 років тому

      No need for drivers on the victim side of things.

  • @ugolapa7954
    @ugolapa7954 7 років тому

    Shows us some ducky script that takes passwords and saves them to the maldunio

  • @RR-cv2lt
    @RR-cv2lt 7 років тому

    I am still confused with the adapter cable, what is that we connect in that arduino port? What is it called .. and that thing after connecting to arduino port can be directly connected in USB port.. or is there something in between them also. ? Please reply

    • @Seytonic
      @Seytonic  7 років тому

      See the update video I did on this ua-cam.com/video/fnplzZByaE4/v-deo.html

  • @kaelstarwynd9063
    @kaelstarwynd9063 7 років тому

    I've been telling people to use these instead of duckies for months now. Not only can you buy like 20 of them instead of one ducky, but they're more versatile as well. Sure they require a bit more knowledge if you want to add microSD card support, but that's half the fun. Not to mention Hak5 is ripping everyone off. Their pineapple can be made for a 1/4 of their price. Their gearpacks can be individually bought for soooooo much cheaper than they advertise and they use some of the worst companies to produce their equipment.

  • @unknown_channel_name
    @unknown_channel_name 7 років тому

    once we have all this shown in the video how we will be able to know the actual password ?

  • @lewisw5048
    @lewisw5048 7 років тому

    What language does this use ? (After being converted)

  • @sacc6629
    @sacc6629 7 років тому

    I really want a rubber duck i know how powerful it is but if I buy it for 3 dollars I only have to program it i don't have to buy a chip or what?

    • @SaltyViper
      @SaltyViper 7 років тому

      If you get the same board has Seytonic its just a matter of plugging it into your computer, copy pasting your scripts into the converter, then right into the arduino IDE and clicking upload.

  • @Gaster_Master-ep6ef
    @Gaster_Master-ep6ef 3 роки тому

    Where is your complier on your website? i cant find it :(

  • @kawi4nia599
    @kawi4nia599 7 років тому

    If your pullout game is weak you are going to fuck your shît up

  • @PhillipBrown12
    @PhillipBrown12 7 років тому

    hi again. I have an issue. have the drivers installed but it says keyboard not found.
    Arduino: 1.8.3 (Windows 10), Board: "Arduino Pro or Pro Mini, ATmega328 (5V, 16 MHz)"
    Build options changed, rebuilding all
    In file included from C:\Users\pb552\Documents\Arduino\sketch_jul10b\sketch_jul10b.ino:5:0:
    E:\Arduino\libraries\Keyboard\src/Keyboard.h:29:2: warning: #warning "Using legacy HID core (non pluggable)" [-Wcpp]
    #warning "Using legacy HID core (non pluggable)"
    ^
    C:\Users\pb552\Documents\Arduino\sketch_jul10b\sketch_jul10b.ino: In function 'void typeKey(int)':
    sketch_jul10b:9: error: 'Keyboard' not found. Does your sketch include the line '#include '?
    Keyboard.press(key);
    ^
    C:\Users\pb552\Documents\Arduino\sketch_jul10b\sketch_jul10b.ino: In function 'void setup()':
    sketch_jul10b:18: error: 'Keyboard' not found. Does your sketch include the line '#include '?
    Keyboard.begin();
    ^
    exit status 1
    'Keyboard' not found. Does your sketch include the line '#include '?
    This report would have more information with
    "Show verbose output during compilation"
    option enabled in File -> Preferences.

    • @Seytonic
      @Seytonic  7 років тому

      You need to select the correct board under 'tools'', so pro micro.

    • @antimediosdecomunicacion9162
      @antimediosdecomunicacion9162 6 років тому

      Seytonic When I connect it to other computers, it does not detect the drivers.

  • @luiscraftpt3753
    @luiscraftpt3753 7 років тому

    Can I use a Arduino micro instead of Arduino Pro micro or any Arduino device ?

  • @oscarmonlas7067
    @oscarmonlas7067 7 років тому

    So, this is pretty much a malduino?

  • @anass8383
    @anass8383 7 років тому

    seytonic
    I have a problem with my arduino micro , it worked nromaly for weeks ,after that ;the pc(that run wind7) does not detect it anymoree !!! also wind xp.
    any ideas !!!

  • @TheRegretedURL
    @TheRegretedURL 6 років тому

    Technically $6 us lol or $7.74 canadian, but much cheaper and smaller, thank you so much!! :)

  • @LvcasX1
    @LvcasX1 7 років тому

    Can i do it with an arduino nano? Really amazing video!

  • @michaelohana2485
    @michaelohana2485 8 років тому +1

    dude thanks subed, liked!! Can you make a vid on how to physically make it -thanks

    • @Seytonic
      @Seytonic  8 років тому +1

      +Pingu assuming you're talking about the cable, I just stripped a normal micro usb to usb cable cut a section out the middle then resoldered it back together.

    • @michaelohana2485
      @michaelohana2485 8 років тому

      Okay thanks :)

  • @sadsmiley120
    @sadsmiley120 7 років тому

    Does anyone know what the Arduino pro micro use: Micro USB A, B or C? Prob a stupid question but oh well.

    • @SaltyViper
      @SaltyViper 7 років тому +1

      Micro USB Female Type B, same as android phone chargers
      Micro USB Type A is almost never used
      Micro USB Type B is the modern micro USB that most android phones use for charging.
      Micro USB Type C is the newest of new form of micro USB that some manufacturers are starting to use in place of type B.

    • @sadsmiley120
      @sadsmiley120 7 років тому

      xxXSalty_Viper420Xxx Okay, thank you so much

  • @alphajohn2276
    @alphajohn2276 6 років тому

    Hello. Will a Phison 2251-67 chip work ?

  • @salirezakm
    @salirezakm 7 років тому

    More like wickedUSB [evil laugh]

  • @sem8776
    @sem8776 6 років тому

    Can't you use an Android phone as an bad usb? Maybe with root