Jump to content

Sleven

Active Members
  • Posts

    41
  • Joined

  • Last visited

Everything posted by Sleven

  1. Ordered. Can't wait to get my hands on the MK4. Settling on the MK3 for now. Working on a backpack integration with a home-brew antenna similar to the link. Discrete is always preferred. http://www.hobbyking.com/hobbyking/store/uh_viewItem.asp?idProduct=10896
  2. Thanks for the quick feedback. What is your mAh? Price was a little high for that model
  3. Been awhile since I have posted. Wondering if anyone has came up with a way to launch a meterpreter session via the ducky. Is is possible to execute a payload via the ducky's SD? Similar to the teensy.
  4. Searched the forum and have seen some options to include the battery pack and adapter from digikey. Anyone had any luck with some prefabricated battery packs http://www.amazon.com/New-Trent-iCruiser-IMP1000-Blackberry/dp/B003ZBZ64Q/ref=pd_vtp_e_5. or some solar options. I might be way off or just lazy or both.
  5. Seems the past couple of days I try to load pandora saver/listener it will allow me to open it once but when I open it the second third fourth... it gives me a daily skip limit and will not allow me to play anything. Any help will is appreciated.
  6. You don't have to set up a server you could use your personal wifi router with netcat. You would use your public ip address and a port number above 1024. You will need to forward this port in your router and then listen for that port with netcat. I would suggest using this method for legal purposes.
  7. Looks like I will brush up on my soldering skills putting storage onto a teensy.
  8. Might have to try that. I really wish I could utilize SET on BT5 with the ducky. As far as I know I have to use Teensy software. I maybe wrong. Yes I am a noob.
  9. Is it possible to spawn a VNC session with the ducky? Windows XP and 7
  10. Just ran the same payload no change on a standalone computer and it worked fine. Looks like it doesn't like virtualbox. Anyone want to chime in on why I am curious.
  11. Haven't had time to test it yet so I thought I would ask. Would you need to increase/decrease delay for payloads running through virtualbox? When I enable the device on VM for the lock your computer payload. The lines come out distorted similar to having the baud rate off when you console into a router. Some payloads flat just don't work. Any of your expertise is appreciated. Host: Ubuntu 11.04 VM: Windows 7 and WinXP
  12. This worked. java -jar ./duckencode.jar -i filename -o inject.bin
  13. Now on to my next issue. Any ideas? :~/Desktop$ java -jar ./duckencode.jar -i Lock.txt -o /media/0007-4B18/inject.bin Error with input file! Exception in thread "main" java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:616) at org.eclipse.jdt.internal.jarinjarloader.JarRsrcLoader.main(JarRsrcLoader.java:58) Caused by: java.lang.NullPointerException at Encoder.main(Encoder.java:111) ... 5 more
  14. Some what of a noob to Ubuntu. I am using 11.04 and Sun Java 6 is installed. While in device directory I execute java -jar duckencoder.jar -h. It returns this "Unable to access jarfile duckencoder.jar" After doing some searching I tried to make it executable but it would not let me. I also used the chmod c +x command with the filename with no luck. Any help is appreciated.
×
×
  • Create New...