Skip to content

Instantly share code, notes, and snippets.

View Splinters-io's full-sized avatar

Splinters Splinters-io

  • splinters.io
  • UK
  • 03:14 (UTC +01:00)
View GitHub Profile
#!/usr/bin/env python3
"""
AirSnitcher — Over-the-Air Exploitation PoC
============================================
Attack model:
Attacker broadcasts a rogue AP. Pentester running AirSnitcher
connects to investigate. AirSnitcher binds 0.0.0.0:8080 with zero
auth — the attacker exploits it the instant they land on the network.
@Splinters-io
Splinters-io / main.go
Created September 19, 2025 21:42
MannaWeb.go
package main
import (
"bytes"
"context"
"crypto/tls"
"encoding/hex"
"encoding/json"
"flag"
"fmt"