all: Add minimum firmware requirement field to module.json

pull/37/head
Marc 2021-05-10 18:56:36 +01:00
parent 9e89020e59
commit 3cddca2606
No known key found for this signature in database
GPG Key ID: 0657563F705ACAAE
6 changed files with 12 additions and 6 deletions

View File

@ -3,5 +3,6 @@
"title": "Cabinet",
"author": "newbi3",
"description": "A simple browser based file manager for the WiFi Pineapple.",
"version": "1.1"
"version": "1.1",
"firmware_required": "1.0.0"
}

View File

@ -3,5 +3,6 @@
"title": "Evil Portal",
"description": "An evil captive portal for the WiFi Pineapple.",
"author": "newbi3",
"version": "1.2"
"version": "1.2",
"firmware_required": "1.0.0"
}

View File

@ -3,5 +3,6 @@
"title": "HTTPeek",
"description": "View plaintext HTTP traffic, such as cookies and images.",
"version": "1.1",
"author": "newbi3"
"author": "newbi3",
"firmware_required": "1.0.0"
}

View File

@ -3,5 +3,6 @@
"title": "MDK4",
"description": "Web GUI for the MDK4 wireless testing tool.",
"version": "1.1",
"author": "newbi3"
"author": "newbi3",
"firmware_required": "1.0.0"
}

View File

@ -3,5 +3,6 @@
"title": "Nmap",
"description": "Web GUI for Nmap, the popular network mapping tool.",
"version": "1.1",
"author": "newbi3"
"author": "newbi3",
"firmware_required": "1.0.0"
}

View File

@ -3,5 +3,6 @@
"title": "TCPDump",
"description": "Web GUI for the tcpdump packet analyzer tool.",
"version": "1.1",
"author": "newbi3"
"author": "newbi3",
"firmware_required": "1.0.0"
}