Skip to content

fluffy-barnacle

Fluffy-Barnacle

Disposable, ephemeral network infrastructure powered by GitHub Codespaces.

Deploy SOCKS5 proxies, HTTPS file hosting, and WireGuard tunnels in seconds, for free.

Overview

Fluffy-Barnacle is an operator-focused toolkit that turns GitHub Codespaces into free, ephemeral network infrastructure. It provides a suite of CLI tools for rapid deployment and teardown.

Tools

Tool Description
cs-proxy SOCKS5 and HTTP proxy via SSH tunnel with auto-reconnect and Burp Suite integration
cs-serve Instant public HTTPS file hosting, redirect servers, custom HTTP responses, and data capture via *.app.github.dev
cs-wg Full WireGuard VPN tunnel with route management and traffic monitoring
cs-tools Drop-in wrappers for nmap, ffuf, httpx, nuclei, sqlmap with automatic SOCKS5 proxy arguments

Each tool can be used from the CLI or imported directly as a Python library.

Getting Started

pip install -e .
gh auth login
cs-proxy start
cs-tools ipcheck

See the Quick Start for a full walkthrough, or jump to the Installation Guide for platform-specific setup.