Update Internet_Connection with OS X (#14)

master
kratos13 2018-04-17 19:31:24 -07:00 committed by Sebastian Kinne
parent b1829945d3
commit 8b0ede7662
1 changed files with 3 additions and 3 deletions

View File

@ -156,13 +156,13 @@ sudo bash ./bb.sh
~~~~ ~~~~
## Sharing an Internet Connection with the Bash Bunny from OSX ## Sharing an Internet Connection with the Bash Bunny from OSX
1. Configure a payload.txt for ATTACKMODE RNDIS_ETHERNET STORAGE 1. Configure a payload.txt for ATTACKMODE ECM_ETHERNET STORAGE
2. Boot Bash Bunny from RNDIS_ETHERNET configured payload 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 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: 4. Install and set up Squid on the OSX host:
~~~ ~~~
sudo port install squid sudo port install squid
sudo squid -Z sudo squid -z
sudo squid 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. 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.