<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://elvis.hcw.ac.at/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=LRaitzl</id>
	<title>Elvis Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://elvis.hcw.ac.at/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=LRaitzl"/>
	<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php/Special:Contributions/LRaitzl"/>
	<updated>2026-09-10T11:10:26Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.41.5</generator>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Pineapple_Setup&amp;diff=9067</id>
		<title>Pineapple Setup</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Pineapple_Setup&amp;diff=9067"/>
		<updated>2021-12-28T16:30:19Z</updated>

		<summary type="html">&lt;p&gt;LRaitzl: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
Setup and Firmware upgrade [optional] of Wifi Pineapple Nano &lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* Operating system: Ubuntu 18.04 bionic amd64&lt;br /&gt;
* Operating system: Windows 10&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
=== Basic setup ===&lt;br /&gt;
* Connect antennas and USB Y cable, WiFi Pineapple NANO needs a stable USB power supply capable of providing 9W for initial setup. Therefore plug both USB Ports of USB Y cable  into the Laptop. After that he blue led should have solid light.&lt;br /&gt;
&lt;br /&gt;
[[File:Pineapplenanothings.jpg|500px|WiFi Pineapple Nano]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Provision Linux ===&lt;br /&gt;
* Use lusb to verify that pineapple ASIX Electronics is recognized by your laptop&lt;br /&gt;
 &lt;br /&gt;
   lsusb&lt;br /&gt;
   ... &lt;br /&gt;
   Bus 001 Device 004: ID 0b95:772a ASIX Electronics Corp. AX88772A Fast Ethernet&lt;br /&gt;
   ...&lt;br /&gt;
&lt;br /&gt;
* Check networking interface and ip address&lt;br /&gt;
&lt;br /&gt;
   sudo ifconfig&lt;br /&gt;
   enx00c0ca91b581: flags=4163&amp;lt;UP,BROADCAST,RUNNING,MULTICAST&amp;gt;  mtu 1500&lt;br /&gt;
        inet 172.16.42.107  netmask 255.255.255.0  broadcast 172.16.42.255&lt;br /&gt;
        inet6 fe80::d2b0:568c:b39b:4c44  prefixlen 64  scopeid 0x20&amp;lt;link&amp;gt;&lt;br /&gt;
        ether 00:c0:ca:91:b5:81  txqueuelen 1000  (Ethernet)&lt;br /&gt;
        RX packets 15  bytes 1589 (1.5 KiB)&lt;br /&gt;
        RX errors 0  dropped 0  overruns 0  frame 0&lt;br /&gt;
        TX packets 40  bytes 5589 (5.4 KiB)&lt;br /&gt;
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0&lt;br /&gt;
&lt;br /&gt;
=== Setup Windows/Linux ===&lt;br /&gt;
* Browse to the determined IP address  172.16.42.1:1471&lt;br /&gt;
&lt;br /&gt;
The Web interface should appear.&lt;br /&gt;
The interface then appearing is the main User Interface (UI) where the user is able to work with the WiFi Pineapple Nano. This UI is further described in: https://wiki.elvis.science/index.php?title=Wifi_Pineapple_Nano&lt;br /&gt;
&lt;br /&gt;
=== Internet connection Linux ===&lt;br /&gt;
* Download wp6 script&lt;br /&gt;
&lt;br /&gt;
   wget wifipinapple.com/wp6.sh&lt;br /&gt;
   ...&lt;br /&gt;
   2015-12-22 20:09:43 (4.69 MB/s) - &#039;wp6.sh&#039; saved [6112]&lt;br /&gt;
&lt;br /&gt;
* Make it executable &lt;br /&gt;
&lt;br /&gt;
   chmod +x wp6.sh&lt;br /&gt;
&lt;br /&gt;
* Execute it to set up connection. The predefined settings might work without alteration, if not, the settings are easily changed by answering some questions.  &lt;br /&gt;
&lt;br /&gt;
   sudo ./wp6.sh&lt;br /&gt;
&lt;br /&gt;
=== Internet connection Windows ===&lt;br /&gt;
* Got to network connections via the change adapter settings. A new ASIX USB Fast Ethernet adapter should have appeared here, which is the pineapple interface.&lt;br /&gt;
* In the settings of the interface that is responsible for the Internet connection, in the sharing tab, allow other users to connect through this computer&#039;s internet connection. Also use the drop down menu to select the interface of the Pineapple Nano and click OK.&lt;br /&gt;
* In the settings of the Pineapple Nano Interface, select the settings of the Internet Protocol Version 4. There you change the IP address to &#039;172.16.42.42&#039; and confirm with OK.&lt;br /&gt;
&lt;br /&gt;
=== User Interface ===&lt;br /&gt;
After connecting the Pineapple Nano to your device correctly as can be seen above, a User Interface (UI) opens under the IP address 172.16.42.1:1471&lt;br /&gt;
&lt;br /&gt;
The User Interface is the main working space for the penetration tester. The UI includes:&lt;br /&gt;
* Dashboard - shows the uptime of the device, the clients connected and the SSIDs in the pool&lt;br /&gt;
* Recon - scanning the Network&lt;br /&gt;
* Clients - List of Clients connected&lt;br /&gt;
* Tracking&lt;br /&gt;
* Modules - List of downloadable Modules&lt;br /&gt;
* Filters - Filtering Clients and connections&lt;br /&gt;
* PineAP - Main part of creating a new WiFi where youc an see the SSID pool, add and remove them and start it in order for the SSIDs to be public&lt;br /&gt;
* Logging&lt;br /&gt;
* Reporting&lt;br /&gt;
* Networking&lt;br /&gt;
* Configuration&lt;br /&gt;
* Advances&lt;br /&gt;
* Notes&lt;br /&gt;
* Help&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Upgrade to newest firmware version 2.7.0 [optional] ===&lt;br /&gt;
&lt;br /&gt;
* Download newest firmware from https://www.wifipineapple.com/downloads and verify shasum:&lt;br /&gt;
&lt;br /&gt;
   sha256sum upgrade-2.7.0.bin &lt;br /&gt;
   c69629ef90c715600e09f22ef12732c593f886db3b0ed145f549de551c48f79d upgrade-2.7.0.bin&lt;br /&gt;
&lt;br /&gt;
* Select file with newest firmware upgrade-2.7.0.bin  in the Web interface&lt;br /&gt;
** press reset button&lt;br /&gt;
** wait until firmware upgrade successfully verified appears&lt;br /&gt;
* After upgrade connect again to 172.16.42.107:1471 and get into Device Configuration&lt;br /&gt;
** Set root password for ssh and web interface access&lt;br /&gt;
** pwd: &amp;lt;ask for&amp;gt;&lt;br /&gt;
* Management AP Setup&lt;br /&gt;
** Management SSID:&lt;br /&gt;
** WPA2 pwd: &amp;lt;ask for&amp;gt;&lt;br /&gt;
** check Hide Management AP&lt;br /&gt;
* Open AP Setup&lt;br /&gt;
  is used for the target to connect to: f.e. **netlab** &lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
&lt;br /&gt;
[[Wifi Pineapple Nano]]&lt;br /&gt;
&lt;br /&gt;
== Courses ==&lt;br /&gt;
&lt;br /&gt;
* [[Campus Cyber Security Team]] WiFi Hacking 21.06.2019&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* https://docs.hak5.org/hc/en-us/articles/360010555313-Setup-Basics&lt;br /&gt;
* https://www.youtube.com/watch?v=CrHbEZd4t00&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>LRaitzl</name></author>
	</entry>
</feed>