From 92e2ed509f6d478cbefff9be6565e5b8944d2480 Mon Sep 17 00:00:00 2001 From: Mathew Fleisch Date: Fri, 24 Mar 2017 17:36:10 -0700 Subject: [PATCH] Added Read-me doc and made some slight bug fixes --- payloads/library/BrowserBunny/README.md | 31 +++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 payloads/library/BrowserBunny/README.md diff --git a/payloads/library/BrowserBunny/README.md b/payloads/library/BrowserBunny/README.md new file mode 100644 index 00000000..07518bdc --- /dev/null +++ b/payloads/library/BrowserBunny/README.md @@ -0,0 +1,31 @@ +# BrowserBunny + +Author: Draxiom +Version: 1.0 + +## Description + +Creates a php web server on the bunny and allows the user to quickly swap out payloads saved in the library folder + +## Configuration + +Configured for nix by default. Swap RNDIS_ETHERNET with ECM_ETHERNET on Windows + +## Requirements + +Target must be sharing internet and have git installed. + + 1. Run bb.sh (pause at main menu) + 2. Plug in da bunny + 3. Connect (type 'c') 5 seconds after the white light + 4. You can now ssh into the bunny (Run `tail -f /var/log/BrowserBunny.log` to montior progress) + +## Status + +| LED | Status | +| ---------------- | ----------------------------------------------- | +| White | Ready (to share internet connection) | +| Red | Failed (no internet) | +| Red (blinking) | Failed (could not mount filesystem) | +| Amber | Running | +| Green | Finished (Web Server Ready: http://172.16.64.1) |