Jump to content

Tassilo

Active Members
  • Posts

    6
  • Joined

  • Last visited

Posts posted by Tassilo

  1. 6 hours ago, PoSHMagiC0de said:

    Pretty much you will loop through so many times to see if it is taking some time for the bunny to issue the IP.  I know I always get a hostname.  IP I don't use but this should work the same.  The LEDs will let you know which part it is checking for and the bunny should open notepad and type out results as it gets them.

    Fantastic, works like a charm, thanks a lot!

  2. I am having trouble using GET TARGET_ID in payloads.

    To verify it's this specific command causing the trouble, I set up this short script:

    ATTACKMODE RNDIS_ETHERNET
    LED STAGE3
    Q DELAY 3000
    GET TARGET_IP
    # Check target IP address. If unset, blink slow red.
    if [ -z "${TARGET_IP}" ]; then
        LED FAIL2
        exit
    fi
    LED FINISH

    and indeed it ends up blinking red. Firmware is 1.3. Any idea? Or is there something wrong in the script?

    Thanks!

×
×
  • Create New...