GitBook: [master] 39 pages and 4 assets modified

master
Marc 2021-08-26 15:44:48 +00:00 committed by gitbook-bot
parent 81f0306a38
commit 200176a50b
No known key found for this signature in database
GPG Key ID: 07D2180C7B12D0FF
6 changed files with 43 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 128 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 98 KiB

View File

@ -1,2 +1,31 @@
---
description: >-
WiFi Pineapple Modules allow the interface to be extended to support new
community built features or offer front-ends to command line tools. A vast
library of packages is also available.
---
# Modules # Modules
## Modules
The main Modules page shows you a list of cards, one for each installed module. To access these modules you can click on the card. You can also uninstall them by clicking on the trashcan icon.
![](../.gitbook/assets/image%20%2820%29.png)
A list of available modules that you haven't installed, or to view updates for installed modules, you switch to the **Modules** tab. Here you can view the name, description, version, size and author of the module. To install modules or update them, click the **Install**/**Update** button.
![](../.gitbook/assets/image%20%2821%29.png)
## Packages
The packages tab allows you to browse a variety of available tools and drivers for your WiFi Pineapple. These packages often contain a command line utility to use, which can be accessed via SSH or via the Web Terminal.
{% hint style="info" %}
You can press the back-tick key on your keyboard to open the Web Terminal.
{% endhint %}
![](../.gitbook/assets/image%20%2818%29.png)

View File

@ -4,17 +4,31 @@ description: Recon is the WiFi landscape scanning tool incorporated into PineAP.
# Recon # Recon
## Scanning
On the main Recon page, you can see an at-a-glance overview of the current wireless landscape, with a list of discovered APs and their associated clients, unassociated clients, and clients that have gone out of range in table form. On the main Recon page, you can see an at-a-glance overview of the current wireless landscape, with a list of discovered APs and their associated clients, unassociated clients, and clients that have gone out of range in table form.
To change to a mobile friendly view, select the card button next to the table icon in the **Access Points & Clients** card. To change to a mobile friendly view, select the card button next to the table icon in the **Access Points & Clients** card.
![](../.gitbook/assets/image%20%281%29.png) ![](../.gitbook/assets/image%20%281%29.png)
{% hint style="info" %}
You can change Recon settings, such as scan location and displayed table columns, by selecting the Settings icon on the right side of the right-hand side of the **Settings** card.
{% endhint %}
By clicking on an AP or Client in the list, a side menu will slide out from the right. From here you can select options specific to the type of device you selected, such as capturing handshakes or cloning, or adding MAC addresses to the Filters. By clicking on an AP or Client in the list, a side menu will slide out from the right. From here you can select options specific to the type of device you selected, such as capturing handshakes or cloning, or adding MAC addresses to the Filters.
![](../.gitbook/assets/image%20%2812%29.png) ![](../.gitbook/assets/image%20%2812%29.png)
## Handshakes
Switching to the Handshakes tab allows you to view any captured handshakes. Handshakes are captured in **PCAP** and **Hashcat's 22000** format. Switching to the Handshakes tab allows you to view any captured handshakes. Handshakes are captured in **PCAP** and **Hashcat's 22000** format.
Handshakes that list **Recon Capture** as the source show that they were captured during a Recon scan or a Recon handshake capture. Handshakes captured from the Evil WPA AP show as **Evil WPA/2 Twin**.
![](../.gitbook/assets/image%20%2810%29.png) ![](../.gitbook/assets/image%20%2810%29.png)
{% hint style="info" %}
You can specify the Handshake save location by clicking the Settings icon.
{% endhint %}