Jump to content

The Bash Bunny is coming


Sebkinne

Recommended Posts

Received mine and now let the fun begin.  As a side note, when setting up payloads, make sure you pay attention as to which position is tied to which payload.  I was cursing for 30 min about a payload not working and I had the switch ion the wrong position.

Link to comment
Share on other sites

6 hours ago, peterkozmd said:

BB should arrive tomorrow hopefully. Just curious when we will get a video tutorial guide for beginners?

Tough to say. I had hoped to over the weekend. My next few days are going to involve 23 hours of flying and a lot of jetlag - so probably not until next week. 

That said it's very simple and pretty well documented on the wiki. Oh, and we just did another Hak5 segment in it - so check out the show. 

 

Link to comment
Share on other sites

1 hour ago, Darren Kitchen said:

Tough to say. I had hoped to over the weekend. My next few days are going to involve 23 hours of flying and a lot of jetlag - so probably not until next week. 

That said it's very simple and pretty well documented on the wiki. Oh, and we just did another Hak5 segment in it - so check out the show. 

 

 

On the show you demo rdp_check.py, but it appears on my new BashBunny to have complained that one of the python libraries wasn't installed:

root@bunny:/pentest/impacket/examples# ./rdp_check.py 172.16.64.64
CRITICAL:root:pyOpenSSL is not installed, can't continue

However, after doing

apt-get install python-openssl

the script worked.  Was this a package you had to manually install and are their others that missed installation on the first batch of bunnies?

 

Link to comment
Share on other sites

28 minutes ago, elruk said:

 

On the show you demo rdp_check.py, but it appears on my new BashBunny to have complained that one of the python libraries wasn't installed:


root@bunny:/pentest/impacket/examples# ./rdp_check.py 172.16.64.64
CRITICAL:root:pyOpenSSL is not installed, can't continue

However, after doing


apt-get install python-openssl

the script worked.  Was this a package you had to manually install and are their others that missed installation on the first batch of bunnies?

 

The "install.sh" in that same folder should run first.  If you have internet sharing set up, it will first execute:

	apt-get -y install python-pip
    pip install pythonssl

That will then renames the install script so that it isn't ran again.

That should have installed the correct libraries.

But, you found another solution (the same one I found!).

Link to comment
Share on other sites

As the project progresses we're going to find dependencies that might be best to bake into the firmware. This is one of them. The install script expects an Internet connection. I skipped this in the episode for time. I expect to be doing more in depth style screencasts on stuff like this soon. 

  • Upvote 3
Link to comment
Share on other sites

  • 2 weeks later...

Hi @terrier,

which file exactly or better: Where was that file?

If it is within the Linux (while ssh'd / screen'd in) then just do a reset:

Quote

Firmware Recovery

If the Bash Bunny fails to boot more than 3 times, it will automatically enter recovery mode. The LED will blink red while the file system is replaced by the backup partition. DO NOT UNPLUG THE BASH BUNNY DURING RECOVERY
This process takes about 3 minutes. When complete, the Bash Bunny will reboot as indicated by the blinking green LED.

If it is in the "BashBunny drive" (showing up on your host computer), then just copy the GitHub repository:

https://github.com/hak5/bashbunny-payloads

Link to comment
Share on other sites

7 minutes ago, GermanNoob said:

Hi @terrier,

which file exactly or better: Where was that file?

If it is within the Linux (while ssh'd / screen'd in) then just do a reset:

If it is in the "BashBunny drive" (showing up on your host computer), then just copy the GitHub repository:

https://github.com/hak5/bashbunny-payloads

Hi GermanNoob,

Appreciate the prompt reply. Accidentally deleted the /root/tools while excitedly exploring bashbunny and it's features.

