golang-patterns
169Skill Claude CodeCodex
A skill containing common patterns and practices for writing Go code. Go is a programming language often used for services and command-line tools.
Skill Claude CodeCodex
A skill containing common patterns and practices for writing Go code. Go is a programming language often used for services and command-line tools.
Skill Claude CodeCodex
A Go performance workflow based on repeatable benchmarks and profiling tools such as pprof and trace.
Skill Claude CodeCodex
A guide to writing and reviewing Go tests, including unit, table-driven, benchmark, fuzz, and coverage tests.
Skill Claude CodeCodex
A skill for Gophish, an open-source framework for running simulated or real phishing campaigns through a web interface. Phishing campaigns send deceptive messages or pages to collect information or measure user responses.
Skill Claude CodeCodex
A Go-based web crawler that discovers URLs, application endpoints, and JavaScript files. Crawling means following links and related web resources to build a list.
Skill Claude CodeCodex
An offline password-recovery tool that tests possible passwords against stored password hashes, including NTLM, bcrypt, MD5 and SHA hashes.
Skill Claude CodeCodex
A skill that checks whether an email address appears to be registered on more than 120 websites, including services such as Google, Twitter, and GitHub.
Skill Claude CodeCodex
A bulk HTTP checker for finding live web servers and collecting basic details such as status codes, page titles, and detected web technologies.
Skill Claude CodeCodex
An online password-testing tool for checking logins on network services, including SSH, HTTP, FTP, SMB, RDP, and WinRM. It can try many passwords or test one password across multiple accounts.
Skill Claude CodeCodex
A CPU-based offline password-hashing recovery tool that supports many hash formats, wordlists, transformation rules, and gradually increasing brute-force attempts. A hash is a one-way representation commonly used to store passwords.
Skill Claude CodeCodex
Guidance for kerbrute, a tool that checks usernames and passwords against Microsoft Active Directory using Kerberos, a network authentication system.
Skill Claude CodeCodex
A guide for Kismet, a wireless network detector and traffic sniffer. It covers passive discovery of Wi-Fi, Bluetooth, Zigbee, and software-defined radio devices without actively injecting traffic.