Skip to content

Instantly share code, notes, and snippets.

View superswan's full-sized avatar

Lem E. Tweakit superswan

View GitHub Profile
@superswan
superswan / _persistent_shell.md
Last active August 2, 2023 16:56
persistent reverse shell in python. reestablishes connection if shell is exited or connection is broken.

Python Persistent Shell + Connection Manager (Go)

Reverse Shell

Python reverse shell that reconnects to server (ncat/socat/connection manager/etc)

Connection Manager

A neat little server written in Go. It can handle multiple sessions from the client.py script or any other valid reverse shell (not tested).

@superswan
superswan / chlordane.json
Created September 4, 2024 18:36
Chlordane Theme (vim)
{
"background": "#000000",
"black": "#000000",
"blue": "#557755",
"brightBlack": "#223322",
"brightBlue": "#77DD88",
"brightCyan": "#88EE99",
"brightGreen": "#77DD88",
"brightPurple": "#55AF66",
"brightRed": "#55AF66",