mirror of
https://github.com/hak5darren/wifipineapple-wiki.git
synced 2025-10-29 16:59:29 +00:00
Merge pull request #12 from red-green/gh-pages
Fixed some spelling (aswell -> as well)
This commit is contained in:
commit
a39ba8789d
@ -69,7 +69,7 @@ else { echo('DNSSpoof is Running'); }
|
|||||||
</html>
|
</html>
|
||||||
```
|
```
|
||||||
|
|
||||||
The above code makes a refresh button that will refresh the small tile named ExampleInfusion, aswell as telling you whether 'DNSSpoof' is running or not. For the large_tile, we will add a textbox and a submit to demonstrate the popup() function and to demonstrate the AJAX forms.
|
The above code makes a refresh button that will refresh the small tile named ExampleInfusion, as well as telling you whether 'DNSSpoof' is running or not. For the large_tile, we will add a textbox and a submit to demonstrate the popup() function and to demonstrate the AJAX forms.
|
||||||
|
|
||||||
In your large_tile.php, you need this code :
|
In your large_tile.php, you need this code :
|
||||||
|
|
||||||
@ -98,4 +98,4 @@ if(isset($_POST['submit'])){
|
|||||||
?>
|
?>
|
||||||
```
|
```
|
||||||
|
|
||||||
The above pieces of code will display a textbox and a submit button inside of an AJAXified form. Then it will post to the functions.php and that file will look for the submit button name. It will then output the input of the textbox you made before.
|
The above pieces of code will display a textbox and a submit button inside of an AJAXified form. Then it will post to the functions.php and that file will look for the submit button name. It will then output the input of the textbox you made before.
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
The WiFi Pineapples firmware is a highly modified version of OpenWRT packed with the WiFi Pineapples WebUI, aswell as tools to aid your pentesting such as DNSSpoof, URLSnarf, Karma, nmap, mdk3 and much more.
|
The WiFi Pineapples firmware is a highly modified version of OpenWRT packed with the WiFi Pineapples WebUI, as well as tools to aid your pentesting such as DNSSpoof, URLSnarf, Karma, nmap, mdk3 and much more.
|
||||||
|
|
||||||
## Downloads
|
## Downloads
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
# WiFi Pineapple MKV
|
# WiFi Pineapple MKV
|
||||||
|
|
||||||
The WiFi Pineapple is a Wireless Pen-Test Drop Box, The current revision sports a 400Mhz Atheros AR9331 SoC, 16MB of ROM, 64MB of RAM and an onboard Realtek RTL8187L Chipset, aswell as MicroSD card support and 5 [DIP Switches](dip_switches.md).
|
The WiFi Pineapple is a Wireless Pen-Test Drop Box, The current revision sports a 400Mhz Atheros AR9331 SoC, 16MB of ROM, 64MB of RAM and an onboard Realtek RTL8187L Chipset, as well as MicroSD card support and 5 [DIP Switches](dip_switches.md).
|
||||||
|
|
||||||
|
|
||||||
## Hardware
|
## Hardware
|
||||||
@ -31,4 +31,4 @@ You can share internet from your desktop or laptops wireless over ethernet to yo
|
|||||||
|
|
||||||
### Recovery
|
### Recovery
|
||||||
|
|
||||||
Please see the [Factory Reset page](reset.md).
|
Please see the [Factory Reset page](reset.md).
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user