gotr00t@projects:~$

Projects

Open-source security tools and exploit development

Post-Exploitation

SSHAgentJack

Discovers and hijacks live SSH agent sockets on a compromised Linux system. Finds active SSH_AUTH_SOCK entries across running processes, validates which sockets have keys loaded, and surfaces them for immediate use—no disk writes, no cracking, no private key files required.

C++20 5 Stars
SSH Linux Lateral Movement
View Repository
WiFi Security

wifireap

Enumerates wireless network information from a Linux system: interface details, nearby APs using weak encryption (WEP/TKIP) or WPS, and saved PSKs harvested from NetworkManager profiles and wpa_supplicant.conf.

C++20 1 Star
WiFi Linux Credential Harvesting
View Repository
Credential Harvesting

Reliquary

Scans shell and application history files across all users on a Linux system for credentials, tokens, secrets, and authenticated curl/wget-style network requests left in plaintext—credential keywords, Bearer headers, API keys, and inline basic auth patterns.

C++20 1 Star
Secrets Linux Shell History
View Repository
Linux

memfd_hiding

Execute a payload entirely in memory without ever writing it to disk—Linux memfd-style fileless execution for research and authorized assessments.

C++ Open Source
Linux In-Memory memfd
View Repository
Container Security

LeakyVessels

Checks whether the host’s runc version is affected by CVE-2024-21626 (Leaky Vessels): locates runc in common paths or on PATH, parses the runc version string, and flags releases before 1.1.12 as vulnerable—useful for patching and image rebuild decisions on container nodes.

C++20 Open Source
runc Containers CVE-2024-21626
View Repository
Linux Audit

privwatch

Linux security auditing tool that walks the proc filesystem, prints each running process (PID, comm, user, cmdline), and flags writable execution targets when a process runs as root but a resolved path is not owned by root and is group- or world-writable—a common privilege-escalation signal.

C++20 Open Source
Linux Privilege Escalation Process Audit
View Repository
CMS Scanner

g0tsp1p

Comprehensive SPIP CMS security scanner. Features WAF detection, version fingerprinting, CVE auto-exploitation (CVE-2023-27372, CVE-2024-7954, CVE-2024-8517), user enumeration, password spraying, SSTI/XSS/path traversal testing, and composer.lock analysis.

Python 2 Stars
CMS Scanner SPIP CVE Exploit
View Repository
Recon Tool

crt.sh

Fast subdomain enumeration via crt.sh Certificate Transparency logs with parallel DNS resolution. Features color-coded output, JSON export, stdin support for batch processing, and auto-retry with exponential backoff. Zero external dependencies.

Python Open Source
Recon Subdomain Enum CT Logs
View Repository
SSH Auditing

SSHark

Advanced SSH security testing and auditing tool. Performs comprehensive SSH server analysis, vulnerability detection, and configuration assessment.

Python Open Source
SSH Security Auditing
View Repository
Kernel Exploit

kernelpwned

Linux kernel exploitation toolkit. Collection of kernel exploit techniques, privilege escalation methods, and kernel security research tools.

Python Open Source
Kernel Privilege Escalation Linux
View Repository
Sudo Exploit

sudopwned

Sudo vulnerability scanner and exploitation framework. Detects misconfigured sudo permissions and known sudo vulnerabilities for privilege escalation.

Python Open Source
Sudo Privilege Escalation Linux
View Repository
Web Exploitation

URLVPwn

URL vulnerability scanner and exploitation toolkit. Discovers and exploits common web application vulnerabilities through URL parameter manipulation.

Python Open Source
Web Security URL Scanner Vulnerability
View Repository
CVE Scanner

CVE-2025-68461 Scanner

Automated vulnerability scanner for CVE-2025-68461. Detects vulnerable systems and provides detailed exploitation guidance for security assessments.

Python Open Source
CVE Scanner Exploitation
View Repository
⭐ 853 Stars

Spyhunt

Comprehensive reconnaissance framework for bug bounty hunters. Features subdomain enumeration, vulnerability scanning (XXE, SSRF, SSTI, NoSQLi, CRLF), SMB/FTP testing, and automated security assessments.

Python 853 Stars
Recon Bug Bounty Vulnerability Scanner
View Repository
Exploit Framework

exp0s3d

Automated exploitation framework for discovering and exploiting known vulnerabilities. Streamlines the process of identifying vulnerable targets and launching appropriate exploits.

Python Open Source
Exploitation Automation Pentest
View Repository
GraphQL Security

Gsec

GraphQL security testing toolkit. Performs introspection queries, schema analysis, and vulnerability detection for GraphQL APIs including authentication bypass and injection attacks.

Python Open Source
GraphQL API Security Introspection
View Repository
DNS Recon

dnsResolv

Fast DNS resolution and enumeration tool. Performs bulk DNS lookups, subdomain discovery, and DNS record analysis for reconnaissance and security assessments.

Python Open Source
DNS Recon Enumeration
View Repository
⭐ 64 Stars

TechackZ

Advanced web technology detection and vulnerability assessment tool. Combines Wappalyzer, custom fingerprinting, and Nuclei with multi-source CVE enrichment from NVD, OSV, ExploitDB, Vulners, and Metasploit.

Python 64 Stars
Tech Detection Nuclei CVE Enrichment
View Repository
⭐ 99 Stars

Valhalla

Web application vulnerability scanner and exploitation framework. Automates the discovery and exploitation of common web vulnerabilities for penetration testing engagements.

Python 99 Stars
Web Security Vulnerability Scanner Exploitation
View Repository
Spring Boot

Actuat0r

Spring Boot Actuator security scanner and exploitation tool. Discovers exposed actuator endpoints and exploits misconfigurations for information disclosure and remote code execution.

Python Open Source
Spring Boot Actuator Exploitation
View Repository