Skip to main content

Kur1sulab/whitebox

SkillsMP 已收集 Kur1sulab/whitebox 中的 28 个 Skill。打开任一 Skill 可查看来源和详情。

最近记录的来源活动
SkillsMP 收录数据更新
已收集 skills
28
GitHub 星标
1
GitHub Forks
0

这个仓库中的 skills

1 个职业分类 · 已分类 100%

已展示 28 / 28 个已收集 Skill。

职业分类
信息安全分析师
描述

AI/ML security playbook. Use when assessing model supply chain attacks (pickle RCE, poisoned weights), adversarial examples, model poisoning, model stealing, data privacy attacks (membership inference, model inversion), and autonomous agent security risks.

原文语言:英语

更新
职业分类
信息安全分析师
描述

Anti-debugging detection and bypass playbook. Use when reversing protected binaries that detect debuggers via ptrace, PEB flags, timing checks, or signal/exception handlers on Linux and Windows.

原文语言:英语

更新
职业分类
信息安全分析师
描述

Binary protection bypass playbook. Use when identifying and bypassing ASLR, PIE, NX/DEP, stack canary, RELRO, FORTIFY_SOURCE, CET, and MTE protections in ELF binaries to enable exploitation.

原文语言:英语

更新
职业分类
信息安全分析师
描述

Classical cipher analysis playbook. Use when encountering substitution ciphers, Vigenere, transposition, XOR, or encoded text in CTF challenges that requires frequency analysis, Kasiski examination, or known-plaintext cryptanalysis.

原文语言:英语

更新
职业分类
信息安全分析师
描述

Code obfuscation analysis and deobfuscation playbook. Use when reversing binaries protected by junk code, opaque predicates, self-modifying code, control flow flattening, VM protection, or string encryption.

原文语言:英语

更新
职业分类
信息安全分析师
描述

Lattice-based cryptanalysis playbook. Use when attacking RSA via Coppersmith small roots, recovering DSA/ECDSA nonces from bias, solving knapsack problems, or applying LLL/BKZ reduction to cryptographic constructions.

原文语言:英语

更新
职业分类
信息安全分析师
描述

Memory forensics playbook using Volatility 2/3. Use when analyzing memory dumps for malware analysis, credential extraction, process investigation, code injection detection, and incident response timeline reconstruction.

原文语言:英语

更新
职业分类
信息安全分析师
描述

RSA attack playbook for CTF and real-world cryptanalysis. Use when given RSA parameters (n, e, c) and need to recover plaintext by exploiting weak keys, small exponents, shared factors, or padding oracles.

原文语言:英语

更新
职业分类
信息安全分析师
描述

Smart contract vulnerability playbook. Use when auditing Solidity/EVM contracts for reentrancy, integer overflow, access control, delegatecall, flash loan, signature replay, and MEV-related attack patterns.

原文语言:英语

更新
职业分类
信息安全分析师
描述

Steganography detection and extraction playbook. Use when analyzing images (LSB, PNG chunks, JPEG DCT, EXIF), audio (spectrogram, DTMF), files (polyglots, appended data, ADS), and text (whitespace, zero-width, homoglyphs) for hidden data.

原文语言:英语

更新
职业分类
信息安全分析师
描述

Symbolic execution and constraint solving playbook. Use when solving CTF reversing challenges, recovering keys, bypassing checks, or automating binary analysis with angr, Z3, or Unicorn Engine.

原文语言:英语

更新
职业分类
信息安全分析师
描述

Symmetric cipher attack playbook. Use when exploiting block cipher mode weaknesses (CBC padding oracle, ECB cut-and-paste, bit flipping), stream cipher key reuse, or meet-in-the-middle attacks.

原文语言:英语

更新
职业分类
信息安全分析师
描述

Traffic analysis and PCAP forensics playbook. Use when analyzing network captures including Wireshark filters, protocol analysis (HTTP/DNS/FTP/SMTP/USB/WiFi), data extraction, covert channel detection, PCAP repair, TLS decryption, and tshark command-line…

原文语言:英语

更新
职业分类
信息安全分析师
描述

Custom VM and bytecode reverse engineering playbook. Use when CTF challenges or protected software implement custom virtual machines with proprietary bytecode, dispatcher loops, or maze-style challenges.

原文语言:英语

更新
职业分类
信息安全分析师
描述

Detect and break the cloud post-compromise attack chain (AWS / Azure / GCP) —

原文语言:英语

更新
职业分类
信息安全分析师
描述

Evidence-safe firewall ruleset audit reference specification — 22 documented detector patterns (17 vendor-agnostic plus 5 FortiGate-specific),

原文语言:英语

更新
职业分类
信息安全分析师
描述

Automated PCI Secure Software Standard (SSS) v2.0 readiness gap-assessment of an application from its source code and documentation.

原文语言:英语

更新
职业分类
信息安全分析师
描述

扫描代码安全漏洞,检测依赖漏洞、密钥泄露和OWASP安全模式。当用户提到安全扫描、漏洞检测、依赖审计、密钥泄露、API key、OWASP、npm audit、pip-audit或SQL注入/XSS等关键词时触发。

更新
职业分类
信息安全分析师
描述

证据驱动白盒代码审计与CVE级漏洞发现 — 污点追踪、反幻觉验证、攻击路径优先级、WooYun 88,636案例统计。当用户要求代码审计/漏洞验证/误报过滤/CVE发现时触发。

更新
职业分类
信息安全分析师
描述

部署配置/凭据审计:deploy/、yml、docker-compose 暴露面与环境差异。

更新
职业分类
信息安全分析师
描述

SAST / static analysis hunting methodology — finding vulns in source code with targeted scanning. Use when doing code-based vulnerability hunting.

原文语言:英语

更新
职业分类
信息安全分析师
描述

审计 Java 上传/下载/删除链(.jsp RCE 判定、physicalPath 穿越)。

更新
职业分类
信息安全分析师
描述

审计 Java 源码文件操作链(上传/下载/转换/预览)时用:落盘还原、后缀绕过、路径穿越、.jsp RCE 判定。

更新
职业分类
信息安全分析师
描述

审计JeecgBoot/若依类二开源码自定义模块越权/状态机/IDOR时用。含零注解根因定位、状态机三维、配置控制面。

更新
职业分类
信息安全分析师
描述

源码审计 SQL 注入时用:枚举 MyBatis Mapper XML ${} 拼接并做污点追踪。

更新
职业分类
信息安全分析师
描述

Digital forensics and incident response - Windows event log analysis, PCAP forensics, filesystem artifact analysis, AD attack detection,

原文语言:英语

更新
职业分类
信息安全分析师
描述

Security-focused source code review and SAST. Scans for vulnerabilities (OWASP Top 10, CWE Top 25), CVEs in third-party dependencies/packages,

原文语言:英语

更新
职业分类
信息安全分析师
描述

白盒鉴权矩阵审计:枚举 Controller 端点对照 anon 白名单,产出来授权攻击面全图。触发:鉴权/未授权审计。

更新
已展示 28 / 28 个已收集 Skill。