From 83ad5d96ffa9ac458a861ecafd62151307ac22c3 Mon Sep 17 00:00:00 2001
From: Henry Pitcairn <735tesla@gmail.com>
Date: Tue, 5 Apr 2016 11:28:00 -0400
Subject: [PATCH] Update api.md
---
api.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/api.md b/api.md
index d8964f7..6648257 100644
--- a/api.md
+++ b/api.md
@@ -128,6 +128,7 @@ Action|Description|Parameters
`removeSSID`|Removes an SSID from the pool|
- `ssid`
- The SSID string to remove
`setPineAPSettings`|Update PineAP's settings| - `settings`
- A dictionary with setting key/value pairs
- `allowAssociations`
- Whether clients should be allowed to associate to the pineapple
- `logProbes`
- Whether to log probe requests
- `logAssociations`
- Whether to log associations
- `beaconResponses`
- Whether to send beacon responses
- `captureSSIDs`
- Whether to add sniffed SSIDs to the pool
- `broadcastSSIDs`
- Whether to broadcast the SSID pool
- `beaconInterval`
- The beacon interval- must be one of "low", "normal" or "aggressive"
- `responseInterval`
- The response interval- must be one of "low", "normal" or "aggressive"
- `targetMAC`
- The MAC to target with responses
- `sourceMAC`
- The MAC PineAP should spoof
`getPineAPSettings`|Returns a dictionary with all the current PineAP settings|_none_
+`deauth`|Deauth a list of clients from a station. **_Use this with caution. The misuse of this function may be illegal in some places._**|- `sta`
- The bssid of the station from which to disconnect the clients
- `clients`
- An array of client MACs to deauth
- `multiplier`
- The number of deauths (from 1 to 10) to send
- `channel`
- The channel to hop to before sending the frame(s)
`enable`|Enables PineAP|_none_
`disable`|Disables PineAP|_none_
`saveAsDefault`|Makes the current configuration persist after reboots|_none_