ui: PineAP tabs order OpenAP before Evil WPA; rename Evil Open to OpenAP
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user