diff --git a/infusions.md b/infusions.md new file mode 100644 index 0000000..bd89d9e --- /dev/null +++ b/infusions.md @@ -0,0 +1,21 @@ +# Infusions + +## Infusions + +Infusions were introduced in firmware 1.1.0 for the Mark IV Pineapple, which allow the community to make extensions for the Systems WebUI. Infusions range from front-ends for commands to full back-ends and front-ends for added purposes, Such as text messaging your pineapple, Changing its wireless properties or making it confuse unsuspecting internet browsers. Infusions can be programmed from a mixture of PHP, JavaScript/AJAX, Python, Perl, and BASH. + +## Command Line Infusions + +Command line infusions were introduced in firmware 1.1.0 for Mark V Pineapple. Command line infusions are just like regular infusions except they don't have a front-end. Command line infusions can be programmed from a mixture of PHP, Python, Perl, and BASH. + +## Creating Infusions + +[Creating Infusions](creating_infusions.md) on the Mark V firmware is very simple. Go to the "Pineapple Bar" on you Pineapple's WebUI. This allows you to create a new infusion, or manage your existing infusions. The new Pineapple Bar also has a built-in basic text editor for quickly whipping up an Infusion. + +## Supporting your Infusion + +It is recommended that if you decide to submit your infusion for approval, you make a thread in the correct WiFi Pineapple subforum at the [Hak5 Forums](https://forums.hak5.org/index.php?/forum/64-wifi-pineapple-jasager/). Your thread should include information about the infusion, its features and a changelog. + +## List of Infusions + +Here is a table of infusions: https://wifipineapple.com/?infusions \ No newline at end of file diff --git a/webui.md b/webui.md new file mode 100644 index 0000000..8e79e01 --- /dev/null +++ b/webui.md @@ -0,0 +1,5 @@ +# WebUI + +## Web User Interface + +The WiFi Pineapples Web UI is in its 3rd major revision. It works in a tile interface, with small tiles for both System Tiles and Infusion Tiles, which can indicate status or information about the tiles purpose, and large tiles which are used to control the System/Infusion. The WebUIs files are located in `/pineapple/`. \ No newline at end of file