mirror of
https://github.com/hak5darren/wifipineapple-wiki.git
synced 2025-10-29 16:59:29 +00:00
Add brief description to the Networking section
This commit is contained in:
parent
7b8f63ae28
commit
8d5260348b
9
api.md
9
api.md
@ -77,6 +77,15 @@ Action|Description|Parameters
|
||||
#### Description
|
||||
### Networking
|
||||
#### Description
|
||||
The Networking module API allows you to interface with the networking side of the WiFi Pineapple without having to write your own functions to manage interfaces, the DNS, and the routing table. As described above, you can use these actions in your own module like so:
|
||||
```
|
||||
{
|
||||
"module": "Networking",
|
||||
"action": "setHostname",
|
||||
"hostname": "Pineapple"
|
||||
}
|
||||
```
|
||||
|
||||
Action|Description|Parameters
|
||||
------|-----------|----------
|
||||
`getRoutingTable`|Returns the routing table of the Pineapple|_none_
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user