ctf-pwn
Audited by Runlayer on Mar 16, 2026
Malicious tool definition detected
Dump GOT to identify libc:** ```python # Read GOT entries for known functions puts_addr = arb_read(pie_base + got_puts_offset) stack_chk_addr = arb_read(pie_base + got_stack_chk_offset) ``` **5. Cross-reference libc database:** - https://libc.blukat.me/ - https://libc.rip/ - Input multiple function addresses to identify exact libc version **6.
Tool passed security scan
Privilege Escalation
Destructive Action
Context Poisoning
Tool passed security scan
Context Poisoning
Prompt Injection
Tool passed security scan
Context Poisoning
Data Exfiltration
Guardrail Bypass
Prompt Injection
Destructive Action
Guardrail Bypass
Context Poisoning
Privilege Escalation
Destructive Action
Context Poisoning
Prompt Injection
Tool passed security scan