Jump to content

RazerBlade

Active Members
  • Posts

    216
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by RazerBlade

  1. RazerBlade

    Anti-Virus

    Someone has suggested to use Unicorn: https://github.com/trustedsec/unicorn To avoid AV. Something people can also try is to incorporate Nishang/ Powersploit AV bypass by encoding the payload. Read-Only storage is coming I think in the next firmware which will block AV from removing the files.
  2. I solved by using DUCKY_LANG us and NOT DUCKY_LANG=us. Also make sure you have copied all langues files over to the bunnys language folder. Make also sure you don't have QUACK in front of the language you are choosing.
  3. Solved the problem! When setting the language in the attack don't use DUCKY_LANG=us, it should instead be DUCKY_LANG us. That was causing the confusion. It would be great if you guys at Hak5 would update the readme in the docs and also the wiki.
  4. Hello! I have run into a problem on the new 1.1 Firmware for the BashBunny! The problem is that I am not able to use a diffrent keymap than US, in this case SE. Before you sat the languages by QUACK SET_LANGUAGE se but know according to the new readme in the docs folder you set the languages by DUCKY_LANG=us. With and without QUACK in front of it I don't get it to work. I have copied all the .json languages files from ducky installer to the languages folder, maybe the problem is that I have not installed the languages files correctly. Help would be appreciated.
  5. d.cmd, e.cmd anv i.vbs should all be in the same switch folder as payload.txt. Also make sure you have set your Bunnys language correctly
  6. I don't really understand how the new ducky Language selection works. If I am correct you set the language by From the previous I have moved all the languages files from ducky install to the newly created languages folder on the bunny but I still can't get the bash bunny to accept Swedish keyboard. Any help would be appreciated. I have also tested to move the ducky_install to the tools directory to install them that way but still no succes
  7. This is some next level stuff. I think the only way to do that is by opening it and hence void its warranty
  8. You didn't answer my question, where are u from?
  9. Ehm... Why are you planning to do a hacking demonstration if you don't have know to make the payloads by yourself. But I guess you should check out the github and try to combine multiple payloads. What country are you from BTW?
  10. Hi! I wonder if someone is working on to make the Bunny act like a cd/u3 drive to autorun executables for instance. If not, when can we expect it to support it?
  11. Please read the wiki before you start. This is really basic and you still mess it up.
  12. If you go into the bunny via serial and mount udisk and then run souce bunny_helpers.sh does it output errors? Check if bunny_helpers is encoded as DOS and if, then change the line coding to unix.
  13. Found the problem. Bunny_helpers.sh was encoded as DOS line ending and not unix format. Problem solved!
  14. I ran source bunny_helpers.sh via serial and it outputs this: root@bunny:~/udisk/payloads/library# source bunny_helpers.sh -bash: $'\r': command not found : No such file or directoryases -bash: command substitution: line 19: syntax error near unexpected token `|' -bash: command substitution: line 19: ` | sort | uniq | tail -n1 | sed "s/^[ \t]*//" | sed 's/\"//g' | sed 's/;//'' -bash: $'\r': command not found -bash: $'\r': command not found -bash: bunny_helpers.sh: line 25: syntax error near unexpected token `$'{\r'' 'bash: bunny_helpers.sh: line 25: `check_switch() { If i run: cat /sys/class/gpio_sw/PA8/data cat /sys/class/gpio_sw/PL4/data cat /sys/class/gpio_sw/PL3/data It outputs the correct data and if I remove the check switch bracket in the beginning of bunny_helpers so the script looks like this: #check_switch() { switch1=`cat /sys/class/gpio_sw/PA8/data` switch2=`cat /sys/class/gpio_sw/PL4/data` switch3=`cat /sys/class/gpio_sw/PL3/data` echo "--- switch1 = $switch1, switch2 = $switch2, switch3 = $switch3" if [ "x$switch1" = "x0" ] && [ "x$switch2" = "x1" ] && [ "x$switch3" = $ SWITCH_POSITION="switch1" elif [ "x$switch1" = "x1" ] && [ "x$switch2" = "x0" ] && [ "x$switch3" $ SWITCH_POSITION="switch2" elif [ "x$switch1" = "x1" ] && [ "x$switch2" = "x1" ] && [ "x$switch3" $ SWITCH_POSITION="switch3" else SWITCH_POSITION="invalid" fi #} Then the script just spews out problems -bash: $'\r': command not found : No such file or directoryases -bash: command substitution: line 19: syntax error near unexpected token `|' -bash: command substitution: line 19: ` | sort | uniq | tail -n1 | sed "s/^[ \t]*//" | sed 's/\"//g' | sed 's/;//'' -bash: $'\r': command not found -bash: $'\r': command not found , switch3 = 0 1 -bash: apa.sh: line 32: syntax error near unexpected token `elif' 'bash: apa.sh: line 32: ` elif [ "x$switch1" = "x1" ] && [ "x$switch2" = "x0" ] && [ "x$switch3" = "x1" ]; then I really don't know what to do I expect Darren to look into this issue ASAP
  15. I ran the script and it just outputed a blank txt file. So no luck I guess. I hope darrren can take a look into this problem.
  16. Hello Everyone! I have a problem with my Bash Bunny where bunny_helper.sh doesent function so I have to always specify the switch when running an attack, for instance Usb_exfiltrator. I use the latest version from github but it still doesent functiion properly. Please help.
×
×
  • Create New...