:(

 

Link to comment
Share on other sites

Has anyone had any experience doing  a Firmware Recovery? I did set to switch 3, plugged the bunny, waited for more than 5 minutes, I can't see any blinking green light. What I'm seeing is an absence of any LED light. The bunny feels warm though and I can browse the  files within. No LED light though. Please bear my n00bishness.

Link to comment
Share on other sites

@terrier Was the LED working before the firmware loss and attempted recovery? If not you could try checking the pins with a Multimeter to check for continuity on the light and to check for any other physical damage, also try changing USB ports to check if there is a problem with the current draw. Also can you run a payload just LED and then the colors? 

Link to comment
Share on other sites

2 hours ago, Tylor B. said:

@terrier Was the LED working before the firmware loss and attempted recovery? If not you could try checking the pins with a Multimeter to check for continuity on the light and to check for any other physical damage, also try changing USB ports to check if there is a problem with the current draw. Also can you run a payload just LED and then the colors? 

Hi Tylor,

Thank you for the reply. Yes, they are all working before the "firmware loss". I even managed to use responder and quickcreds. Your suggestions to test the LED commands were great. I did try several of them like LED R 1000, LED G 1000, and LED B 1000, and other combinations just to test out the LEDS but to no avail. I am attaching the history of the commands I did before I got into this problem for diagnostic purposes and reference. Please bear with the n00bishness. I'm not a linux expert and not even a novice. If you find anything stupid in those commands, please bear with me. Thank you

    1  ls
    2  cd tools/
    3  ls
    4  ifconfig
    5  ls /
    6  cd pen
    7  cd /pentest
    8  ls
    9  cd ~
   10  ls
   11  cd udisk/
   12  ls
   13  ls -al
   14  cd ..
   15  ls
   16  cd tools/
   17  ls
   18  cd ../
   19  ls
   20  pwd
   21  cd ../
   22  ls
   23  cd opt/
   24  cd ../
   25  ls
   26  ls opt/
   27  ls
   28  ls
   29  ls bin/
   30  ls
   31  ls home/
   32  ls
   33  ls dev/
   34  ls
   35  ls pentest/
   36  rm -rf pentest/*
   37  ls pentest/
   38  exit
   39  passwd
   40  passwd
   41  ls
   42  cd /
   43  ls
   44  ls pentest/
   45  ifconfig
   46  shutdown -h now
   47  cd /tmp/
   48  ping 8.8.8.8
   49  ifconfig
   50  ping 8.8.8.8
   51  shutdown -h now
   52  ping 8.8.8.8
   53  cd /tmp/
   54  wget bashbunny.com/bb.sh
   55  ls
   56  chmod 755 bb.sh
   57  bash ./bb.sh
   58  cd /pentest/impacket/
   59  exit
   60  ls
   61  cat ATTACKMODE
   62  ls
   63  ifconfig
   64  tcpdump -i usb0 -nn host 172.16.64.1 -vv 2>/dev/null
   65  ifconfig
   66  ping 8.8.8.8
   67  ping 8.8.8.8
   68  ls
   69  cd /pem
   70  cd /pentest/
   71  ls
   72  exit
   73  shutdown -h now
   74  cd /
   75  ls
   76  cd pentest/
   77  ls
   78  cd /
   79  ifconfig
   80  c dpen
   81  cd pentest/
   82  ls
   83  rm -rf *
   84  ls
   85  ls
   86  exit
   87  ls
   88  c dtoo
   89  cd tools/
   90  ls
   91  ls
   92  cd /
   93  ls
   94  cd root/
   95  ls
   96  cd udisk/
   97  ls
   98  ls -al
   99  cd ..
  100  cat ducklog.txt
  101  cd /pentest/
  102  ls
  103  rm -rf *
  104  cd ..
  105  cd loo
  106  cd ~
  107  cd loot/
  108  ls
  109  cd quickcreds/
  110  ls
  111  c d../
  112  cd ../
  113  rm -rf *
  114  cd ~
  115  ls
  116  shutdown -h now
  117  ls
  118  ifconfig
  119  exit
  120  ll /media/
  121  mount -o sync /dev/nandf /root/udisk
  122   0
  123  mount -o sync /dev/nandf /root/udisk
  124  ls
  125  c ducklog.txt
  126  ls udisk/
  127  man ll
  128  ll udisk/
  129  ls
  130  cd /pentest/
  131  ls
  132  cd ../
  133  rm -rf pentest/
  134  shutdown -h now
  135  ls
  136  cd /
  137  ;s
  138  ls
  139  cd ~
  140  ls
  141  ls private/
  142  ls tools/
  143  rm -rf tools/*
  144  cd udisk/
  145  ls
  146  cd  ../
  147  cd /pentest/
  148  ls
  149  rm -rf *
  150  cd ~
  151  ls
  152  ls loot/
  153  rm -rf loot/*
  154  ls
  155  ls -al
  156  exit
  157  ls
  158  ls tools/
  159  cat bash_bunny.sh
  160  ./bash_bunny.sh
  161  ls
  162  cd tools/
  163  ls
  164  cd ../
  165  ./do_post_update.sh
  166  history
  167  mount -o sync /dev/nandf /root/udisk
  168  mount -o sync /dev/nandf /root/udisk
  169  ./do_post_update.sh
  170  cd /
  171  ls
  172  cd /pentest/
  173  ls
  174  rm -rf
  175  ls
  176  rm -rf *
  177  exit
 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...