ui: PineAP tabs order OpenAP before Evil WPA; rename Evil Open to OpenAP

This commit is contained in:
2026-08-18 22:44:13 -05:00
parent c9a89f1303
commit 84ce19b2b3
2 changed files with 3 additions and 3 deletions
@@ -246,8 +246,8 @@ views.dashboard = (root) => {
const PINEAP_TABS = [
{ label: 'PineAP', hash: '#/pineap' },
{ label: 'OpenAP', hash: '#/pineap/open' },
{ label: 'Evil WPA', hash: '#/pineap/evilwpa' },
{ label: 'Evil Open', hash: '#/pineap/open' },
{ label: 'Evil Enterprise', hash: '#/pineap/enterprise' },
{ label: 'Impersonation', hash: '#/pineap/impersonation' },
{ label: 'Clients', hash: '#/pineap/clients' },
@@ -587,7 +587,7 @@ views.pineap_evilwpa = attackLauncher('wpa', {
});
views.pineap_open = attackLauncher('open', {
title: 'Evil Open',
title: 'OpenAP',
subtitle: 'Open network evil twin',
bssid: true,
country: true,