From 8b0ede7662f734a1ada45ea225517ccc0094ac34 Mon Sep 17 00:00:00 2001 From: kratos13 Date: Tue, 17 Apr 2018 19:31:24 -0700 Subject: [PATCH] Update Internet_Connection with OS X (#14) --- index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.md b/index.md index 84951a4..2f52964 100644 --- a/index.md +++ b/index.md @@ -156,13 +156,13 @@ sudo bash ./bb.sh ~~~~ ## Sharing an Internet Connection with the Bash Bunny from OSX -1. Configure a payload.txt for ATTACKMODE RNDIS_ETHERNET STORAGE -2. Boot Bash Bunny from RNDIS_ETHERNET configured payload +1. Configure a payload.txt for ATTACKMODE ECM_ETHERNET STORAGE +2. Boot Bash Bunny from ECM_ETHERNET configured payload 3. Open a terminal on the OSX host. Install Macports if you don't have it installed already. http://macports.org 4. Install and set up Squid on the OSX host: ~~~ sudo port install squid - sudo squid -Z + sudo squid -z sudo squid ~~~ 5. You will now have an open (!!) proxy running on all interfaces of your host. If you are not in a trusted environment, limit the interface in the squid.conf file.