Skip to content

Pwnagotchi plugin that initiates an HTTP server to distribute pcap files located in the handshakes directory.

Notifications You must be signed in to change notification settings

qLJB/pwnagotchi-http-module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

HTTP Server Plugin for Pwnagotchi

Overview

This is a simple HTTP server plugin for Pwnagotchi. This can be used to retrieve captured pcaps from within the web browser.

Installation

  1. Install script into plugins folder. (/usr/local/share/pwnagotchi/custom-plugins)

  2. Edit the config.toml

    main.plugins.httpserver.enabled = true

Usage

Once the Pwnagotchi is running, you can access the captured handshakes by navigating to http://<your-pwnagotchi-ip>:8000 in your web browser.

Configuration

The script is configured to serve files from the /root/handshakes directory.

The script is configured to serve files using port 8000.

These options hard coded but will be updated to support config changes at a later date.

About

Pwnagotchi plugin that initiates an HTTP server to distribute pcap files located in the handshakes directory.

Topics

Resources

Stars

Watchers

Forks

Languages