{% extends "base.html" %} {% block title %}AUTARCH — WiFi Pineapple{% endblock %} {% block content %}

Access Point Configuration

Configure and launch a rogue access point using hostapd and dnsmasq.


Evil Twin Attack

Clone a target AP's SSID and channel. Optionally deauthenticates clients from the real AP.


Karma Attack

Respond to all client probe requests, impersonating any SSID they seek. Requires hostapd-mana or airbase-ng.

Karma Disabled

Captive Portal

Redirect all HTTP/HTTPS traffic from connected clients to a fake login page.


Captured Credentials

Time Username / Email Password IP User-Agent
No captured credentials yet.

Connected Clients

0 clients
MAC Address IP Address Hostname OS First Seen Data Usage Actions
No clients connected. Start a rogue AP first.

DNS Spoofing

Redirect specific domains to an IP address of your choice (e.g., AUTARCH server).


SSL Strip

Downgrade HTTPS connections to HTTP for traffic interception. Requires sslstrip installed.

SSL Strip Disabled

Traffic Statistics

Top Domains

DomainQueries
No data yet.

Top Clients

MAC / IPUsage
No data yet.

Packet Capture

Capture network traffic from connected clients using tcpdump.


{% endblock %}