Jump to content

1bit

Members
  • Posts

    5
  • Joined

  • Last visited

Posts posted by 1bit

  1. I'm back, I found bunny_helpers.sh in my trash (impossible to restore it) so, first i tried to paste it in the /root/udisk/payloads/extensions/ file but the commands

    source bunny_helpers.sh

    and obviously

    GET $TARGET_IP #or any variables

      didn't worked

    so, second solution, i tried to put bunny_helper.sh (and the other files witch where in extensions) in /root/tools/ but it didn't worked either.

  2. hey, i think i have a problem with bunny_helpers.sh, when i try to get a variable like $TARGET_IP it returns nothing on the file here's the test script:

    #!/bin/bash
    LED R
    source bunny_helpers.sh
    GET TARGET_IP
    echo $TARGET_IP >> /root/udisk/loot/ip.txt
    LED G

    (I can't find bunny_helpers.sh on my bunny and i did not find it on the web)

    thanks :p

×
×
  • Create New...