RADAR SKILL · GITHUB

Agent Skills utili, ordinati per utilizzo reale.

Confronta Skills verificati per funzione, contenuto del pacchetto, installazioni e affidabilità della fonte.

AMBITO CATALOGO
VERIFICATO
Skills
5771
repository
824
ultimo aggiornamento
8 set 2026
5771 Skills
yaklang
Community

reverse-shell-techniques

- Reverse shell techniques playbook. Use when establishing remote shells including language one-liners, encrypted shells (OpenSSL/socat/ncat), web shells, PTY upgrades, file transfer methods, PowerShell shells, and Windows payload generation.

installazioni
2
GitHub Stars
2K
Aggiornato
16 giu
yaklang
Community

rsa-attack-techniques

- 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.

installazioni
2
GitHub Stars
2K
Aggiornato
16 giu
yaklang
Community

saml-sso-assertion-attacks

- SAML SSO assertion attack playbook. Use when testing signature validation, assertion wrapping, audience restrictions, ACS handling, XML trust boundaries, and enterprise SSO flaws.

installazioni
2
GitHub Stars
2K
Aggiornato
16 giu
yaklang
Community

sandbox-escape-techniques

- Sandbox escape playbook. Use when breaking out of Python sandbox, Lua sandbox, seccomp filter, chroot jail, container/Docker, browser sandbox, or namespace isolation to achieve unrestricted code execution or file access.

installazioni
2
GitHub Stars
2K
Aggiornato
16 giu
yaklang
Community

smart-contract-vulnerabilities

- 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.

installazioni
2
GitHub Stars
2K
Aggiornato
16 giu
yaklang
Community

sqli-sql-injection

- SQL injection playbook. Use when input reaches SQL queries, authentication logic, sorting, filtering, reporting, or DB-specific blind and out-of-band execution paths.

installazioni
2
GitHub Stars
2K
Aggiornato
16 giu
yaklang
Community

ssrf-server-side-request-forgery

- SSRF playbook. Use when the server fetches URLs, resolves hostnames, imports remote content, or can be driven toward internal networks, cloud metadata, or secondary protocols.

installazioni
2
GitHub Stars
2K
Aggiornato
16 giu
yaklang
Community

ssti-server-side-template-injection

- SSTI playbook. Use when template expressions, server-side rendering, preview features, or templating engines may evaluate attacker-controlled content.

installazioni
2
GitHub Stars
2K
Aggiornato
16 giu
yaklang
Community

stack-overflow-and-rop

- Stack overflow and ROP playbook. Use when exploiting buffer overflows to hijack control flow via return address overwrite, ROP chains, ret2libc, ret2csu, ret2dlresolve, or SROP on Linux userland binaries.

installazioni
2
GitHub Stars
2K
Aggiornato
16 giu
yaklang
Community

steganography-techniques

- 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.

installazioni
2
GitHub Stars
2K
Aggiornato
16 giu
yaklang
Community

subdomain-takeover

- Subdomain takeover detection and exploitation playbook. Use when targets have dangling CNAME/NS/MX records pointing to deprovisioned cloud resources, expired third-party services, or unclaimed SaaS tenants that an attacker can register to serve content under the victim's domain.

installazioni
2
GitHub Stars
2K
Aggiornato
16 giu
yaklang
Community

symmetric-cipher-attacks

- 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.

installazioni
2
GitHub Stars
2K
Aggiornato
16 giu
yaklang
Community

traffic-analysis-pcap

- 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 analysis.

installazioni
2
GitHub Stars
2K
Aggiornato
16 giu
yaklang
Community

tunneling-and-pivoting

- Tunneling and pivoting playbook. Use when establishing network tunnels through compromised hosts including SSH tunneling, Chisel, Ligolo-ng, socat, DNS/ICMP/HTTP tunneling, ProxyChains, and multi-layer pivoting strategies.

installazioni
2
GitHub Stars
2K
Aggiornato
16 giu
yaklang
Community

type-juggling

- PHP type juggling and weak comparison (==) bypass. Use when authentication, HMAC/signature checks, or token validation uses loose equality, numeric coercion, or hash comparisons without strict types — common in legacy PHP and CTF-style code paths.

installazioni
2
GitHub Stars
2K
Aggiornato
16 giu
yaklang
Community

unauthorized-access-common-services

- Unauthorized access playbook for common exposed services. Use when Redis, Rsync, PHP-FPM, AJP/Ghostcat, Hadoop YARN, H2 Console, or similar management interfaces are exposed without authentication.

installazioni
2
GitHub Stars
2K
Aggiornato
16 giu
yaklang
Community

upload-insecure-files

- Insecure file upload playbook. Use when testing upload validation, storage paths, processing pipelines, preview behavior, overwrite risks, and upload-to-RCE chains.

installazioni
2
GitHub Stars
2K
Aggiornato
16 giu
yaklang
Community

vm-and-bytecode-reverse

- 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.

installazioni
2
GitHub Stars
2K
Aggiornato
16 giu
yaklang
Community

waf-bypass-techniques

- WAF bypass methodology and generic evasion techniques. Use when a web application firewall blocks injection payloads (SQLi, XSS, RCE) and you need to craft bypasses using encoding, protocol-level tricks, or WAF-specific weaknesses.

installazioni
2
GitHub Stars
2K
Aggiornato
16 giu
yaklang
Community

web-cache-deception

- Web cache deception and poisoning playbook. Use when CDN, reverse proxy, or application caching may serve sensitive authenticated content to other users due to path confusion or cache key manipulation.

installazioni
2
GitHub Stars
2K
Aggiornato
16 giu
yaklang
Community

websocket-security

- WebSocket handshake, CSWSH, tooling (wsrepl, ws-harness, Burp), and common flaws. Use when apps use real-time channels, chat, notifications, or WS-backed APIs.

installazioni
2
GitHub Stars
2K
Aggiornato
16 giu
yaklang
Community

windows-lateral-movement

- Windows lateral movement playbook. Use when pivoting between Windows hosts via PsExec, WMI, WinRM, DCOM, RDP, pass-the-hash, overpass-the-hash, or pass-the-ticket techniques.

installazioni
2
GitHub Stars
2K
Aggiornato
16 giu
yaklang
Community

windows-privilege-escalation

- Windows local privilege escalation playbook. Use when you have low-privilege shell access on Windows and need to escalate via token abuse, Potato exploits, service misconfigurations, DLL hijacking, UAC bypass, or registry autoruns.

installazioni
2
GitHub Stars
2K
Aggiornato
16 giu
yaklang
Community

xslt-injection

- XSLT injection testing: processor fingerprinting, XXE and document() SSRF, EXSLT write primitives, PHP/Java/.NET extension RCE surfaces. Use when user-controlled XSLT/stylesheet input or transform endpoints are in scope.

installazioni
2
GitHub Stars
2K
Aggiornato
16 giu