Jump to content

no42

Dedicated Members
  • Posts

    925
  • Joined

  • Last visited

  • Days Won

    17

Posts posted by no42

  1. with cm_duck.hex you can choose between two key presses (NUM & CAPS Lock) two trigger different payloads (inject.bin / inject2.bin) and still have composite support (but your payload size is reduced to 2KB worth of instructions)

    or use detour duck (m_duck.hex) (CAPS/NUM/Scroll Lock) for three different HID payloads inject.bin/inject2.bin/inject3.bin

  2. You would need to sniff the button press from a USB keyboard using the developer IOUSB package from apple, to find the genuine code.

    to eject from command line:

    hdiutil eject <device>

    Rumor has it the code could be "0x11"

    Try adding "EJECT = 0x11" to keyboard.properties, and patching the ducky encoder source code.

    If you want to try generating a simple inject.bin the binary file would look like the following in a hex editor (hex fiend should be in mac ports)

    11 00
    
  3. I thought pyinstaller was cross platform according to its change log from 1.3

    Add support for cross-compilation: PyInstaller is now able to

    build Windows executables when running under Linux. See documentation
    for more details.

    Source: https://github.com/pyinstaller/pyinstaller/blob/develop/doc/CHANGES.txt

    Update:

    Hmmm, this appears to be dropped in later versions and they advise running under wine.

    I now see your problem.

    You could always try an older version of pyinstaller and see if that works, else I advise filing a ticket (bug ticket) with the pyinstaller team

  4. Actually a microprocessor, It has a small processor (tiny really), and a tiny amount of memory. There isnt a full blown OS like iOS or Android, merely a C program that gives it the instructions to perform.

    If you wanted an iPod to act like a ducky, you would have to hack the firmware.

    What the ducky is .... a re-programmable USB device with an sdcard for external expandable memory.

    Therefore it could be a keyboard, mouse, mass storage or a combination, all limited by the processing and memory capabilities of the current hardware.

    Its a hackable device, and the possibilities are out there!

  5. You probably want to look at (last seasons?) ssh tutorials, you can use SSH as a socks proxy and tunnel all traffic.

    I think thats the easiest and simplest solution.

    If your after something that will work with mobile phones (like iPhone) you really looking at an IPSEC VPN (for best security) look at

    • racoon
    • strongswan
    • i think the pfsense firewall distro can do this? if not I know it can definitely use openvpn(ssl based vpn).

    Otherwise other VPN options are using PTPP http://www.howtogeek.com/51237/setting-up-a-vpn-pptp-server-on-debian/

×
×
  • Create New...