CLAUDE CODE MARKETPLACES
SkillsMarketplacesMCPDigestLearnAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Web & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web CrawlingAutomation & Workflows
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Learn
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic
  1. Skills
  2. /
  3. yaklang
  4. /
  5. hack-skills
  6. /
  7. Hash Attack Techniques

Hash Attack Techniques

Editor's Note

This is your go-to reference when you need to exploit weak hash functions in CTFs or penetration tests. It covers the essentials: length extension attacks against Merkle-Damgard constructions (MD5, SHA-256), MD5 collision generation with fastcoll and hashclash, SHA-1's SHAttered attack, HMAC timing leaks, and birthday attacks on truncated hashes. The quick attack selection table is genuinely useful for mapping scenarios to tools. One thing worth noting is it correctly distinguishes which constructions are vulnerable to length extension (SHA-3 and HMAC are not, despite common misconceptions). The collision tricks section includes practical CTF bypasses like PHP's 0e magic hashes. If you're attacking hash-based authentication or need to forge colliding files, this gives you the theory and tooling in one place.

Install

npx skills add https://github.com/yaklang/hack-skills --skill hash-attack-techniques
Votes
0
Installs879
GitHub Stars862
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment