Jump to content

ascorbic

Active Members
  • Posts

    129
  • Joined

  • Last visited

  • Days Won

    1

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

ascorbic's Achievements

Newbie

Newbie (1/14)

  1. Without VPN, clients connect to the pineapple, through a computer via ICS, to the internet {Internet} <--- {Computer} <--- {Pineapple} <--- {Clients} What I want is -------------{VPN} V ^ {Internet} <--- {Computer} {Pineapple} <--- {Clients} So all pineapple client's traffic will route to the internet through a VPN.
  2. Is it possible for the pineapple to connect to a VPN and route all traffic through the VPN (via ICS or 3G). I would like to isolate all pineapple traffic.
  3. Does "STRING_DELAY 50 %userprofile%\a.bmp" actually work? STRING_DELAY is ment to be a global setting like DEFAULT_DELAY. 50 seems too high of a number, In my testing STRING_DELAY of 1 worked great. Much higher was too slow. Here is an example http://www.iducke.com/Encoder/IDE/44 In that example, using "STRING_DELAY 1" is exactly the same as if you did STRING t DELAY 1 STRING h DELAY 1 STRING e DELAY 1 STRING q DELAY 1 STRING u DELAY 1 STRING i DELAY 1 STRING c DELAY 1 STRING k DELAY 1 STRING b DELAY 1 STRING r DELAY 1 STRING o DELAY 1 STRING w DELAY 1 STRING n DELAY 1 STRING f DELAY 1 STRING o DELAY 1 STRING x DELAY 1 STRING j DELAY 1 STRING u DELAY 1 STRING m DELAY 1 STRING p DELAY 1 STRING s DELAY 1 STRING o DELAY 1 STRING v DELAY 1 STRING e DELAY 1 STRING r DELAY 1 STRING t DELAY 1 STRING h DELAY 1 STRING e DELAY 1 STRING l DELAY 1 STRING a DELAY 1 STRING z DELAY 1 STRING y DELAY 1 STRING d DELAY 1 STRING o DELAY 1 STRING g
  4. If you use iducke.com you can specify a string delay. http://www.iducke.com/About/Features
  5. This sounds like an intersting idea. Once the new firmware is released iducke.com will need to be revamped. I will add this feature with that rerelease.
  6. The current version of the encoder does not allow you to slow down the keystrokes, but the online encoder does by setting a string delay. So it is just like the normal DELAY command. There are no tutorials for actual programming of the firmware at the moment. Once the firmware source is released you will be able to though.
  7. The ducky script to do this was posted on the payloads page with the release of the wiki http://www.usbrubberducky.com/wiki/doku.php?id=payloads
  8. I would hold off until the latest firmware is released, there will be a lot of improvements. I have no idea, but I imagine the current binaries will not be compatable with the new firmware. If you want to get a head start, pass the current encoder through a decompiler such as http://java.decompiler.free.fr/ I wrote my own encoder with the same method.
  9. At the moment the ducky is not a mountable device. You will need to use a USB MicroSD Card Reader or some other method to move your inject.bin to the card.
  10. I think it would be nice to have access to the mouse, however the only practical use for it I can think of at the moment is periodically moving it to prevent the screen saver from turning on. I guess the keyboard arrow keys could also do this but I think a user is less likely to notice the mouse jumping around a bit as that can be "normal". So low priority.
  11. I added a KEYBOARDLAYOUT command to iducke.com but I am not sure how to test this out on my yankee computer. Can someone test this out? http://www.iducke.com/Encoder/IDE/r
  12. At the moment the firmware does not provide the option to move the mouse. However, you can do this easily enough with keyboard shortcuts. Here is an example http://www.iducke.com/Encoder/IDE/p
  13. I think in a later firmware release, or sometime after the source code is posted, there will be the ability to have the ducky act as a com port which can send and receive data. THe ducky would then write to storage.
  14. As a HID Device I don't know what the options are for detecting the OS, however on the planned features page on the wiki there is a feature which mentions there will be the possibility to deliver more than one payload by pressing the button after the ducky is inserted. You could have a payload for each OS you want to target.
  15. Take a look at the screen shot you posted. Right before the first CONTROL Z you can see the VBScript for decover.vbs did not finish being copied. Here is the last line STRING binaryStream.Open:binaryStream.Write bytes:binaryStream.SaveToFile file, 2:End Sub The output was only STRING binaryStr This could have happened because something took focus away from the command prompt. Or, what I have been seeing in my testing is sometimes the ducky pushes strings out too quickly and the machine receiving them can't keep up. I added a STRING_DELAY which will slow down the output of strings to iducke.com, give this script a try. http://www.iducke.com/Encoder/IDE/b
×
×
  • Create New...