Jump to content

GitGitBunny

Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by GitGitBunny

  1. Yeah i know that the script works >_<! it is the new file that is being created with Notepad++ that cannot be read for some reason.
  2. #!/bin/bash function BLABLA() { LED FINISH } export -f BLABLA Stored above to a new file blabla.sh in extensions folder. #TESTSCRIPT LED STAGE1 BLABLA Tried the payload.. did not work when saving it as a new file. I think it is a file format issue. When copying run.sh, renaming it to blabla.sh and typing above code, script works and led goes green.
  3. I actually think i found out what the problem is.. and seem to be able to reproduce the problem as well. I did some testing and came to the following conclusion: When creating a new file in Notepad++ (W7) and storing it on the BB, calling the function won't load it. However.. if i copy the original run.sh file, rename it to whatever and typing the script in this file (explicitly typing, so no copying), it works. I'll add this finding to the github, maybe hak5 can do a root cause analysis.
  4. I also posted this on the github. Hi! I'm experiencing some issues with the extensions and i dont really know what i'm doing wrong.. According to the documentation of the bash bunny i can just invoke the commands but that leads to no results. ./payloads/switch1/payload.txt LED Y FOLDER ./payloads/library/extensions/folder.sh function FOLDER() { LED G } The led won't turn green. I also tried to do a RUN instead.. also not working. Anyone else have an idea?
×
×
  • Create New...