hello_js_reverse_skill

hello_js_reverse_skill

AI-driven JS reverse engineering Skill covering end-to-end scenarios such as encryption recovery and obfuscation analysis.

Agent SkillDevOpen source
Type
Agent Skill
Open source
Yes
GitHub Stars
★ 1.0k
Source
skill-github

Overview

This AI Skill is designed for web reverse engineering and API signature reconstruction, leveraging Node.js to restore algorithms and simulate requests. It supports various encryption algorithm recovery, JS obfuscation analysis, dynamic Cookie reverse engineering, and WASM reverse engineering. Compatible with AI coding tools like Claude Code/Claude.ai, it helps developers quickly complete complex reverse engineering tasks. Install via the AI chat interface or manually clone the repository into a designated directory.

Capabilities

  • Dual-language algorithm restoration (Node.js/Python)
  • Encryption algorithm recovery (MD5/SHA/AES/DES/RSA/HMAC/Base64)
  • JS obfuscation recovery (OBfuscation/control-flow flattening/eval packing/custom VM/JSVMP)
  • JSVMP behavior tracking (Hooking/instrumentation/logging/source-level instrumentation)
  • Cookie attribution analysis
  • Anti-crawling type classification decision-making

Use cases

Web API signature reconstructionAnti-crawler countermeasuresDynamic Cookie generation mechanism crackingWASM encryption module reverse engineering

Setup

Requires: Node.jsPython
In the AI coding tool's chat interface, enter: Help me install this skill: hello_js_reverse_skill Project URL: https://github.com/WhiteNightShadow/hello_js_reverse_skill Or manually clone the repository into the skills directory of your AI tool.

This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.

FAQ

How to install this Skill?

You can enter the installation command in the AI coding tool's chat interface, or manually clone the repository to the specified directory.

Which encryption algorithms are supported?

Supports common encryption algorithms such as MD5/SHA/AES/DES/RSA/HMAC/Base64.

Does it require specific environment?

Yes, Node.js and Python environments are required.

Related skills