diff --git a/creating_infusions.md b/creating_infusions.md index 3db3813..0916417 100644 --- a/creating_infusions.md +++ b/creating_infusions.md @@ -69,7 +69,7 @@ else { echo('DNSSpoof is Running'); } ``` -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 : @@ -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. \ No newline at end of file +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. diff --git a/firmware.md b/firmware.md index 07cb585..aff611c 100644 --- a/firmware.md +++ b/firmware.md @@ -2,7 +2,7 @@ ## 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 diff --git a/pineapple.md b/pineapple.md index 61a87a1..af06b3f 100644 --- a/pineapple.md +++ b/pineapple.md @@ -1,6 +1,6 @@ # 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 @@ -31,4 +31,4 @@ You can share internet from your desktop or laptops wireless over ethernet to yo ### Recovery -Please see the [Factory Reset page](reset.md). \ No newline at end of file +Please see the [Factory Reset page](reset.md).