shoriwe / CAPitan

Scriptable, web UI based network sniffer, ARP scanner and spoofing engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CAPitan

Logo

CAPitan is a scriptable web UI based network sniffer, ARP scanner and spoofing build for being lightweight and easy to config.

Installation

First install libpcap if you are on Linux or npcap if your are on windows. Then...

go install github.com/shoriwe/CAPitan/cmd/capitan@latest

Preview

To start CAPitan in memory mode at 127.0.0.1:8080 execute:

capitan memory

Then you can visit it from the url

http://127.0.0.1:8080

For more options check:

capitan memory -h
capitan help

login

The default credentials to login in the memory mode are:

Username: admin

Password: admin

Network packet capture

Listing old captures

listing-old-captures

Creating new captures

starting-capture

Importing pcap files

starting-capture

Looking at results

TCP streams
starting-capture
Packets captured
starting-capture
Topology
starting-capture
Packets send per host count
starting-capture
Layer 4 type count
starting-capture
TCP stream content types
starting-capture

ARP Scanner

List old scans
starting-capture
Start new scan
starting-capture

ARP Spoofing

starting-capture

Documentation

You can check the documentation of the scripting language plasma.

Then for the scripting functionality of the Network packet sniffer you can check here.

For the scripting functionality of the ARP scanner check here.

Important note

The entire application is filled with XSS holes that I'm still patching, so you are advised.

About

Scriptable, web UI based network sniffer, ARP scanner and spoofing engine

License:MIT License


Languages

Language:Go 70.1%Language:HTML 14.2%Language:JavaScript 13.5%Language:CSS 2.1%