mirror of
https://github.com/hak5darren/wifipineapple-wiki.git
synced 2025-10-29 16:59:29 +00:00
Revert "add MacOS setup instructions"
This commit is contained in:
parent
603f69729d
commit
7a72b530e3
@ -23,9 +23,9 @@ The **WiFi Pineapple NANO** may be enhanced with wired Ethernet functionality by
|
||||
|
||||
## Internet Connection Sharing
|
||||
|
||||
One of the most popular deployment scenarios is to configure the WiFi Pineapple to share an Internet connection from a personal computer, such as a notebook running Windows or Linux. With the WiFi Pineapple providing its WiFi clients Internet access from the host PC, the penetration tester may then extend MITM functions through desktop applications such as packet analyzers and auditing frameworks.
|
||||
One of the most popular deployment scenarios is to configure the WiFi Pineapple to share an Internet connection from a personal computer, such as a notebook running Windows or Linux. With the WiFi Pineapple providing its WiFi clients Internet access from the host PC, the penetration tester may then extend MITM functions through desktop applications such as packet analyzers and auditing frameworks.
|
||||
|
||||
### Ethernet with Windows
|
||||
## Ethernet with Windows
|
||||
|
||||
By default the WiFi Pineapple is expecting an Internet connection from 172.16.42.42 on its LAN. Connect the WiFi Pineapple LAN port to the Windows PC host. On the NANO this is the male USB A plug. On the TETRA this is the USB ETH port.
|
||||
|
||||
@ -43,7 +43,7 @@ Note: For convenience the network interface may be renamed by highlighting it an
|
||||
* Click OK
|
||||
* Click Close
|
||||
|
||||
### Ethernet with Linux
|
||||
## Ethernet with Linux
|
||||
|
||||
By default the WiFi Pineapple is expecting an Internet connection from 172.16.42.42 on its LAN. Connect the WiFi Pineapple LAN port to the Linux PC host. On the NANO this is the male USB A plug. On the TETRA this is the USB ETH port.
|
||||
|
||||
@ -63,26 +63,6 @@ The WiFi Pineapple Connector script for Linux offers either guided or manual set
|
||||
|
||||
The WiFi Pineapple Connector script for Linux is provided free of charge for convenience, without warranty, and is not necessary for successful operation of the WiFi Pineapple.
|
||||
|
||||
### Internet Conection Sharing on MacOS
|
||||
1. Open System Preferences -> Sharing and enable Internet Sharing
|
||||
2. Once the blue LED on top of the NANO has stopped flashing, open Network Settings and connect to the new Wifi access point that is created by the NANO. The naming convention is *Pineapple_NNNN*, where NNNN is from the MAC address printed on the bottom of the device.
|
||||
3. Browse to [http://172.16.42.1:1471/](http://172.16.42.1:1471/)
|
||||
4. Follow the onscreen instructions to complete setup
|
||||
5. Once your initial setup is complete, reconnect to the NANO's access point.
|
||||
6. Open a new Terminal window and connect to the NANO via SSH
|
||||
`ssh root@172.16.42.1`
|
||||
7. Configure the IP address
|
||||
`uci set network.lan.ipaddr='192.168.2.10'`
|
||||
8. Configure the Gateway
|
||||
`uci set network.lan.gateway='192.168.2.1'`
|
||||
9. Save the configuration and reboot
|
||||
`uci commit && reboot`
|
||||
|
||||
You should now be able to access the Wifi Pineapple NANO GUI without connecting to its own access point by navigating to [http://192.168.2.10:1471/](http://192.168.2.10:1471/)
|
||||
|
||||
If you receive an error when attemtping to connect to the NANO over SSH (step 8) you may need to remove the existing SSH key from your *known_hosts* file which can be done with this command
|
||||
`ssh-keygen -R 172.16.42.1`
|
||||
|
||||
## USB Tethering (Android)
|
||||
|
||||
The WiFi Pineapple can be provided an Internet connection from many means, including USB Ethernet adapters. Many Android devices have the capability to emulate a USB Ethernet adapters, sharing their Internet connections with other devices like notebook computers.
|
||||
|
||||
4
setup.md
4
setup.md
@ -30,7 +30,7 @@ We advise connecting the WiFi Pineapple NANO to a stable USB power supply capabl
|
||||
7. When prompted, tap Begin Setup to launch the NANO setup page.
|
||||
8. Follow the onscreen instructions to complete setup
|
||||
|
||||
### Windows / Linux / MacOS
|
||||
### Windows / Linux
|
||||
|
||||
1. Download the latest WiFi Pineapple NANO firmware
|
||||
https://www.wifipineapple.com/downloads
|
||||
@ -38,8 +38,6 @@ We advise connecting the WiFi Pineapple NANO to a stable USB power supply capabl
|
||||
3. Browse to http://172.16.42.1:1471
|
||||
4. Follow the onscreen instructions to complete setup
|
||||
|
||||
See [Connectivity](connectivity.md) for further setup of Internet Connection Sharing (ICS).
|
||||
|
||||
## WiFi Pineapple TETRA
|
||||
|
||||
We advise connecting the WiFi Pineapple TETRA to a stable power supply capable of providing 18W for initial setup. When connecting to a PC, use the included USB Y cable. This setup process will require approximately 5 minutes. Video tutorials for setup can be found from https://www.wifipineapple.com/pages/setup
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user