The Official WiFi Pineapple Module Repository for the WiFi Pineapple Mark VII
 
 
 
 
 
 
Go to file
Marc 4f7004f383
Build: Create GitHub Action for Angular UI and Python (#41)
* misc: Testing actions for module build
* misc: Add actions branch
* misc: Build for node 16.x only
* misc: attempt naive multiple build in action
* misc: fix bad oneliner
* misc: omit Misc/ dir from builder
* misc: Add pylint action
* misc: Ignore Pylints F0001 error due to file naming scheme
* misc: Only build for master
2021-05-24 00:58:41 +01:00
.github/workflows Build: Create GitHub Action for Angular UI and Python (#41) 2021-05-24 00:58:41 +01:00
Libraries Python: Remove duplicate notifications code 2021-05-11 16:37:53 +01:00
Misc Misc: Add library of module icons 2021-05-14 20:03:46 +01:00
cabinet all: Add minimum firmware requirement field to module.json 2021-05-10 18:56:36 +01:00
evilportal all: Add minimum firmware requirement field to module.json 2021-05-10 18:56:36 +01:00
httpeek all: Add minimum firmware requirement field to module.json 2021-05-10 18:56:36 +01:00
mdk4 all: Add minimum firmware requirement field to module.json 2021-05-10 18:56:36 +01:00
nmap all: Add minimum firmware requirement field to module.json 2021-05-10 18:56:36 +01:00
tcpdump all: Add minimum firmware requirement field to module.json 2021-05-10 18:56:36 +01:00
.gitignore Prepare repository for Public Release 2020-10-21 21:09:08 +01:00
README.md misc: Update documentation links in README.md 2021-05-13 16:06:51 +01:00
create.sh all: Update build scripts 2021-05-10 17:31:17 +01:00

README.md

WiFi Pineapple Mark 7 Modules

This repository contains modules for the WiFi Pineapple Mark 7. All the community developed modules are here, and developers should create pull requests for any changes to modules, and to submit new modules.

Contributing

Once you have developed your module idea, you are encouraged to contribute to this repository by submitting a Pull Request with your module!

Reviewed and Approved pull requests will add your module to the WiFi Pineapple's module download site, where they will be able to be downloaded directly from the WiFi Pineapple management interface.

Documentation

Documentation for developing WiFi Pineapple modules can be found on the developer docs website. It includes an introductory guide.