agent_id
stringlengths
16
16
format_version
stringclasses
1 value
format_type
stringclasses
1 value
system_prompt
stringclasses
8 values
tools
listlengths
8
8
task
dict
ground_truth
dict
evaluation
dict
few_shot_examples
listlengths
3
3
metadata
dict
split
stringclasses
3 values
CTF-AGENT-000401
2.0
agent_training_v2
You are a CTF cryptanalysis agent. Your goal is to capture the flag by breaking cryptographic implementations. Follow this methodology: 1. ALGORITHM IDENTIFICATION: Determine cipher type from ciphertext characteristics 2. KEY RECOVERY: Use known attacks (brute force, frequency analysis, factorization, oracle) 3. DECRY...
[ { "type": "function", "function": { "name": "analyze_strings", "description": "Extract strings from data/file", "parameters": { "type": "object", "properties": { "data": { "type": "string" }, "min_length": { "type": "int...
{ "id": "TASK-000401", "instruction": "Break this crypto implementation. The ciphertext was generated with a flawed implementation of RSA (Small e). Recover the key or directly decrypt to reveal the flag.", "category": "crypto", "technique": "RSA (Small e)", "cwe": "CWE-326", "difficulty": "insane", "poin...
{ "flag": "flag{tr0ll3d_83!}", "expected_action_sequence": [ { "phase": "reconnaissance", "tool": "identify_cipher", "description": "Initial target analysis" }, { "phase": "exploitation", "tool": "padding_oracle_decrypt", "description": "Apply RSA (Small e) technique"...
{ "type": "sparse", "reward_flag_found": 100, "penalty_per_step": 0.25, "reward_correct_tool": 0.1, "max_steps": 50, "success_criteria": "flag_found_tool_called", "partial_credit": false, "strategy_guidance": true }
[ { "scenario": "Basic reconnaissance", "observation": "Target is a web server running at http://target:8080", "thought": "Start with basic curl to identify the server and endpoints.", "action": "curl_request(url=\"http://target:8080\")", "result": "Server: nginx/1.18. Found /login.php endpoint." ...
{ "challenge_source": "HackTheBox style", "author": "wh1t3_h4t", "created_at": "2025-01-14T22:04:00", "tags": [ "crypto", "insane", "RSA (Small e)" ], "solved_count": 55 }
test
CTF-AGENT-000402
2.0
agent_training_v2
You are a CTF cryptanalysis agent. Your goal is to capture the flag by breaking cryptographic implementations. Follow this methodology: 1. ALGORITHM IDENTIFICATION: Determine cipher type from ciphertext characteristics 2. KEY RECOVERY: Use known attacks (brute force, frequency analysis, factorization, oracle) 3. DECRY...
[ { "type": "function", "function": { "name": "identify_cipher", "description": "Identify type of cipher/ciphertext", "parameters": { "type": "object", "properties": { "ciphertext": { "type": "string" }, "hint": { "type": ...
{ "id": "TASK-000402", "instruction": "Break this crypto implementation. The ciphertext was generated with a flawed implementation of ECDLP (Small Group). Recover the key or directly decrypt to reveal the flag.", "category": "crypto", "technique": "ECDLP (Small Group)", "cwe": "CWE-326", "difficulty": "insa...
{ "flag": "flag{0wn3d_26!}", "expected_action_sequence": [ { "phase": "reconnaissance", "tool": "identify_cipher", "description": "Initial target analysis" }, { "phase": "exploitation", "tool": "padding_oracle_decrypt", "description": "Apply ECDLP (Small Group) techni...
{ "type": "sparse", "reward_flag_found": 100, "penalty_per_step": 0.25, "reward_correct_tool": 0.1, "max_steps": 50, "success_criteria": "flag_found_tool_called", "partial_credit": false, "strategy_guidance": true }
[ { "scenario": "Basic reconnaissance", "observation": "Target is a web server running at http://target:8080", "thought": "Start with basic curl to identify the server and endpoints.", "action": "curl_request(url=\"http://target:8080\")", "result": "Server: nginx/1.18. Found /login.php endpoint." ...
{ "challenge_source": "HackTheBox style", "author": "c4ptur3", "created_at": "2025-12-08T20:45:00", "tags": [ "crypto", "insane", "ECDLP (Small Group)", "cryptography" ], "solved_count": 56 }
test
CTF-AGENT-000403
2.0
agent_training_v2
You are a CTF web exploitation agent. Your goal is to capture the flag by identifying and exploiting web vulnerabilities. Follow this methodology: 1. RECONNAISSANCE: Identify server technology, endpoints, parameters, and authentication mechanisms 2. VULNERABILITY SCANNING: Test for SQL injection, XSS, SSTI, LFI, SSRF,...
[ { "type": "function", "function": { "name": "analyze_strings", "description": "Extract strings from data/file", "parameters": { "type": "object", "properties": { "data": { "type": "string" }, "min_length": { "type": "int...
{ "id": "TASK-000403", "instruction": "Task: Capture the flag from a medium web application vulnerable to Command Injection. The flag is stored in the admin-only endpoint. Bypass security controls using Command Injection to access it.", "category": "web", "technique": "Command Injection", "cwe": "CWE-78", "...
{ "flag": "flag{84f3248797dc5c91d2}", "expected_action_sequence": [ { "phase": "reconnaissance", "tool": "curl_request", "description": "Initial target analysis" }, { "phase": "exploitation", "tool": "analyze_response", "description": "Apply Command Injection techniqu...
{ "type": "sparse", "reward_flag_found": 100, "penalty_per_step": 0.5, "reward_correct_tool": 0.1, "max_steps": 20, "success_criteria": "flag_found_tool_called", "partial_credit": true, "strategy_guidance": true }
[ { "scenario": "Basic reconnaissance", "observation": "Target is a web server running at http://target:8080", "thought": "Start with basic curl to identify the server and endpoints.", "action": "curl_request(url=\"http://target:8080\")", "result": "Server: nginx/1.18. Found /login.php endpoint." ...
{ "challenge_source": "HackTheBox style", "author": "h4ck3rm4n", "created_at": "2025-02-01T09:03:00", "tags": [ "web", "medium", "Command Injection", "sqli" ], "solved_count": 498 }
train
CTF-AGENT-000404
2.0
agent_training_v2
You are a CTF miscellaneous challenge agent. Your goal is to capture the flag by solving diverse encoding, programming, and logic challenges. Follow this methodology: 1. PROBLEM ANALYSIS: Identify encoding scheme, programming language, or puzzle type 2. DECODING/SOLVING: Apply appropriate decoding techniques or execut...
[ { "type": "function", "function": { "name": "analyze_strings", "description": "Extract strings from data/file", "parameters": { "type": "object", "properties": { "data": { "type": "string" }, "min_length": { "type": "int...
{ "id": "TASK-000404", "instruction": "Solve this hard miscellaneous challenge. The data is encoded/obfuscated using ROT13/47. Apply the correct decoding or solving technique to reveal the flag.", "category": "misc", "technique": "ROT13/47", "cwe": "CWE-200", "difficulty": "hard", "points": 431, "challe...
{ "flag": "flag{d33p3r_sh3ll_7686}", "expected_action_sequence": [ { "phase": "reconnaissance", "tool": "decode_base64", "description": "Initial target analysis" }, { "phase": "exploitation", "tool": "type_juggle", "description": "Apply ROT13/47 technique" }, ...
{ "type": "sparse", "reward_flag_found": 100, "penalty_per_step": 0.25, "reward_correct_tool": 0.1, "max_steps": 35, "success_criteria": "flag_found_tool_called", "partial_credit": true, "strategy_guidance": true }
[ { "scenario": "Basic reconnaissance", "observation": "Target is a web server running at http://target:8080", "thought": "Start with basic curl to identify the server and endpoints.", "action": "curl_request(url=\"http://target:8080\")", "result": "Server: nginx/1.18. Found /login.php endpoint." ...
{ "challenge_source": "Community submission", "author": "c4ptur3", "created_at": "2025-11-14T05:36:00", "tags": [ "misc", "hard", "ROT13/47" ], "solved_count": 253 }
validation
CTF-AGENT-000405
2.0
agent_training_v2
You are a CTF steganography agent. Your goal is to capture the flag hidden in media files. Follow this methodology: 1. FILE ANALYSIS: Check file type, size anomalies, and metadata 2. STEGO DETECTION: Test for LSB, spectrogram, chunk analysis, and known tools 3. DATA EXTRACTION: Extract hidden data using appropriate te...
[ { "type": "function", "function": { "name": "steghide_extract", "description": "Extract hidden data with steghide", "parameters": { "type": "object", "properties": { "file_path": { "type": "string" }, "password": { "type...
{ "id": "TASK-000405", "instruction": "Find the hidden message in this media file using Whitespace Stego. The flag is concealed using steganography techniques. Apply appropriate detection and extraction methods to recover it.", "category": "stego", "technique": "Whitespace Stego", "cwe": "CWE-200", "difficu...
{ "flag": "flag{65d7832d8926f23b150d733c5b}", "expected_action_sequence": [ { "phase": "reconnaissance", "tool": "extract_exif", "description": "Initial target analysis" }, { "phase": "exploitation", "tool": "steghide_extract", "description": "Apply Whitespace Stego t...
{ "type": "sparse", "reward_flag_found": 100, "penalty_per_step": 0.5, "reward_correct_tool": 0.1, "max_steps": 20, "success_criteria": "flag_found_tool_called", "partial_credit": true, "strategy_guidance": true }
[ { "scenario": "Basic reconnaissance", "observation": "Target is a web server running at http://target:8080", "thought": "Start with basic curl to identify the server and endpoints.", "action": "curl_request(url=\"http://target:8080\")", "result": "Server: nginx/1.18. Found /login.php endpoint." ...
{ "challenge_source": "CTF-inspired", "author": "c4ptur3", "created_at": "2025-12-22T04:46:00", "tags": [ "stego", "medium", "Whitespace Stego", "steganography" ], "solved_count": 1193 }
train
CTF-AGENT-000406
2.0
agent_training_v2
You are a CTF cryptanalysis agent. Your goal is to capture the flag by breaking cryptographic implementations. Follow this methodology: 1. ALGORITHM IDENTIFICATION: Determine cipher type from ciphertext characteristics 2. KEY RECOVERY: Use known attacks (brute force, frequency analysis, factorization, oracle) 3. DECRY...
[ { "type": "function", "function": { "name": "factor_integer", "description": "Factor integer using various methods", "parameters": { "type": "object", "properties": { "n": { "type": "string", "description": "Integer to factor (decimal strin...
{ "id": "TASK-000406", "instruction": "Cryptographic challenge: Decrypt the ciphertext using AES-CBC Padding Oracle. The encryption scheme has a known weakness that allows key recovery or plaintext extraction without the key. Apply the appropriate cryptanalysis technique.", "category": "crypto", "technique": "A...
{ "flag": "flag{y0l0_22#}", "expected_action_sequence": [ { "phase": "reconnaissance", "tool": "identify_cipher", "description": "Initial target analysis" }, { "phase": "exploitation", "tool": "factor_integer", "description": "Apply AES-CBC Padding Oracle technique" ...
{ "type": "sparse", "reward_flag_found": 100, "penalty_per_step": 0.25, "reward_correct_tool": 0.1, "max_steps": 50, "success_criteria": "flag_found_tool_called", "partial_credit": false, "strategy_guidance": true }
[ { "scenario": "Basic reconnaissance", "observation": "Target is a web server running at http://target:8080", "thought": "Start with basic curl to identify the server and endpoints.", "action": "curl_request(url=\"http://target:8080\")", "result": "Server: nginx/1.18. Found /login.php endpoint." ...
{ "challenge_source": "HackTheBox style", "author": "wh1t3_h4t", "created_at": "2025-02-13T04:20:00", "tags": [ "crypto", "insane", "AES-CBC Padding Orac" ], "solved_count": 82 }
test
CTF-AGENT-000407
2.0
agent_training_v2
You are a CTF miscellaneous challenge agent. Your goal is to capture the flag by solving diverse encoding, programming, and logic challenges. Follow this methodology: 1. PROBLEM ANALYSIS: Identify encoding scheme, programming language, or puzzle type 2. DECODING/SOLVING: Apply appropriate decoding techniques or execut...
[ { "type": "function", "function": { "name": "run_esolang", "description": "Execute esoteric programming language code", "parameters": { "type": "object", "properties": { "code": { "type": "string" }, "language": { "type"...
{ "id": "TASK-000407", "instruction": "A peculiar challenge awaits. Use ZIP Cracking to decode, execute, or bypass the obstacle and capture the flag.", "category": "misc", "technique": "ZIP Cracking", "cwe": "CWE-200", "difficulty": "insane", "points": 715, "challenge_name": "Assembly Puzzle", "enviro...
{ "flag": "flag{l33t_49!}", "expected_action_sequence": [ { "phase": "reconnaissance", "tool": "decode_base64", "description": "Initial target analysis" }, { "phase": "exploitation", "tool": "run_esolang", "description": "Apply ZIP Cracking technique" }, { ...
{ "type": "sparse", "reward_flag_found": 100, "penalty_per_step": 0.25, "reward_correct_tool": 0.1, "max_steps": 50, "success_criteria": "flag_found_tool_called", "partial_credit": false, "strategy_guidance": true }
[ { "scenario": "Basic reconnaissance", "observation": "Target is a web server running at http://target:8080", "thought": "Start with basic curl to identify the server and endpoints.", "action": "curl_request(url=\"http://target:8080\")", "result": "Server: nginx/1.18. Found /login.php endpoint." ...
{ "challenge_source": "CTF-inspired", "author": "wh1t3_h4t", "created_at": "2025-07-22T18:31:00", "tags": [ "misc", "insane", "ZIP Cracking" ], "solved_count": 23 }
test
CTF-AGENT-000408
2.0
agent_training_v2
You are a CTF digital forensics agent. Your goal is to capture the flag by analyzing forensic artifacts. Follow this methodology: 1. EVIDENCE ACQUISITION: Identify file types and extract basic metadata 2. DEEP SCAN: Carve files, analyze PCAPs, dump memory 3. CORRELATION: Cross-reference timestamps, processes, network ...
[ { "type": "function", "function": { "name": "flag_found", "description": "Submit the discovered flag", "parameters": { "type": "object", "properties": { "flag": { "type": "string", "description": "The captured flag" } }, ...
{ "id": "TASK-000408", "instruction": "A security incident occurred. Analyze the forensic artifacts using Office Forensics to reconstruct the attack timeline and recover the flag left behind by the attacker.", "category": "forensics", "technique": "Office Forensics", "cwe": "CWE-200", "difficulty": "medium"...
{ "flag": "flag{9454c110d732c146c2cde28c}", "expected_action_sequence": [ { "phase": "reconnaissance", "tool": "analyze_file_type", "description": "Initial target analysis" }, { "phase": "exploitation", "tool": "volatility_analyze", "description": "Apply Office Forens...
{ "type": "sparse", "reward_flag_found": 100, "penalty_per_step": 0.5, "reward_correct_tool": 0.1, "max_steps": 20, "success_criteria": "flag_found_tool_called", "partial_credit": true, "strategy_guidance": true }
[ { "scenario": "Basic reconnaissance", "observation": "Target is a web server running at http://target:8080", "thought": "Start with basic curl to identify the server and endpoints.", "action": "curl_request(url=\"http://target:8080\")", "result": "Server: nginx/1.18. Found /login.php endpoint." ...
{ "challenge_source": "Original", "author": "r00tk1t", "created_at": "2025-05-19T07:42:00", "tags": [ "forensics", "medium", "Office Forensics" ], "solved_count": 1312 }
train
CTF-AGENT-000409
2.0
agent_training_v2
You are a CTF steganography agent. Your goal is to capture the flag hidden in media files. Follow this methodology: 1. FILE ANALYSIS: Check file type, size anomalies, and metadata 2. STEGO DETECTION: Test for LSB, spectrogram, chunk analysis, and known tools 3. DATA EXTRACTION: Extract hidden data using appropriate te...
[ { "type": "function", "function": { "name": "execute_python", "description": "Execute Python code for computation", "parameters": { "type": "object", "properties": { "code": { "type": "string", "description": "Python code to execute" ...
{ "id": "TASK-000409", "instruction": "Find the hidden message in this media file using GIF Frame Stego. The flag is concealed using steganography techniques. Apply appropriate detection and extraction methods to recover it.", "category": "stego", "technique": "GIF Frame Stego", "cwe": "CWE-200", "difficult...
{ "flag": "flag{p4ssw0rd128}", "expected_action_sequence": [ { "phase": "reconnaissance", "tool": "extract_exif", "description": "Initial target analysis" }, { "phase": "exploitation", "tool": "steghide_extract", "description": "Apply GIF Frame Stego technique" },...
{ "type": "sparse", "reward_flag_found": 100, "penalty_per_step": 1, "reward_correct_tool": 0.1, "max_steps": 10, "success_criteria": "flag_found_tool_called", "partial_credit": true, "strategy_guidance": false }
[ { "scenario": "Basic reconnaissance", "observation": "Target is a web server running at http://target:8080", "thought": "Start with basic curl to identify the server and endpoints.", "action": "curl_request(url=\"http://target:8080\")", "result": "Server: nginx/1.18. Found /login.php endpoint." ...
{ "challenge_source": "CTF-inspired", "author": "r00tk1t", "created_at": "2025-03-15T01:21:00", "tags": [ "stego", "easy", "GIF Frame Stego" ], "solved_count": 2575 }
train
CTF-AGENT-000410
2.0
agent_training_v2
You are a CTF reverse engineering agent. Your goal is to capture the flag by analyzing and understanding binary code. Follow this methodology: 1. INITIAL ANALYSIS: File type detection, strings extraction, and high-level inspection 2. STATIC ANALYSIS: Decompile binaries to understand the algorithm 3. DYNAMIC ANALYSIS: ...
[ { "type": "function", "function": { "name": "decompile_function", "description": "Decompile a binary function", "parameters": { "type": "object", "properties": { "binary_path": { "type": "string" }, "target_function": { ...
{ "id": "TASK-000410", "instruction": "Reverse engineer this hard binary to recover the flag. The binary implements a CRC Collision-based validation routine. Analyze the algorithm, reverse the operations, and compute the correct input that produces the flag.", "category": "rev", "technique": "CRC Collision", ...
{ "flag": "flag{f4st3r_bin_5452}", "expected_action_sequence": [ { "phase": "reconnaissance", "tool": "analyze_file", "description": "Initial target analysis" }, { "phase": "exploitation", "tool": "decompile_function", "description": "Apply CRC Collision technique" ...
{ "type": "sparse", "reward_flag_found": 100, "penalty_per_step": 0.25, "reward_correct_tool": 0.1, "max_steps": 35, "success_criteria": "flag_found_tool_called", "partial_credit": true, "strategy_guidance": true }
[ { "scenario": "Basic reconnaissance", "observation": "Target is a web server running at http://target:8080", "thought": "Start with basic curl to identify the server and endpoints.", "action": "curl_request(url=\"http://target:8080\")", "result": "Server: nginx/1.18. Found /login.php endpoint." ...
{ "challenge_source": "HackTheBox style", "author": "c4ptur3", "created_at": "2025-08-23T03:41:00", "tags": [ "rev", "hard", "CRC Collision" ], "solved_count": 247 }
validation
CTF-AGENT-000411
2.0
agent_training_v2
You are a CTF OSINT agent. Your goal is to capture the flag by gathering and analyzing publicly available information. Follow this methodology: 1. DOMAIN RECON: WHOIS, DNS enumeration, subdomain discovery 2. TECHNICAL OSINT: Certificate transparency, Shodan, GitHub repositories 3. SOCIAL OSINT: Social media, image met...
[ { "type": "function", "function": { "name": "reverse_image_search", "description": "Search by image for similar images", "parameters": { "type": "object", "properties": { "image_url": { "type": "string" }, "engine": { "t...
{ "id": "TASK-000411", "instruction": "The flag is out there in the open. Use Flight Tracking techniques to find it. The target may have left traces across public datasets.", "category": "osint", "technique": "Flight Tracking", "cwe": "CWE-200", "difficulty": "hard", "points": 442, "challenge_name": "In...
{ "flag": "flag{h4ck_r00t_8923}", "expected_action_sequence": [ { "phase": "reconnaissance", "tool": "dns_lookup", "description": "Initial target analysis" }, { "phase": "exploitation", "tool": "reverse_image_search", "description": "Apply Flight Tracking technique" ...
{ "type": "sparse", "reward_flag_found": 100, "penalty_per_step": 0.25, "reward_correct_tool": 0.1, "max_steps": 35, "success_criteria": "flag_found_tool_called", "partial_credit": true, "strategy_guidance": true }
[ { "scenario": "Basic reconnaissance", "observation": "Target is a web server running at http://target:8080", "thought": "Start with basic curl to identify the server and endpoints.", "action": "curl_request(url=\"http://target:8080\")", "result": "Server: nginx/1.18. Found /login.php endpoint." ...
{ "challenge_source": "HackTheBox style", "author": "r00tk1t", "created_at": "2025-06-12T11:14:00", "tags": [ "osint", "hard", "Flight Tracking" ], "solved_count": 90 }
validation
CTF-AGENT-000412
2.0
agent_training_v2
You are a CTF binary exploitation agent. Your goal is to capture the flag by exploiting binary vulnerabilities. Follow this methodology: 1. BINARY ANALYSIS: Analyze file type, security protections (checksec), and symbols 2. VULNERABILITY IDENTIFICATION: Disassemble functions to find buffer overflows, format strings, h...
[ { "type": "function", "function": { "name": "analyze_strings", "description": "Extract strings from data/file", "parameters": { "type": "object", "properties": { "data": { "type": "string" }, "min_length": { "type": "int...
{ "id": "TASK-000412", "instruction": "A binary challenge awaits. Use File Stream OP to gain code execution on the target. The binary has ASLR enabled, requiring advanced bypass techniques.", "category": "pwn", "technique": "File Stream OP", "cwe": "CWE-122", "difficulty": "medium", "points": 269, "chal...
{ "flag": "flag{35ea94e0bfc8d8977cd48ea02da5}", "expected_action_sequence": [ { "phase": "reconnaissance", "tool": "check_binary_security", "description": "Initial target analysis" }, { "phase": "exploitation", "tool": "send_payload", "description": "Apply File Stream...
{ "type": "sparse", "reward_flag_found": 100, "penalty_per_step": 0.5, "reward_correct_tool": 0.1, "max_steps": 20, "success_criteria": "flag_found_tool_called", "partial_credit": true, "strategy_guidance": true }
[ { "scenario": "Basic reconnaissance", "observation": "Target is a web server running at http://target:8080", "thought": "Start with basic curl to identify the server and endpoints.", "action": "curl_request(url=\"http://target:8080\")", "result": "Server: nginx/1.18. Found /login.php endpoint." ...
{ "challenge_source": "CTF-inspired", "author": "s3cur1ty_r3s34rch3r", "created_at": "2025-03-28T18:22:00", "tags": [ "pwn", "medium", "File Stream OP" ], "solved_count": 1345 }
train
CTF-AGENT-000413
2.0
agent_training_v2
You are a CTF digital forensics agent. Your goal is to capture the flag by analyzing forensic artifacts. Follow this methodology: 1. EVIDENCE ACQUISITION: Identify file types and extract basic metadata 2. DEEP SCAN: Carve files, analyze PCAPs, dump memory 3. CORRELATION: Cross-reference timestamps, processes, network ...
[ { "type": "function", "function": { "name": "volatility_analyze", "description": "Analyze memory dump with Volatility", "parameters": { "type": "object", "properties": { "dump_path": { "type": "string" }, "plugin": { "ty...
{ "id": "TASK-000413", "instruction": "A security incident occurred. Analyze the forensic artifacts using Jump Lists to reconstruct the attack timeline and recover the flag left behind by the attacker.", "category": "forensics", "technique": "Jump Lists", "cwe": "CWE-200", "difficulty": "medium", "points"...
{ "flag": "flag{c5767f79a237c27b6d}", "expected_action_sequence": [ { "phase": "reconnaissance", "tool": "analyze_file_type", "description": "Initial target analysis" }, { "phase": "exploitation", "tool": "volatility_analyze", "description": "Apply Jump Lists techniqu...
{ "type": "sparse", "reward_flag_found": 100, "penalty_per_step": 0.5, "reward_correct_tool": 0.1, "max_steps": 20, "success_criteria": "flag_found_tool_called", "partial_credit": true, "strategy_guidance": true }
[ { "scenario": "Basic reconnaissance", "observation": "Target is a web server running at http://target:8080", "thought": "Start with basic curl to identify the server and endpoints.", "action": "curl_request(url=\"http://target:8080\")", "result": "Server: nginx/1.18. Found /login.php endpoint." ...
{ "challenge_source": "HackTheBox style", "author": "s3cur1ty_r3s34rch3r", "created_at": "2025-02-19T06:16:00", "tags": [ "forensics", "medium", "Jump Lists" ], "solved_count": 626 }
train
CTF-AGENT-000414
2.0
agent_training_v2
You are a CTF steganography agent. Your goal is to capture the flag hidden in media files. Follow this methodology: 1. FILE ANALYSIS: Check file type, size anomalies, and metadata 2. STEGO DETECTION: Test for LSB, spectrogram, chunk analysis, and known tools 3. DATA EXTRACTION: Extract hidden data using appropriate te...
[ { "type": "function", "function": { "name": "steghide_extract", "description": "Extract hidden data with steghide", "parameters": { "type": "object", "properties": { "file_path": { "type": "string" }, "password": { "type...
{ "id": "TASK-000414", "instruction": "A message is hidden in plain sight. Use JPEG DCT Coefficient to extract the flag from this image.", "category": "stego", "technique": "JPEG DCT Coefficient", "cwe": "CWE-200", "difficulty": "medium", "points": 216, "challenge_name": "LSB Image Lab", "environment"...
{ "flag": "flag{dce507bdfc06821b63f9419df6}", "expected_action_sequence": [ { "phase": "reconnaissance", "tool": "extract_exif", "description": "Initial target analysis" }, { "phase": "exploitation", "tool": "steghide_extract", "description": "Apply JPEG DCT Coefficie...
{ "type": "sparse", "reward_flag_found": 100, "penalty_per_step": 0.5, "reward_correct_tool": 0.1, "max_steps": 20, "success_criteria": "flag_found_tool_called", "partial_credit": true, "strategy_guidance": true }
[ { "scenario": "Basic reconnaissance", "observation": "Target is a web server running at http://target:8080", "thought": "Start with basic curl to identify the server and endpoints.", "action": "curl_request(url=\"http://target:8080\")", "result": "Server: nginx/1.18. Found /login.php endpoint." ...
{ "challenge_source": "HackTheBox style", "author": "s3cur1ty_r3s34rch3r", "created_at": "2025-04-01T03:32:00", "tags": [ "stego", "medium", "JPEG DCT Coefficient", "steganography" ], "solved_count": 1107 }
train
CTF-AGENT-000415
2.0
agent_training_v2
You are a CTF digital forensics agent. Your goal is to capture the flag by analyzing forensic artifacts. Follow this methodology: 1. EVIDENCE ACQUISITION: Identify file types and extract basic metadata 2. DEEP SCAN: Carve files, analyze PCAPs, dump memory 3. CORRELATION: Cross-reference timestamps, processes, network ...
[ { "type": "function", "function": { "name": "execute_python", "description": "Execute Python code for computation", "parameters": { "type": "object", "properties": { "code": { "type": "string", "description": "Python code to execute" ...
{ "id": "TASK-000415", "instruction": "Investigate the provided forensic evidence to find the flag. Use MFT Analysis to analyze malware samples. The flag may be hidden in deleted files, process memory, or network traffic.", "category": "forensics", "technique": "MFT Analysis", "cwe": "CWE-200", "difficulty"...
{ "flag": "flag{l33t_80!}", "expected_action_sequence": [ { "phase": "reconnaissance", "tool": "analyze_file_type", "description": "Initial target analysis" }, { "phase": "exploitation", "tool": "carve_files", "description": "Apply MFT Analysis technique" }, {...
{ "type": "sparse", "reward_flag_found": 100, "penalty_per_step": 0.25, "reward_correct_tool": 0.1, "max_steps": 50, "success_criteria": "flag_found_tool_called", "partial_credit": false, "strategy_guidance": true }
[ { "scenario": "Basic reconnaissance", "observation": "Target is a web server running at http://target:8080", "thought": "Start with basic curl to identify the server and endpoints.", "action": "curl_request(url=\"http://target:8080\")", "result": "Server: nginx/1.18. Found /login.php endpoint." ...
{ "challenge_source": "Community submission", "author": "r00tk1t", "created_at": "2025-07-05T21:24:00", "tags": [ "forensics", "insane", "MFT Analysis" ], "solved_count": 53 }
test
CTF-AGENT-000416
2.0
agent_training_v2
You are a CTF cryptanalysis agent. Your goal is to capture the flag by breaking cryptographic implementations. Follow this methodology: 1. ALGORITHM IDENTIFICATION: Determine cipher type from ciphertext characteristics 2. KEY RECOVERY: Use known attacks (brute force, frequency analysis, factorization, oracle) 3. DECRY...
[ { "type": "function", "function": { "name": "execute_python", "description": "Execute Python code for computation", "parameters": { "type": "object", "properties": { "code": { "type": "string", "description": "Python code to execute" ...
{ "id": "TASK-000416", "instruction": "Break this crypto implementation. The ciphertext was generated with a flawed implementation of AES-CBC Bit-flip. Recover the key or directly decrypt to reveal the flag.", "category": "crypto", "technique": "AES-CBC Bit-flip", "cwe": "CWE-327", "difficulty": "hard", "...
{ "flag": "flag{y0u_b4s3_7920}", "expected_action_sequence": [ { "phase": "reconnaissance", "tool": "identify_cipher", "description": "Initial target analysis" }, { "phase": "exploitation", "tool": "factor_integer", "description": "Apply AES-CBC Bit-flip technique" ...
{ "type": "sparse", "reward_flag_found": 100, "penalty_per_step": 0.25, "reward_correct_tool": 0.1, "max_steps": 35, "success_criteria": "flag_found_tool_called", "partial_credit": true, "strategy_guidance": true }
[ { "scenario": "Basic reconnaissance", "observation": "Target is a web server running at http://target:8080", "thought": "Start with basic curl to identify the server and endpoints.", "action": "curl_request(url=\"http://target:8080\")", "result": "Server: nginx/1.18. Found /login.php endpoint." ...
{ "challenge_source": "Original", "author": "r00tk1t", "created_at": "2025-09-27T23:45:00", "tags": [ "crypto", "hard", "AES-CBC Bit-flip", "cryptography" ], "solved_count": 15 }
validation
CTF-AGENT-000417
2.0
agent_training_v2
You are a CTF cryptanalysis agent. Your goal is to capture the flag by breaking cryptographic implementations. Follow this methodology: 1. ALGORITHM IDENTIFICATION: Determine cipher type from ciphertext characteristics 2. KEY RECOVERY: Use known attacks (brute force, frequency analysis, factorization, oracle) 3. DECRY...
[ { "type": "function", "function": { "name": "flag_found", "description": "Submit the discovered flag", "parameters": { "type": "object", "properties": { "flag": { "type": "string", "description": "The captured flag" } }, ...
{ "id": "TASK-000417", "instruction": "Break this crypto implementation. The ciphertext was generated with a flawed implementation of RC4 Weak Keys. Recover the key or directly decrypt to reveal the flag.", "category": "crypto", "technique": "RC4 Weak Keys", "cwe": "CWE-327", "difficulty": "hard", "points...
{ "flag": "flag{h4rd3r_k3y_2360}", "expected_action_sequence": [ { "phase": "reconnaissance", "tool": "identify_cipher", "description": "Initial target analysis" }, { "phase": "exploitation", "tool": "padding_oracle_decrypt", "description": "Apply RC4 Weak Keys techni...
{ "type": "sparse", "reward_flag_found": 100, "penalty_per_step": 0.25, "reward_correct_tool": 0.1, "max_steps": 35, "success_criteria": "flag_found_tool_called", "partial_credit": true, "strategy_guidance": true }
[ { "scenario": "Basic reconnaissance", "observation": "Target is a web server running at http://target:8080", "thought": "Start with basic curl to identify the server and endpoints.", "action": "curl_request(url=\"http://target:8080\")", "result": "Server: nginx/1.18. Found /login.php endpoint." ...
{ "challenge_source": "HackTheBox style", "author": "c4ptur3", "created_at": "2025-04-19T11:00:00", "tags": [ "crypto", "hard", "RC4 Weak Keys", "cryptography" ], "solved_count": 185 }
validation
CTF-AGENT-000418
2.0
agent_training_v2
You are a CTF cryptanalysis agent. Your goal is to capture the flag by breaking cryptographic implementations. Follow this methodology: 1. ALGORITHM IDENTIFICATION: Determine cipher type from ciphertext characteristics 2. KEY RECOVERY: Use known attacks (brute force, frequency analysis, factorization, oracle) 3. DECRY...
[ { "type": "function", "function": { "name": "brute_xor", "description": "Brute-force single-byte XOR key", "parameters": { "type": "object", "properties": { "data_hex": { "type": "string", "description": "Hex-encoded ciphertext" }...
{ "id": "TASK-000418", "instruction": "Cryptographic challenge: Decrypt the ciphertext using AES-GCM Nonce Reuse. The encryption scheme has a known weakness that allows key recovery or plaintext extraction without the key. Apply the appropriate cryptanalysis technique.", "category": "crypto", "technique": "AES-...
{ "flag": "flag{y0u_k3y_5511}", "expected_action_sequence": [ { "phase": "reconnaissance", "tool": "identify_cipher", "description": "Initial target analysis" }, { "phase": "exploitation", "tool": "brute_xor", "description": "Apply AES-GCM Nonce Reuse technique" }...
{ "type": "sparse", "reward_flag_found": 100, "penalty_per_step": 0.25, "reward_correct_tool": 0.1, "max_steps": 35, "success_criteria": "flag_found_tool_called", "partial_credit": true, "strategy_guidance": true }
[ { "scenario": "Basic reconnaissance", "observation": "Target is a web server running at http://target:8080", "thought": "Start with basic curl to identify the server and endpoints.", "action": "curl_request(url=\"http://target:8080\")", "result": "Server: nginx/1.18. Found /login.php endpoint." ...
{ "challenge_source": "Community submission", "author": "r00tk1t", "created_at": "2025-06-02T04:34:00", "tags": [ "crypto", "hard", "AES-GCM Nonce Reuse" ], "solved_count": 37 }
validation
CTF-AGENT-000419
2.0
agent_training_v2
You are a CTF reverse engineering agent. Your goal is to capture the flag by analyzing and understanding binary code. Follow this methodology: 1. INITIAL ANALYSIS: File type detection, strings extraction, and high-level inspection 2. STATIC ANALYSIS: Decompile binaries to understand the algorithm 3. DYNAMIC ANALYSIS: ...
[ { "type": "function", "function": { "name": "analyze_strings", "description": "Extract strings from data/file", "parameters": { "type": "object", "properties": { "data": { "type": "string" }, "min_length": { "type": "int...
{ "id": "TASK-000419", "instruction": "The flag is hidden inside this binary. Use TLS Callback Analysis to understand the protection mechanism and extract the hidden data. The binary uses control flow flattening.", "category": "rev", "technique": "TLS Callback Analysis", "cwe": "CWE-200", "difficulty": "eas...
{ "flag": "flag{c0ngr4ts6691}", "expected_action_sequence": [ { "phase": "reconnaissance", "tool": "analyze_file", "description": "Initial target analysis" }, { "phase": "exploitation", "tool": "decompile_function", "description": "Apply TLS Callback Analysis techniqu...
{ "type": "sparse", "reward_flag_found": 100, "penalty_per_step": 1, "reward_correct_tool": 0.1, "max_steps": 10, "success_criteria": "flag_found_tool_called", "partial_credit": true, "strategy_guidance": false }
[ { "scenario": "Basic reconnaissance", "observation": "Target is a web server running at http://target:8080", "thought": "Start with basic curl to identify the server and endpoints.", "action": "curl_request(url=\"http://target:8080\")", "result": "Server: nginx/1.18. Found /login.php endpoint." ...
{ "challenge_source": "Original", "author": "r00tk1t", "created_at": "2025-04-27T19:39:00", "tags": [ "rev", "easy", "TLS Callback Analysi" ], "solved_count": 1218 }
train
CTF-AGENT-000420
2.0
agent_training_v2
You are a CTF cryptanalysis agent. Your goal is to capture the flag by breaking cryptographic implementations. Follow this methodology: 1. ALGORITHM IDENTIFICATION: Determine cipher type from ciphertext characteristics 2. KEY RECOVERY: Use known attacks (brute force, frequency analysis, factorization, oracle) 3. DECRY...
[ { "type": "function", "function": { "name": "analyze_strings", "description": "Extract strings from data/file", "parameters": { "type": "object", "properties": { "data": { "type": "string" }, "min_length": { "type": "int...
{ "id": "TASK-000420", "instruction": "Break this crypto implementation. The ciphertext was generated with a flawed implementation of RSA (Fermat). Recover the key or directly decrypt to reveal the flag.", "category": "crypto", "technique": "RSA (Fermat)", "cwe": "CWE-326", "difficulty": "hard", "points":...
{ "flag": "flag{f4st3r_k3y_9949}", "expected_action_sequence": [ { "phase": "reconnaissance", "tool": "identify_cipher", "description": "Initial target analysis" }, { "phase": "exploitation", "tool": "brute_xor", "description": "Apply RSA (Fermat) technique" }, ...
{ "type": "sparse", "reward_flag_found": 100, "penalty_per_step": 0.25, "reward_correct_tool": 0.1, "max_steps": 35, "success_criteria": "flag_found_tool_called", "partial_credit": true, "strategy_guidance": true }
[ { "scenario": "Basic reconnaissance", "observation": "Target is a web server running at http://target:8080", "thought": "Start with basic curl to identify the server and endpoints.", "action": "curl_request(url=\"http://target:8080\")", "result": "Server: nginx/1.18. Found /login.php endpoint." ...
{ "challenge_source": "HackTheBox style", "author": "s3cur1ty_r3s34rch3r", "created_at": "2025-05-21T11:03:00", "tags": [ "crypto", "hard", "RSA (Fermat)", "cryptography" ], "solved_count": 91 }
validation
CTF-AGENT-000421
2.0
agent_training_v2
You are a CTF steganography agent. Your goal is to capture the flag hidden in media files. Follow this methodology: 1. FILE ANALYSIS: Check file type, size anomalies, and metadata 2. STEGO DETECTION: Test for LSB, spectrogram, chunk analysis, and known tools 3. DATA EXTRACTION: Extract hidden data using appropriate te...
[ { "type": "function", "function": { "name": "search_web", "description": "Search the web for information", "parameters": { "type": "object", "properties": { "query": { "type": "string" }, "source": { "type": "string", ...
{ "id": "TASK-000421", "instruction": "Find the hidden message in this media file using Audio Spectrogram. The flag is concealed using steganography techniques. Apply appropriate detection and extraction methods to recover it.", "category": "stego", "technique": "Audio Spectrogram", "cwe": "CWE-200", "diffi...
{ "flag": "flag{f4st3r_k3y_8807}", "expected_action_sequence": [ { "phase": "reconnaissance", "tool": "extract_exif", "description": "Initial target analysis" }, { "phase": "exploitation", "tool": "steghide_extract", "description": "Apply Audio Spectrogram technique" ...
{ "type": "sparse", "reward_flag_found": 100, "penalty_per_step": 0.25, "reward_correct_tool": 0.1, "max_steps": 35, "success_criteria": "flag_found_tool_called", "partial_credit": true, "strategy_guidance": true }
[ { "scenario": "Basic reconnaissance", "observation": "Target is a web server running at http://target:8080", "thought": "Start with basic curl to identify the server and endpoints.", "action": "curl_request(url=\"http://target:8080\")", "result": "Server: nginx/1.18. Found /login.php endpoint." ...
{ "challenge_source": "CTF-inspired", "author": "r00tk1t", "created_at": "2025-07-26T22:17:00", "tags": [ "stego", "hard", "Audio Spectrogram", "steganography" ], "solved_count": 436 }
validation
CTF-AGENT-000422
2.0
agent_training_v2
You are a CTF web exploitation agent. Your goal is to capture the flag by identifying and exploiting web vulnerabilities. Follow this methodology: 1. RECONNAISSANCE: Identify server technology, endpoints, parameters, and authentication mechanisms 2. VULNERABILITY SCANNING: Test for SQL injection, XSS, SSTI, LFI, SSRF,...
[ { "type": "function", "function": { "name": "sql_inject", "description": "Execute SQL injection payload", "parameters": { "type": "object", "properties": { "url": { "type": "string" }, "param": { "type": "string", ...
{ "id": "TASK-000422", "instruction": "Task: Capture the flag from a hard web application vulnerable to CSP Bypass. The flag is stored in the database. Bypass security controls using CSP Bypass to access it.", "category": "web", "technique": "CSP Bypass", "cwe": "CWE-693", "difficulty": "hard", "points": ...
{ "flag": "flag{d4wg_b1t_1517}", "expected_action_sequence": [ { "phase": "reconnaissance", "tool": "curl_request", "description": "Initial target analysis" }, { "phase": "exploitation", "tool": "sql_inject", "description": "Apply CSP Bypass technique" }, { ...
{ "type": "sparse", "reward_flag_found": 100, "penalty_per_step": 0.25, "reward_correct_tool": 0.1, "max_steps": 35, "success_criteria": "flag_found_tool_called", "partial_credit": true, "strategy_guidance": true }
[ { "scenario": "Basic reconnaissance", "observation": "Target is a web server running at http://target:8080", "thought": "Start with basic curl to identify the server and endpoints.", "action": "curl_request(url=\"http://target:8080\")", "result": "Server: nginx/1.18. Found /login.php endpoint." ...
{ "challenge_source": "HackTheBox style", "author": "c4ptur3", "created_at": "2025-12-08T10:37:00", "tags": [ "web", "hard", "CSP Bypass" ], "solved_count": 438 }
validation
CTF-AGENT-000423
2.0
agent_training_v2
You are a CTF OSINT agent. Your goal is to capture the flag by gathering and analyzing publicly available information. Follow this methodology: 1. DOMAIN RECON: WHOIS, DNS enumeration, subdomain discovery 2. TECHNICAL OSINT: Certificate transparency, Shodan, GitHub repositories 3. SOCIAL OSINT: Social media, image met...
[ { "type": "function", "function": { "name": "flag_found", "description": "Submit the discovered flag", "parameters": { "type": "object", "properties": { "flag": { "type": "string", "description": "The captured flag" } }, ...
{ "id": "TASK-000423", "instruction": "The flag is out there in the open. Use Shodan Search techniques to find it. The target may have left traces across certificate logs.", "category": "osint", "technique": "Shodan Search", "cwe": "CWE-200", "difficulty": "medium", "points": 338, "challenge_name": "Fac...
{ "flag": "flag{5d95456ca30792cbb5fd}", "expected_action_sequence": [ { "phase": "reconnaissance", "tool": "dns_lookup", "description": "Initial target analysis" }, { "phase": "exploitation", "tool": "subdomain_enum", "description": "Apply Shodan Search technique" ...
{ "type": "sparse", "reward_flag_found": 100, "penalty_per_step": 0.5, "reward_correct_tool": 0.1, "max_steps": 20, "success_criteria": "flag_found_tool_called", "partial_credit": true, "strategy_guidance": true }
[ { "scenario": "Basic reconnaissance", "observation": "Target is a web server running at http://target:8080", "thought": "Start with basic curl to identify the server and endpoints.", "action": "curl_request(url=\"http://target:8080\")", "result": "Server: nginx/1.18. Found /login.php endpoint." ...
{ "challenge_source": "HackTheBox style", "author": "s3cur1ty_r3s34rch3r", "created_at": "2025-09-02T12:55:00", "tags": [ "osint", "medium", "Shodan Search", "recon" ], "solved_count": 176 }
train
CTF-AGENT-000424
2.0
agent_training_v2
You are a CTF OSINT agent. Your goal is to capture the flag by gathering and analyzing publicly available information. Follow this methodology: 1. DOMAIN RECON: WHOIS, DNS enumeration, subdomain discovery 2. TECHNICAL OSINT: Certificate transparency, Shodan, GitHub repositories 3. SOCIAL OSINT: Social media, image met...
[ { "type": "function", "function": { "name": "flag_found", "description": "Submit the discovered flag", "parameters": { "type": "object", "properties": { "flag": { "type": "string", "description": "The captured flag" } }, ...
{ "id": "TASK-000424", "instruction": "The flag is out there in the open. Use Instagram OSINT techniques to find it. The target may have left traces across code repositories.", "category": "osint", "technique": "Instagram OSINT", "cwe": "CWE-200", "difficulty": "easy", "points": 84, "challenge_name": "S...
{ "flag": "flag{c0ngr4ts5628}", "expected_action_sequence": [ { "phase": "reconnaissance", "tool": "dns_lookup", "description": "Initial target analysis" }, { "phase": "exploitation", "tool": "subdomain_enum", "description": "Apply Instagram OSINT technique" }, ...
{ "type": "sparse", "reward_flag_found": 100, "penalty_per_step": 1, "reward_correct_tool": 0.1, "max_steps": 10, "success_criteria": "flag_found_tool_called", "partial_credit": true, "strategy_guidance": false }
[ { "scenario": "Basic reconnaissance", "observation": "Target is a web server running at http://target:8080", "thought": "Start with basic curl to identify the server and endpoints.", "action": "curl_request(url=\"http://target:8080\")", "result": "Server: nginx/1.18. Found /login.php endpoint." ...
{ "challenge_source": "CTF-inspired", "author": "s3cur1ty_r3s34rch3r", "created_at": "2025-02-01T13:21:00", "tags": [ "osint", "easy", "Instagram OSINT" ], "solved_count": 688 }
train
CTF-AGENT-000425
2.0
agent_training_v2
You are a CTF digital forensics agent. Your goal is to capture the flag by analyzing forensic artifacts. Follow this methodology: 1. EVIDENCE ACQUISITION: Identify file types and extract basic metadata 2. DEEP SCAN: Carve files, analyze PCAPs, dump memory 3. CORRELATION: Cross-reference timestamps, processes, network ...
[ { "type": "function", "function": { "name": "volatility_analyze", "description": "Analyze memory dump with Volatility", "parameters": { "type": "object", "properties": { "dump_path": { "type": "string" }, "plugin": { "ty...
{ "id": "TASK-000425", "instruction": "A security incident occurred. Analyze the forensic artifacts using LUKS Header to reconstruct the attack timeline and recover the flag left behind by the attacker.", "category": "forensics", "technique": "LUKS Header", "cwe": "CWE-200", "difficulty": "medium", "point...
{ "flag": "flag{8904a85dd978d7d0f3381b}", "expected_action_sequence": [ { "phase": "reconnaissance", "tool": "analyze_file_type", "description": "Initial target analysis" }, { "phase": "exploitation", "tool": "volatility_analyze", "description": "Apply LUKS Header tec...
{ "type": "sparse", "reward_flag_found": 100, "penalty_per_step": 0.5, "reward_correct_tool": 0.1, "max_steps": 20, "success_criteria": "flag_found_tool_called", "partial_credit": true, "strategy_guidance": true }
[ { "scenario": "Basic reconnaissance", "observation": "Target is a web server running at http://target:8080", "thought": "Start with basic curl to identify the server and endpoints.", "action": "curl_request(url=\"http://target:8080\")", "result": "Server: nginx/1.18. Found /login.php endpoint." ...
{ "challenge_source": "CTF-inspired", "author": "s3cur1ty_r3s34rch3r", "created_at": "2025-09-10T04:15:00", "tags": [ "forensics", "medium", "LUKS Header" ], "solved_count": 1223 }
train
CTF-AGENT-000426
2.0
agent_training_v2
You are a CTF reverse engineering agent. Your goal is to capture the flag by analyzing and understanding binary code. Follow this methodology: 1. INITIAL ANALYSIS: File type detection, strings extraction, and high-level inspection 2. STATIC ANALYSIS: Decompile binaries to understand the algorithm 3. DYNAMIC ANALYSIS: ...
[ { "type": "function", "function": { "name": "analyze_strings", "description": "Extract strings from data/file", "parameters": { "type": "object", "properties": { "data": { "type": "string" }, "min_length": { "type": "int...
{ "id": "TASK-000426", "instruction": "Reverse engineer this easy binary to recover the flag. The binary implements a S-Box Recovery-based validation routine. Analyze the algorithm, reverse the operations, and compute the correct input that produces the flag.", "category": "rev", "technique": "S-Box Recovery", ...
{ "flag": "flag{0v3rfl0w3835}", "expected_action_sequence": [ { "phase": "reconnaissance", "tool": "analyze_file", "description": "Initial target analysis" }, { "phase": "exploitation", "tool": "solve_z3", "description": "Apply S-Box Recovery technique" }, { ...
{ "type": "sparse", "reward_flag_found": 100, "penalty_per_step": 1, "reward_correct_tool": 0.1, "max_steps": 10, "success_criteria": "flag_found_tool_called", "partial_credit": true, "strategy_guidance": false }
[ { "scenario": "Basic reconnaissance", "observation": "Target is a web server running at http://target:8080", "thought": "Start with basic curl to identify the server and endpoints.", "action": "curl_request(url=\"http://target:8080\")", "result": "Server: nginx/1.18. Found /login.php endpoint." ...
{ "challenge_source": "HackTheBox style", "author": "c4ptur3", "created_at": "2025-04-21T08:13:00", "tags": [ "rev", "easy", "S-Box Recovery" ], "solved_count": 1381 }
train
CTF-AGENT-000427
2.0
agent_training_v2
You are a CTF steganography agent. Your goal is to capture the flag hidden in media files. Follow this methodology: 1. FILE ANALYSIS: Check file type, size anomalies, and metadata 2. STEGO DETECTION: Test for LSB, spectrogram, chunk analysis, and known tools 3. DATA EXTRACTION: Extract hidden data using appropriate te...
[ { "type": "function", "function": { "name": "analyze_lsb", "description": "Extract LSB data from image", "parameters": { "type": "object", "properties": { "file_path": { "type": "string" }, "bit_plane": { "type": "intege...
{ "id": "TASK-000427", "instruction": "Find the hidden message in this media file using GIF Frame Stego. The flag is concealed using steganography techniques. Apply appropriate detection and extraction methods to recover it.", "category": "stego", "technique": "GIF Frame Stego", "cwe": "CWE-200", "difficult...
{ "flag": "flag{3xpl01t3d1413}", "expected_action_sequence": [ { "phase": "reconnaissance", "tool": "extract_exif", "description": "Initial target analysis" }, { "phase": "exploitation", "tool": "analyze_lsb", "description": "Apply GIF Frame Stego technique" }, ...
{ "type": "sparse", "reward_flag_found": 100, "penalty_per_step": 1, "reward_correct_tool": 0.1, "max_steps": 10, "success_criteria": "flag_found_tool_called", "partial_credit": true, "strategy_guidance": false }
[ { "scenario": "Basic reconnaissance", "observation": "Target is a web server running at http://target:8080", "thought": "Start with basic curl to identify the server and endpoints.", "action": "curl_request(url=\"http://target:8080\")", "result": "Server: nginx/1.18. Found /login.php endpoint." ...
{ "challenge_source": "Original", "author": "r00tk1t", "created_at": "2025-07-05T04:23:00", "tags": [ "stego", "easy", "GIF Frame Stego", "steganography" ], "solved_count": 4927 }
train
CTF-AGENT-000428
2.0
agent_training_v2
You are a CTF OSINT agent. Your goal is to capture the flag by gathering and analyzing publicly available information. Follow this methodology: 1. DOMAIN RECON: WHOIS, DNS enumeration, subdomain discovery 2. TECHNICAL OSINT: Certificate transparency, Shodan, GitHub repositories 3. SOCIAL OSINT: Social media, image met...
[ { "type": "function", "function": { "name": "search_web", "description": "Search the web for information", "parameters": { "type": "object", "properties": { "query": { "type": "string" }, "source": { "type": "string", ...
{ "id": "TASK-000428", "instruction": "The flag is out there in the open. Use Google Maps OSINT techniques to find it. The target may have left traces across DNS records.", "category": "osint", "technique": "Google Maps OSINT", "cwe": "CWE-200", "difficulty": "medium", "points": 307, "challenge_name": "...
{ "flag": "flag{cf746fb07e65aed96d3cd557c4af414d}", "expected_action_sequence": [ { "phase": "reconnaissance", "tool": "dns_lookup", "description": "Initial target analysis" }, { "phase": "exploitation", "tool": "reverse_image_search", "description": "Apply Google Map...
{ "type": "sparse", "reward_flag_found": 100, "penalty_per_step": 0.5, "reward_correct_tool": 0.1, "max_steps": 20, "success_criteria": "flag_found_tool_called", "partial_credit": true, "strategy_guidance": true }
[ { "scenario": "Basic reconnaissance", "observation": "Target is a web server running at http://target:8080", "thought": "Start with basic curl to identify the server and endpoints.", "action": "curl_request(url=\"http://target:8080\")", "result": "Server: nginx/1.18. Found /login.php endpoint." ...
{ "challenge_source": "CTF-inspired", "author": "c4ptur3", "created_at": "2025-10-25T09:24:00", "tags": [ "osint", "medium", "Google Maps OSINT" ], "solved_count": 326 }
train
CTF-AGENT-000429
2.0
agent_training_v2
You are a CTF miscellaneous challenge agent. Your goal is to capture the flag by solving diverse encoding, programming, and logic challenges. Follow this methodology: 1. PROBLEM ANALYSIS: Identify encoding scheme, programming language, or puzzle type 2. DECODING/SOLVING: Apply appropriate decoding techniques or execut...
[ { "type": "function", "function": { "name": "type_juggle", "description": "Exploit PHP loose type comparison", "parameters": { "type": "object", "properties": { "target_hash": { "type": "string", "description": "Hash starting with \"0e\"" ...
{ "id": "TASK-000429", "instruction": "A peculiar challenge awaits. Use Bifid Cipher to decode, execute, or bypass the obstacle and capture the flag.", "category": "misc", "technique": "Bifid Cipher", "cwe": "CWE-200", "difficulty": "hard", "points": 469, "challenge_name": "ZIP Cracking Lab", "environ...
{ "flag": "flag{h4rd3r_b1t_1801}", "expected_action_sequence": [ { "phase": "reconnaissance", "tool": "decode_base64", "description": "Initial target analysis" }, { "phase": "exploitation", "tool": "type_juggle", "description": "Apply Bifid Cipher technique" }, ...
{ "type": "sparse", "reward_flag_found": 100, "penalty_per_step": 0.25, "reward_correct_tool": 0.1, "max_steps": 35, "success_criteria": "flag_found_tool_called", "partial_credit": true, "strategy_guidance": true }
[ { "scenario": "Basic reconnaissance", "observation": "Target is a web server running at http://target:8080", "thought": "Start with basic curl to identify the server and endpoints.", "action": "curl_request(url=\"http://target:8080\")", "result": "Server: nginx/1.18. Found /login.php endpoint." ...
{ "challenge_source": "CTF-inspired", "author": "r00tk1t", "created_at": "2025-08-18T21:58:00", "tags": [ "misc", "hard", "Bifid Cipher" ], "solved_count": 270 }
validation
CTF-AGENT-000430
2.0
agent_training_v2
You are a CTF cryptanalysis agent. Your goal is to capture the flag by breaking cryptographic implementations. Follow this methodology: 1. ALGORITHM IDENTIFICATION: Determine cipher type from ciphertext characteristics 2. KEY RECOVERY: Use known attacks (brute force, frequency analysis, factorization, oracle) 3. DECRY...
[ { "type": "function", "function": { "name": "identify_cipher", "description": "Identify type of cipher/ciphertext", "parameters": { "type": "object", "properties": { "ciphertext": { "type": "string" }, "hint": { "type": ...
{ "id": "TASK-000430", "instruction": "Break this crypto implementation. The ciphertext was generated with a flawed implementation of Vigenère Cipher. Recover the key or directly decrypt to reveal the flag.", "category": "crypto", "technique": "Vigenère Cipher", "cwe": "CWE-326", "difficulty": "hard", "po...
{ "flag": "flag{h4rd3r_fl4g_7983}", "expected_action_sequence": [ { "phase": "reconnaissance", "tool": "identify_cipher", "description": "Initial target analysis" }, { "phase": "exploitation", "tool": "brute_xor", "description": "Apply Vigenère Cipher technique" }...
{ "type": "sparse", "reward_flag_found": 100, "penalty_per_step": 0.25, "reward_correct_tool": 0.1, "max_steps": 35, "success_criteria": "flag_found_tool_called", "partial_credit": true, "strategy_guidance": true }
[ { "scenario": "Basic reconnaissance", "observation": "Target is a web server running at http://target:8080", "thought": "Start with basic curl to identify the server and endpoints.", "action": "curl_request(url=\"http://target:8080\")", "result": "Server: nginx/1.18. Found /login.php endpoint." ...
{ "challenge_source": "CTF-inspired", "author": "c4ptur3", "created_at": "2025-04-01T03:53:00", "tags": [ "crypto", "hard", "Vigenère Cipher", "cryptography" ], "solved_count": 216 }
validation
CTF-AGENT-000431
2.0
agent_training_v2
You are a CTF digital forensics agent. Your goal is to capture the flag by analyzing forensic artifacts. Follow this methodology: 1. EVIDENCE ACQUISITION: Identify file types and extract basic metadata 2. DEEP SCAN: Carve files, analyze PCAPs, dump memory 3. CORRELATION: Cross-reference timestamps, processes, network ...
[ { "type": "function", "function": { "name": "analyze_file_type", "description": "Identify file type and extract metadata", "parameters": { "type": "object", "properties": { "evidence_path": { "type": "string" }, "extract_strings": {...
{ "id": "TASK-000431", "instruction": "A security incident occurred. Analyze the forensic artifacts using Sysmon Analysis to reconstruct the attack timeline and recover the flag left behind by the attacker.", "category": "forensics", "technique": "Sysmon Analysis", "cwe": "CWE-200", "difficulty": "medium", ...
{ "flag": "flag{34a1ea5183f7f2696f18}", "expected_action_sequence": [ { "phase": "reconnaissance", "tool": "analyze_file_type", "description": "Initial target analysis" }, { "phase": "exploitation", "tool": "carve_files", "description": "Apply Sysmon Analysis techniqu...
{ "type": "sparse", "reward_flag_found": 100, "penalty_per_step": 0.5, "reward_correct_tool": 0.1, "max_steps": 20, "success_criteria": "flag_found_tool_called", "partial_credit": true, "strategy_guidance": true }
[ { "scenario": "Basic reconnaissance", "observation": "Target is a web server running at http://target:8080", "thought": "Start with basic curl to identify the server and endpoints.", "action": "curl_request(url=\"http://target:8080\")", "result": "Server: nginx/1.18. Found /login.php endpoint." ...
{ "challenge_source": "HackTheBox style", "author": "c4ptur3", "created_at": "2025-06-05T03:45:00", "tags": [ "forensics", "medium", "Sysmon Analysis" ], "solved_count": 1857 }
train
CTF-AGENT-000432
2.0
agent_training_v2
You are a CTF binary exploitation agent. Your goal is to capture the flag by exploiting binary vulnerabilities. Follow this methodology: 1. BINARY ANALYSIS: Analyze file type, security protections (checksec), and symbols 2. VULNERABILITY IDENTIFICATION: Disassemble functions to find buffer overflows, format strings, h...
[ { "type": "function", "function": { "name": "flag_found", "description": "Submit the discovered flag", "parameters": { "type": "object", "properties": { "flag": { "type": "string", "description": "The captured flag" } }, ...
{ "id": "TASK-000432", "instruction": "Mission: Exploit a binary service to capture the flag. The binary at the remote host is vulnerable to Kernel Exploit. Analyze the binary's protections, reverse engineer the vulnerability, and craft an exploit to read the flag from the remote filesystem.", "category": "pwn", ...
{ "flag": "flag{g0t_p4ss_8828}", "expected_action_sequence": [ { "phase": "reconnaissance", "tool": "check_binary_security", "description": "Initial target analysis" }, { "phase": "exploitation", "tool": "find_rop_gadgets", "description": "Apply Kernel Exploit techniq...
{ "type": "sparse", "reward_flag_found": 100, "penalty_per_step": 0.25, "reward_correct_tool": 0.1, "max_steps": 35, "success_criteria": "flag_found_tool_called", "partial_credit": true, "strategy_guidance": true }
[ { "scenario": "Basic reconnaissance", "observation": "Target is a web server running at http://target:8080", "thought": "Start with basic curl to identify the server and endpoints.", "action": "curl_request(url=\"http://target:8080\")", "result": "Server: nginx/1.18. Found /login.php endpoint." ...
{ "challenge_source": "HackTheBox style", "author": "wh1t3_h4t", "created_at": "2025-02-22T22:04:00", "tags": [ "pwn", "hard", "Kernel Exploit" ], "solved_count": 185 }
validation
CTF-AGENT-000433
2.0
agent_training_v2
You are a CTF web exploitation agent. Your goal is to capture the flag by identifying and exploiting web vulnerabilities. Follow this methodology: 1. RECONNAISSANCE: Identify server technology, endpoints, parameters, and authentication mechanisms 2. VULNERABILITY SCANNING: Test for SQL injection, XSS, SSTI, LFI, SSRF,...
[ { "type": "function", "function": { "name": "execute_python", "description": "Execute Python code for computation", "parameters": { "type": "object", "properties": { "code": { "type": "string", "description": "Python code to execute" ...
{ "id": "TASK-000433", "instruction": "Task: Capture the flag from a insane web application vulnerable to LDAP Injection. The flag is stored in the filesystem. Bypass security controls using LDAP Injection to access it.", "category": "web", "technique": "LDAP Injection", "cwe": "CWE-90", "difficulty": "insa...
{ "flag": "flag{d0n3_81$}", "expected_action_sequence": [ { "phase": "reconnaissance", "tool": "curl_request", "description": "Initial target analysis" }, { "phase": "exploitation", "tool": "analyze_response", "description": "Apply LDAP Injection technique" }, ...
{ "type": "sparse", "reward_flag_found": 100, "penalty_per_step": 0.25, "reward_correct_tool": 0.1, "max_steps": 50, "success_criteria": "flag_found_tool_called", "partial_credit": false, "strategy_guidance": true }
[ { "scenario": "Basic reconnaissance", "observation": "Target is a web server running at http://target:8080", "thought": "Start with basic curl to identify the server and endpoints.", "action": "curl_request(url=\"http://target:8080\")", "result": "Server: nginx/1.18. Found /login.php endpoint." ...
{ "challenge_source": "CTF-inspired", "author": "c4ptur3", "created_at": "2025-03-03T07:36:00", "tags": [ "web", "insane", "LDAP Injection" ], "solved_count": 68 }
test
CTF-AGENT-000434
2.0
agent_training_v2
You are a CTF web exploitation agent. Your goal is to capture the flag by identifying and exploiting web vulnerabilities. Follow this methodology: 1. RECONNAISSANCE: Identify server technology, endpoints, parameters, and authentication mechanisms 2. VULNERABILITY SCANNING: Test for SQL injection, XSS, SSTI, LFI, SSRF,...
[ { "type": "function", "function": { "name": "analyze_response", "description": "Analyze HTTP response for vulnerabilities", "parameters": { "type": "object", "properties": { "response_body": { "type": "string" }, "response_headers":...
{ "id": "TASK-000434", "instruction": "A web application is running with a known SSO Exploitation vulnerability. Perform recon, identify the injectable parameter, and exploit it to retrieve the flag. The target is protected by input sanitization that is incomplete.", "category": "web", "technique": "SSO Exploit...
{ "flag": "flag{y0l0_79$}", "expected_action_sequence": [ { "phase": "reconnaissance", "tool": "curl_request", "description": "Initial target analysis" }, { "phase": "exploitation", "tool": "analyze_response", "description": "Apply SSO Exploitation technique" }, ...
{ "type": "sparse", "reward_flag_found": 100, "penalty_per_step": 0.25, "reward_correct_tool": 0.1, "max_steps": 50, "success_criteria": "flag_found_tool_called", "partial_credit": false, "strategy_guidance": true }
[ { "scenario": "Basic reconnaissance", "observation": "Target is a web server running at http://target:8080", "thought": "Start with basic curl to identify the server and endpoints.", "action": "curl_request(url=\"http://target:8080\")", "result": "Server: nginx/1.18. Found /login.php endpoint." ...
{ "challenge_source": "CTF-inspired", "author": "c4ptur3", "created_at": "2025-07-23T11:21:00", "tags": [ "web", "insane", "SSO Exploitation" ], "solved_count": 43 }
test
CTF-AGENT-000435
2.0
agent_training_v2
You are a CTF digital forensics agent. Your goal is to capture the flag by analyzing forensic artifacts. Follow this methodology: 1. EVIDENCE ACQUISITION: Identify file types and extract basic metadata 2. DEEP SCAN: Carve files, analyze PCAPs, dump memory 3. CORRELATION: Cross-reference timestamps, processes, network ...
[ { "type": "function", "function": { "name": "analyze_file_type", "description": "Identify file type and extract metadata", "parameters": { "type": "object", "properties": { "evidence_path": { "type": "string" }, "extract_strings": {...
{ "id": "TASK-000435", "instruction": "Investigate the provided forensic evidence to find the flag. Use USN Journal to analyze packet captures. The flag may be hidden in deleted files, process memory, or network traffic.", "category": "forensics", "technique": "USN Journal", "cwe": "CWE-200", "difficulty": ...
{ "flag": "flag{c4ptur3d8587}", "expected_action_sequence": [ { "phase": "reconnaissance", "tool": "analyze_file_type", "description": "Initial target analysis" }, { "phase": "exploitation", "tool": "carve_files", "description": "Apply USN Journal technique" }, ...
{ "type": "sparse", "reward_flag_found": 100, "penalty_per_step": 1, "reward_correct_tool": 0.1, "max_steps": 10, "success_criteria": "flag_found_tool_called", "partial_credit": true, "strategy_guidance": false }
[ { "scenario": "Basic reconnaissance", "observation": "Target is a web server running at http://target:8080", "thought": "Start with basic curl to identify the server and endpoints.", "action": "curl_request(url=\"http://target:8080\")", "result": "Server: nginx/1.18. Found /login.php endpoint." ...
{ "challenge_source": "HackTheBox style", "author": "h4ck3rm4n", "created_at": "2025-12-19T18:55:00", "tags": [ "forensics", "easy", "USN Journal" ], "solved_count": 2216 }
train
CTF-AGENT-000436
2.0
agent_training_v2
You are a CTF web exploitation agent. Your goal is to capture the flag by identifying and exploiting web vulnerabilities. Follow this methodology: 1. RECONNAISSANCE: Identify server technology, endpoints, parameters, and authentication mechanisms 2. VULNERABILITY SCANNING: Test for SQL injection, XSS, SSTI, LFI, SSRF,...
[ { "type": "function", "function": { "name": "decode_jwt", "description": "Decode and analyze a JWT token", "parameters": { "type": "object", "properties": { "token": { "type": "string", "description": "JWT token string" }, ...
{ "id": "TASK-000436", "instruction": "A web application is running with a known Deserialization (Python) vulnerability. Perform recon, identify the injectable parameter, and exploit it to retrieve the flag. The target is protected by input sanitization that is incomplete.", "category": "web", "technique": "Des...
{ "flag": "flag{6d5491d53e4206adcf}", "expected_action_sequence": [ { "phase": "reconnaissance", "tool": "curl_request", "description": "Initial target analysis" }, { "phase": "exploitation", "tool": "decode_jwt", "description": "Apply Deserialization (Python) techniq...
{ "type": "sparse", "reward_flag_found": 100, "penalty_per_step": 0.5, "reward_correct_tool": 0.1, "max_steps": 20, "success_criteria": "flag_found_tool_called", "partial_credit": true, "strategy_guidance": true }
[ { "scenario": "Basic reconnaissance", "observation": "Target is a web server running at http://target:8080", "thought": "Start with basic curl to identify the server and endpoints.", "action": "curl_request(url=\"http://target:8080\")", "result": "Server: nginx/1.18. Found /login.php endpoint." ...
{ "challenge_source": "CTF-inspired", "author": "h4ck3rm4n", "created_at": "2025-11-07T04:48:00", "tags": [ "web", "medium", "Deserialization (Pyt" ], "solved_count": 591 }
train
CTF-AGENT-000437
2.0
agent_training_v2
You are a CTF miscellaneous challenge agent. Your goal is to capture the flag by solving diverse encoding, programming, and logic challenges. Follow this methodology: 1. PROBLEM ANALYSIS: Identify encoding scheme, programming language, or puzzle type 2. DECODING/SOLVING: Apply appropriate decoding techniques or execut...
[ { "type": "function", "function": { "name": "exploit_jail", "description": "Attempt sandbox/jail escape", "parameters": { "type": "object", "properties": { "code": { "type": "string", "description": "Code to execute in jail" }, ...
{ "id": "TASK-000437", "instruction": "Solve this medium miscellaneous challenge. The data is encoded/obfuscated using Programming Puzzle. Apply the correct decoding or solving technique to reveal the flag.", "category": "misc", "technique": "Programming Puzzle", "cwe": "CWE-200", "difficulty": "medium", ...
{ "flag": "flag{d52fa386d919c3dd6e70788e36458e69}", "expected_action_sequence": [ { "phase": "reconnaissance", "tool": "decode_base64", "description": "Initial target analysis" }, { "phase": "exploitation", "tool": "exploit_jail", "description": "Apply Programming Puz...
{ "type": "sparse", "reward_flag_found": 100, "penalty_per_step": 0.5, "reward_correct_tool": 0.1, "max_steps": 20, "success_criteria": "flag_found_tool_called", "partial_credit": true, "strategy_guidance": true }
[ { "scenario": "Basic reconnaissance", "observation": "Target is a web server running at http://target:8080", "thought": "Start with basic curl to identify the server and endpoints.", "action": "curl_request(url=\"http://target:8080\")", "result": "Server: nginx/1.18. Found /login.php endpoint." ...
{ "challenge_source": "Original", "author": "h4ck3rm4n", "created_at": "2025-10-27T09:58:00", "tags": [ "misc", "medium", "Programming Puzzle" ], "solved_count": 1504 }
train
CTF-AGENT-000438
2.0
agent_training_v2
You are a CTF web exploitation agent. Your goal is to capture the flag by identifying and exploiting web vulnerabilities. Follow this methodology: 1. RECONNAISSANCE: Identify server technology, endpoints, parameters, and authentication mechanisms 2. VULNERABILITY SCANNING: Test for SQL injection, XSS, SSTI, LFI, SSRF,...
[ { "type": "function", "function": { "name": "flag_found", "description": "Submit the discovered flag", "parameters": { "type": "object", "properties": { "flag": { "type": "string", "description": "The captured flag" } }, ...
{ "id": "TASK-000438", "instruction": "Task: Capture the flag from a hard web application vulnerable to Command Injection. The flag is stored in the admin-only endpoint. Bypass security controls using Command Injection to access it.", "category": "web", "technique": "Command Injection", "cwe": "CWE-78", "di...
{ "flag": "flag{d4wg_p4ss_5962}", "expected_action_sequence": [ { "phase": "reconnaissance", "tool": "curl_request", "description": "Initial target analysis" }, { "phase": "exploitation", "tool": "analyze_response", "description": "Apply Command Injection technique" ...
{ "type": "sparse", "reward_flag_found": 100, "penalty_per_step": 0.25, "reward_correct_tool": 0.1, "max_steps": 35, "success_criteria": "flag_found_tool_called", "partial_credit": true, "strategy_guidance": true }
[ { "scenario": "Basic reconnaissance", "observation": "Target is a web server running at http://target:8080", "thought": "Start with basic curl to identify the server and endpoints.", "action": "curl_request(url=\"http://target:8080\")", "result": "Server: nginx/1.18. Found /login.php endpoint." ...
{ "challenge_source": "HackTheBox style", "author": "s3cur1ty_r3s34rch3r", "created_at": "2025-04-25T12:08:00", "tags": [ "web", "hard", "Command Injection" ], "solved_count": 267 }
validation
CTF-AGENT-000439
2.0
agent_training_v2
You are a CTF OSINT agent. Your goal is to capture the flag by gathering and analyzing publicly available information. Follow this methodology: 1. DOMAIN RECON: WHOIS, DNS enumeration, subdomain discovery 2. TECHNICAL OSINT: Certificate transparency, Shodan, GitHub repositories 3. SOCIAL OSINT: Social media, image met...
[ { "type": "function", "function": { "name": "execute_python", "description": "Execute Python code for computation", "parameters": { "type": "object", "properties": { "code": { "type": "string", "description": "Python code to execute" ...
{ "id": "TASK-000439", "instruction": "The flag is out there in the open. Use Google Dorking techniques to find it. The target may have left traces across certificate logs.", "category": "osint", "technique": "Google Dorking", "cwe": "CWE-200", "difficulty": "hard", "points": 429, "challenge_name": "Ema...
{ "flag": "flag{cr4ck_p4ss_6946}", "expected_action_sequence": [ { "phase": "reconnaissance", "tool": "dns_lookup", "description": "Initial target analysis" }, { "phase": "exploitation", "tool": "subdomain_enum", "description": "Apply Google Dorking technique" }, ...
{ "type": "sparse", "reward_flag_found": 100, "penalty_per_step": 0.25, "reward_correct_tool": 0.1, "max_steps": 35, "success_criteria": "flag_found_tool_called", "partial_credit": true, "strategy_guidance": true }
[ { "scenario": "Basic reconnaissance", "observation": "Target is a web server running at http://target:8080", "thought": "Start with basic curl to identify the server and endpoints.", "action": "curl_request(url=\"http://target:8080\")", "result": "Server: nginx/1.18. Found /login.php endpoint." ...
{ "challenge_source": "Community submission", "author": "wh1t3_h4t", "created_at": "2025-08-20T21:48:00", "tags": [ "osint", "hard", "Google Dorking", "recon" ], "solved_count": 260 }
validation
CTF-AGENT-000440
2.0
agent_training_v2
You are a CTF binary exploitation agent. Your goal is to capture the flag by exploiting binary vulnerabilities. Follow this methodology: 1. BINARY ANALYSIS: Analyze file type, security protections (checksec), and symbols 2. VULNERABILITY IDENTIFICATION: Disassemble functions to find buffer overflows, format strings, h...
[ { "type": "function", "function": { "name": "search_web", "description": "Search the web for information", "parameters": { "type": "object", "properties": { "query": { "type": "string" }, "source": { "type": "string", ...
{ "id": "TASK-000440", "instruction": "Mission: Exploit a binary service to capture the flag. The binary at the remote host is vulnerable to Integer Overflow. Analyze the binary's protections, reverse engineer the vulnerability, and craft an exploit to read the flag from the remote filesystem.", "category": "pwn"...
{ "flag": "flag{h4rd3r_sh3ll_8863}", "expected_action_sequence": [ { "phase": "reconnaissance", "tool": "check_binary_security", "description": "Initial target analysis" }, { "phase": "exploitation", "tool": "disassemble_function", "description": "Apply Integer Overfl...
{ "type": "sparse", "reward_flag_found": 100, "penalty_per_step": 0.25, "reward_correct_tool": 0.1, "max_steps": 35, "success_criteria": "flag_found_tool_called", "partial_credit": true, "strategy_guidance": true }
[ { "scenario": "Basic reconnaissance", "observation": "Target is a web server running at http://target:8080", "thought": "Start with basic curl to identify the server and endpoints.", "action": "curl_request(url=\"http://target:8080\")", "result": "Server: nginx/1.18. Found /login.php endpoint." ...
{ "challenge_source": "Community submission", "author": "c4ptur3", "created_at": "2025-05-11T21:08:00", "tags": [ "pwn", "hard", "Integer Overflow", "buffer-overflow" ], "solved_count": 247 }
validation
CTF-AGENT-000441
2.0
agent_training_v2
You are a CTF OSINT agent. Your goal is to capture the flag by gathering and analyzing publicly available information. Follow this methodology: 1. DOMAIN RECON: WHOIS, DNS enumeration, subdomain discovery 2. TECHNICAL OSINT: Certificate transparency, Shodan, GitHub repositories 3. SOCIAL OSINT: Social media, image met...
[ { "type": "function", "function": { "name": "analyze_strings", "description": "Extract strings from data/file", "parameters": { "type": "object", "properties": { "data": { "type": "string" }, "min_length": { "type": "int...
{ "id": "TASK-000441", "instruction": "The flag is out there in the open. Use Instagram OSINT techniques to find it. The target may have left traces across code repositories.", "category": "osint", "technique": "Instagram OSINT", "cwe": "CWE-200", "difficulty": "easy", "points": 125, "challenge_name": "...
{ "flag": "flag{r3v3rs3d6298}", "expected_action_sequence": [ { "phase": "reconnaissance", "tool": "dns_lookup", "description": "Initial target analysis" }, { "phase": "exploitation", "tool": "whois_query", "description": "Apply Instagram OSINT technique" }, {...
{ "type": "sparse", "reward_flag_found": 100, "penalty_per_step": 1, "reward_correct_tool": 0.1, "max_steps": 10, "success_criteria": "flag_found_tool_called", "partial_credit": true, "strategy_guidance": false }
[ { "scenario": "Basic reconnaissance", "observation": "Target is a web server running at http://target:8080", "thought": "Start with basic curl to identify the server and endpoints.", "action": "curl_request(url=\"http://target:8080\")", "result": "Server: nginx/1.18. Found /login.php endpoint." ...
{ "challenge_source": "HackTheBox style", "author": "c4ptur3", "created_at": "2025-02-22T13:22:00", "tags": [ "osint", "easy", "Instagram OSINT" ], "solved_count": 3348 }
train
CTF-AGENT-000442
2.0
agent_training_v2
You are a CTF digital forensics agent. Your goal is to capture the flag by analyzing forensic artifacts. Follow this methodology: 1. EVIDENCE ACQUISITION: Identify file types and extract basic metadata 2. DEEP SCAN: Carve files, analyze PCAPs, dump memory 3. CORRELATION: Cross-reference timestamps, processes, network ...
[ { "type": "function", "function": { "name": "flag_found", "description": "Submit the discovered flag", "parameters": { "type": "object", "properties": { "flag": { "type": "string", "description": "The captured flag" } }, ...
{ "id": "TASK-000442", "instruction": "Investigate the provided forensic evidence to find the flag. Use ZIP Forensics to analyze packet captures. The flag may be hidden in deleted files, process memory, or network traffic.", "category": "forensics", "technique": "ZIP Forensics", "cwe": "CWE-200", "difficult...
{ "flag": "flag{32481a1d1245ff986e0fe348ed65}", "expected_action_sequence": [ { "phase": "reconnaissance", "tool": "analyze_file_type", "description": "Initial target analysis" }, { "phase": "exploitation", "tool": "carve_files", "description": "Apply ZIP Forensics te...
{ "type": "sparse", "reward_flag_found": 100, "penalty_per_step": 0.5, "reward_correct_tool": 0.1, "max_steps": 20, "success_criteria": "flag_found_tool_called", "partial_credit": true, "strategy_guidance": true }
[ { "scenario": "Basic reconnaissance", "observation": "Target is a web server running at http://target:8080", "thought": "Start with basic curl to identify the server and endpoints.", "action": "curl_request(url=\"http://target:8080\")", "result": "Server: nginx/1.18. Found /login.php endpoint." ...
{ "challenge_source": "CTF-inspired", "author": "c4ptur3", "created_at": "2025-12-08T20:48:00", "tags": [ "forensics", "medium", "ZIP Forensics" ], "solved_count": 932 }
train
CTF-AGENT-000443
2.0
agent_training_v2
You are a CTF digital forensics agent. Your goal is to capture the flag by analyzing forensic artifacts. Follow this methodology: 1. EVIDENCE ACQUISITION: Identify file types and extract basic metadata 2. DEEP SCAN: Carve files, analyze PCAPs, dump memory 3. CORRELATION: Cross-reference timestamps, processes, network ...
[ { "type": "function", "function": { "name": "flag_found", "description": "Submit the discovered flag", "parameters": { "type": "object", "properties": { "flag": { "type": "string", "description": "The captured flag" } }, ...
{ "id": "TASK-000443", "instruction": "A security incident occurred. Analyze the forensic artifacts using Jump Lists to reconstruct the attack timeline and recover the flag left behind by the attacker.", "category": "forensics", "technique": "Jump Lists", "cwe": "CWE-200", "difficulty": "easy", "points": ...
{ "flag": "flag{h4ck3d5884}", "expected_action_sequence": [ { "phase": "reconnaissance", "tool": "analyze_file_type", "description": "Initial target analysis" }, { "phase": "exploitation", "tool": "volatility_analyze", "description": "Apply Jump Lists technique" }...
{ "type": "sparse", "reward_flag_found": 100, "penalty_per_step": 1, "reward_correct_tool": 0.1, "max_steps": 10, "success_criteria": "flag_found_tool_called", "partial_credit": true, "strategy_guidance": false }
[ { "scenario": "Basic reconnaissance", "observation": "Target is a web server running at http://target:8080", "thought": "Start with basic curl to identify the server and endpoints.", "action": "curl_request(url=\"http://target:8080\")", "result": "Server: nginx/1.18. Found /login.php endpoint." ...
{ "challenge_source": "HackTheBox style", "author": "s3cur1ty_r3s34rch3r", "created_at": "2025-03-27T17:04:00", "tags": [ "forensics", "easy", "Jump Lists" ], "solved_count": 4503 }
train
CTF-AGENT-000444
2.0
agent_training_v2
You are a CTF web exploitation agent. Your goal is to capture the flag by identifying and exploiting web vulnerabilities. Follow this methodology: 1. RECONNAISSANCE: Identify server technology, endpoints, parameters, and authentication mechanisms 2. VULNERABILITY SCANNING: Test for SQL injection, XSS, SSTI, LFI, SSRF,...
[ { "type": "function", "function": { "name": "decode_jwt", "description": "Decode and analyze a JWT token", "parameters": { "type": "object", "properties": { "token": { "type": "string", "description": "JWT token string" }, ...
{ "id": "TASK-000444", "instruction": "Task: Capture the flag from a easy web application vulnerable to JWT None Algorithm. The flag is stored in the database. Bypass security controls using JWT None Algorithm to access it.", "category": "web", "technique": "JWT None Algorithm", "cwe": "CWE-287", "difficult...
{ "flag": "flag{r3v3rs3d300}", "expected_action_sequence": [ { "phase": "reconnaissance", "tool": "curl_request", "description": "Initial target analysis" }, { "phase": "exploitation", "tool": "decode_jwt", "description": "Apply JWT None Algorithm technique" }, ...
{ "type": "sparse", "reward_flag_found": 100, "penalty_per_step": 1, "reward_correct_tool": 0.1, "max_steps": 10, "success_criteria": "flag_found_tool_called", "partial_credit": true, "strategy_guidance": false }
[ { "scenario": "Basic reconnaissance", "observation": "Target is a web server running at http://target:8080", "thought": "Start with basic curl to identify the server and endpoints.", "action": "curl_request(url=\"http://target:8080\")", "result": "Server: nginx/1.18. Found /login.php endpoint." ...
{ "challenge_source": "CTF-inspired", "author": "h4ck3rm4n", "created_at": "2025-04-20T21:00:00", "tags": [ "web", "easy", "JWT None Algorithm" ], "solved_count": 2499 }
train
CTF-AGENT-000445
2.0
agent_training_v2
You are a CTF web exploitation agent. Your goal is to capture the flag by identifying and exploiting web vulnerabilities. Follow this methodology: 1. RECONNAISSANCE: Identify server technology, endpoints, parameters, and authentication mechanisms 2. VULNERABILITY SCANNING: Test for SQL injection, XSS, SSTI, LFI, SSRF,...
[ { "type": "function", "function": { "name": "curl_request", "description": "Send an HTTP request to a target URL", "parameters": { "type": "object", "properties": { "url": { "type": "string", "description": "Target URL" }, ...
{ "id": "TASK-000445", "instruction": "Task: Capture the flag from a easy web application vulnerable to File Upload Bypass. The flag is stored in the filesystem. Bypass security controls using File Upload Bypass to access it.", "category": "web", "technique": "File Upload Bypass", "cwe": "CWE-434", "difficu...
{ "flag": "flag{3xpl01t3d6158}", "expected_action_sequence": [ { "phase": "reconnaissance", "tool": "curl_request", "description": "Initial target analysis" }, { "phase": "exploitation", "tool": "sql_inject", "description": "Apply File Upload Bypass technique" }, ...
{ "type": "sparse", "reward_flag_found": 100, "penalty_per_step": 1, "reward_correct_tool": 0.1, "max_steps": 10, "success_criteria": "flag_found_tool_called", "partial_credit": true, "strategy_guidance": false }
[ { "scenario": "Basic reconnaissance", "observation": "Target is a web server running at http://target:8080", "thought": "Start with basic curl to identify the server and endpoints.", "action": "curl_request(url=\"http://target:8080\")", "result": "Server: nginx/1.18. Found /login.php endpoint." ...
{ "challenge_source": "HackTheBox style", "author": "s3cur1ty_r3s34rch3r", "created_at": "2025-06-15T11:25:00", "tags": [ "web", "easy", "File Upload Bypass", "sqli" ], "solved_count": 3297 }
train
CTF-AGENT-000446
2.0
agent_training_v2
You are a CTF web exploitation agent. Your goal is to capture the flag by identifying and exploiting web vulnerabilities. Follow this methodology: 1. RECONNAISSANCE: Identify server technology, endpoints, parameters, and authentication mechanisms 2. VULNERABILITY SCANNING: Test for SQL injection, XSS, SSTI, LFI, SSRF,...
[ { "type": "function", "function": { "name": "curl_request", "description": "Send an HTTP request to a target URL", "parameters": { "type": "object", "properties": { "url": { "type": "string", "description": "Target URL" }, ...
{ "id": "TASK-000446", "instruction": "A web application is running with a known RFI vulnerability. Perform recon, identify the injectable parameter, and exploit it to retrieve the flag. The target is protected by session cookies.", "category": "web", "technique": "RFI", "cwe": "CWE-98", "difficulty": "hard...
{ "flag": "flag{b3tt3r_k3y_6316}", "expected_action_sequence": [ { "phase": "reconnaissance", "tool": "curl_request", "description": "Initial target analysis" }, { "phase": "exploitation", "tool": "sql_inject", "description": "Apply RFI technique" }, { "...
{ "type": "sparse", "reward_flag_found": 100, "penalty_per_step": 0.25, "reward_correct_tool": 0.1, "max_steps": 35, "success_criteria": "flag_found_tool_called", "partial_credit": true, "strategy_guidance": true }
[ { "scenario": "Basic reconnaissance", "observation": "Target is a web server running at http://target:8080", "thought": "Start with basic curl to identify the server and endpoints.", "action": "curl_request(url=\"http://target:8080\")", "result": "Server: nginx/1.18. Found /login.php endpoint." ...
{ "challenge_source": "Community submission", "author": "c4ptur3", "created_at": "2025-04-28T23:07:00", "tags": [ "web", "hard", "RFI" ], "solved_count": 465 }
validation
CTF-AGENT-000447
2.0
agent_training_v2
You are a CTF OSINT agent. Your goal is to capture the flag by gathering and analyzing publicly available information. Follow this methodology: 1. DOMAIN RECON: WHOIS, DNS enumeration, subdomain discovery 2. TECHNICAL OSINT: Certificate transparency, Shodan, GitHub repositories 3. SOCIAL OSINT: Social media, image met...
[ { "type": "function", "function": { "name": "analyze_strings", "description": "Extract strings from data/file", "parameters": { "type": "object", "properties": { "data": { "type": "string" }, "min_length": { "type": "int...
{ "id": "TASK-000447", "instruction": "Conduct an OSINT investigation to locate the flag. Use Reddit OSINT to gather intelligence. The flag is hidden somewhere in publicly available information about the target. Follow the digital trail.", "category": "osint", "technique": "Reddit OSINT", "cwe": "CWE-200", ...
{ "flag": "flag{n0w_s3cr3t_9207}", "expected_action_sequence": [ { "phase": "reconnaissance", "tool": "dns_lookup", "description": "Initial target analysis" }, { "phase": "exploitation", "tool": "whois_query", "description": "Apply Reddit OSINT technique" }, {...
{ "type": "sparse", "reward_flag_found": 100, "penalty_per_step": 0.25, "reward_correct_tool": 0.1, "max_steps": 35, "success_criteria": "flag_found_tool_called", "partial_credit": true, "strategy_guidance": true }
[ { "scenario": "Basic reconnaissance", "observation": "Target is a web server running at http://target:8080", "thought": "Start with basic curl to identify the server and endpoints.", "action": "curl_request(url=\"http://target:8080\")", "result": "Server: nginx/1.18. Found /login.php endpoint." ...
{ "challenge_source": "Community submission", "author": "h4ck3rm4n", "created_at": "2025-03-11T12:26:00", "tags": [ "osint", "hard", "Reddit OSINT" ], "solved_count": 494 }
validation
CTF-AGENT-000448
2.0
agent_training_v2
You are a CTF digital forensics agent. Your goal is to capture the flag by analyzing forensic artifacts. Follow this methodology: 1. EVIDENCE ACQUISITION: Identify file types and extract basic metadata 2. DEEP SCAN: Carve files, analyze PCAPs, dump memory 3. CORRELATION: Cross-reference timestamps, processes, network ...
[ { "type": "function", "function": { "name": "carve_files", "description": "Carve deleted files from disk image", "parameters": { "type": "object", "properties": { "image_path": { "type": "string" }, "file_types": { "type...
{ "id": "TASK-000448", "instruction": "Investigate the provided forensic evidence to find the flag. Use BitLocker Recovery to analyze memory dumps. The flag may be hidden in deleted files, process memory, or network traffic.", "category": "forensics", "technique": "BitLocker Recovery", "cwe": "CWE-200", "di...
{ "flag": "flag{c2d43345c2ccb39aa1827e}", "expected_action_sequence": [ { "phase": "reconnaissance", "tool": "analyze_file_type", "description": "Initial target analysis" }, { "phase": "exploitation", "tool": "carve_files", "description": "Apply BitLocker Recovery tec...
{ "type": "sparse", "reward_flag_found": 100, "penalty_per_step": 0.5, "reward_correct_tool": 0.1, "max_steps": 20, "success_criteria": "flag_found_tool_called", "partial_credit": true, "strategy_guidance": true }
[ { "scenario": "Basic reconnaissance", "observation": "Target is a web server running at http://target:8080", "thought": "Start with basic curl to identify the server and endpoints.", "action": "curl_request(url=\"http://target:8080\")", "result": "Server: nginx/1.18. Found /login.php endpoint." ...
{ "challenge_source": "CTF-inspired", "author": "c4ptur3", "created_at": "2025-07-05T06:05:00", "tags": [ "forensics", "medium", "BitLocker Recovery" ], "solved_count": 1534 }
train
CTF-AGENT-000449
2.0
agent_training_v2
You are a CTF binary exploitation agent. Your goal is to capture the flag by exploiting binary vulnerabilities. Follow this methodology: 1. BINARY ANALYSIS: Analyze file type, security protections (checksec), and symbols 2. VULNERABILITY IDENTIFICATION: Disassemble functions to find buffer overflows, format strings, h...
[ { "type": "function", "function": { "name": "check_binary_security", "description": "Check binary security protections (checksec)", "parameters": { "type": "object", "properties": { "binary_path": { "type": "string" } }, "requ...
{ "id": "TASK-000449", "instruction": "Mission: Exploit a binary service to capture the flag. The binary at the remote host is vulnerable to Use-After-Free. Analyze the binary's protections, reverse engineer the vulnerability, and craft an exploit to read the flag from the remote filesystem.", "category": "pwn", ...
{ "flag": "flag{g0t_1t7277}", "expected_action_sequence": [ { "phase": "reconnaissance", "tool": "check_binary_security", "description": "Initial target analysis" }, { "phase": "exploitation", "tool": "send_payload", "description": "Apply Use-After-Free technique" ...
{ "type": "sparse", "reward_flag_found": 100, "penalty_per_step": 1, "reward_correct_tool": 0.1, "max_steps": 10, "success_criteria": "flag_found_tool_called", "partial_credit": true, "strategy_guidance": false }
[ { "scenario": "Basic reconnaissance", "observation": "Target is a web server running at http://target:8080", "thought": "Start with basic curl to identify the server and endpoints.", "action": "curl_request(url=\"http://target:8080\")", "result": "Server: nginx/1.18. Found /login.php endpoint." ...
{ "challenge_source": "HackTheBox style", "author": "c4ptur3", "created_at": "2025-01-14T15:36:00", "tags": [ "pwn", "easy", "Use-After-Free", "rop" ], "solved_count": 4861 }
train
CTF-AGENT-000450
2.0
agent_training_v2
You are a CTF steganography agent. Your goal is to capture the flag hidden in media files. Follow this methodology: 1. FILE ANALYSIS: Check file type, size anomalies, and metadata 2. STEGO DETECTION: Test for LSB, spectrogram, chunk analysis, and known tools 3. DATA EXTRACTION: Extract hidden data using appropriate te...
[ { "type": "function", "function": { "name": "steghide_extract", "description": "Extract hidden data with steghide", "parameters": { "type": "object", "properties": { "file_path": { "type": "string" }, "password": { "type...
{ "id": "TASK-000450", "instruction": "Find the hidden message in this media file using Steghide. The flag is concealed using steganography techniques. Apply appropriate detection and extraction methods to recover it.", "category": "stego", "technique": "Steghide", "cwe": "CWE-200", "difficulty": "medium", ...
{ "flag": "flag{dd64db1d8ef3380f1bffc620ee}", "expected_action_sequence": [ { "phase": "reconnaissance", "tool": "extract_exif", "description": "Initial target analysis" }, { "phase": "exploitation", "tool": "steghide_extract", "description": "Apply Steghide technique...
{ "type": "sparse", "reward_flag_found": 100, "penalty_per_step": 0.5, "reward_correct_tool": 0.1, "max_steps": 20, "success_criteria": "flag_found_tool_called", "partial_credit": true, "strategy_guidance": true }
[ { "scenario": "Basic reconnaissance", "observation": "Target is a web server running at http://target:8080", "thought": "Start with basic curl to identify the server and endpoints.", "action": "curl_request(url=\"http://target:8080\")", "result": "Server: nginx/1.18. Found /login.php endpoint." ...
{ "challenge_source": "Original", "author": "wh1t3_h4t", "created_at": "2025-11-22T03:28:00", "tags": [ "stego", "medium", "Steghide" ], "solved_count": 138 }
train
CTF-AGENT-000451
2.0
agent_training_v2
You are a CTF binary exploitation agent. Your goal is to capture the flag by exploiting binary vulnerabilities. Follow this methodology: 1. BINARY ANALYSIS: Analyze file type, security protections (checksec), and symbols 2. VULNERABILITY IDENTIFICATION: Disassemble functions to find buffer overflows, format strings, h...
[ { "type": "function", "function": { "name": "find_rop_gadgets", "description": "Find ROP gadgets in binary", "parameters": { "type": "object", "properties": { "binary_path": { "type": "string" }, "gadget_pattern": { "typ...
{ "id": "TASK-000451", "instruction": "A binary challenge awaits. Use Tcache House of Spirit to gain code execution on the target. The binary has PIE enabled, requiring advanced bypass techniques.", "category": "pwn", "technique": "Tcache House of Spirit", "cwe": "CWE-122", "difficulty": "hard", "points":...
{ "flag": "flag{1s_r00t_1849}", "expected_action_sequence": [ { "phase": "reconnaissance", "tool": "check_binary_security", "description": "Initial target analysis" }, { "phase": "exploitation", "tool": "find_rop_gadgets", "description": "Apply Tcache House of Spirit ...
{ "type": "sparse", "reward_flag_found": 100, "penalty_per_step": 0.25, "reward_correct_tool": 0.1, "max_steps": 35, "success_criteria": "flag_found_tool_called", "partial_credit": true, "strategy_guidance": true }
[ { "scenario": "Basic reconnaissance", "observation": "Target is a web server running at http://target:8080", "thought": "Start with basic curl to identify the server and endpoints.", "action": "curl_request(url=\"http://target:8080\")", "result": "Server: nginx/1.18. Found /login.php endpoint." ...
{ "challenge_source": "Original", "author": "r00tk1t", "created_at": "2025-02-27T00:18:00", "tags": [ "pwn", "hard", "Tcache House of Spir", "sandbox-escape" ], "solved_count": 496 }
validation
CTF-AGENT-000452
2.0
agent_training_v2
You are a CTF miscellaneous challenge agent. Your goal is to capture the flag by solving diverse encoding, programming, and logic challenges. Follow this methodology: 1. PROBLEM ANALYSIS: Identify encoding scheme, programming language, or puzzle type 2. DECODING/SOLVING: Apply appropriate decoding techniques or execut...
[ { "type": "function", "function": { "name": "type_juggle", "description": "Exploit PHP loose type comparison", "parameters": { "type": "object", "properties": { "target_hash": { "type": "string", "description": "Hash starting with \"0e\"" ...
{ "id": "TASK-000452", "instruction": "A peculiar challenge awaits. Use Columnar Transposition to decode, execute, or bypass the obstacle and capture the flag.", "category": "misc", "technique": "Columnar Transposition", "cwe": "CWE-200", "difficulty": "hard", "points": 408, "challenge_name": "Rail Fenc...
{ "flag": "flag{y0u_bin_9193}", "expected_action_sequence": [ { "phase": "reconnaissance", "tool": "decode_base64", "description": "Initial target analysis" }, { "phase": "exploitation", "tool": "type_juggle", "description": "Apply Columnar Transposition technique" ...
{ "type": "sparse", "reward_flag_found": 100, "penalty_per_step": 0.25, "reward_correct_tool": 0.1, "max_steps": 35, "success_criteria": "flag_found_tool_called", "partial_credit": true, "strategy_guidance": true }
[ { "scenario": "Basic reconnaissance", "observation": "Target is a web server running at http://target:8080", "thought": "Start with basic curl to identify the server and endpoints.", "action": "curl_request(url=\"http://target:8080\")", "result": "Server: nginx/1.18. Found /login.php endpoint." ...
{ "challenge_source": "Original", "author": "s3cur1ty_r3s34rch3r", "created_at": "2025-02-02T12:24:00", "tags": [ "misc", "hard", "Columnar Transpositi" ], "solved_count": 466 }
validation
CTF-AGENT-000453
2.0
agent_training_v2
You are a CTF miscellaneous challenge agent. Your goal is to capture the flag by solving diverse encoding, programming, and logic challenges. Follow this methodology: 1. PROBLEM ANALYSIS: Identify encoding scheme, programming language, or puzzle type 2. DECODING/SOLVING: Apply appropriate decoding techniques or execut...
[ { "type": "function", "function": { "name": "run_esolang", "description": "Execute esoteric programming language code", "parameters": { "type": "object", "properties": { "code": { "type": "string" }, "language": { "type"...
{ "id": "TASK-000453", "instruction": "A peculiar challenge awaits. Use Piet Program to decode, execute, or bypass the obstacle and capture the flag.", "category": "misc", "technique": "Piet Program", "cwe": "CWE-200", "difficulty": "insane", "points": 814, "challenge_name": "Encoding Challenge", "env...
{ "flag": "flag{r00t3d_98?}", "expected_action_sequence": [ { "phase": "reconnaissance", "tool": "decode_base64", "description": "Initial target analysis" }, { "phase": "exploitation", "tool": "run_esolang", "description": "Apply Piet Program technique" }, { ...
{ "type": "sparse", "reward_flag_found": 100, "penalty_per_step": 0.25, "reward_correct_tool": 0.1, "max_steps": 50, "success_criteria": "flag_found_tool_called", "partial_credit": false, "strategy_guidance": true }
[ { "scenario": "Basic reconnaissance", "observation": "Target is a web server running at http://target:8080", "thought": "Start with basic curl to identify the server and endpoints.", "action": "curl_request(url=\"http://target:8080\")", "result": "Server: nginx/1.18. Found /login.php endpoint." ...
{ "challenge_source": "Original", "author": "wh1t3_h4t", "created_at": "2025-02-13T05:07:00", "tags": [ "misc", "insane", "Piet Program" ], "solved_count": 51 }
test
CTF-AGENT-000454
2.0
agent_training_v2
You are a CTF steganography agent. Your goal is to capture the flag hidden in media files. Follow this methodology: 1. FILE ANALYSIS: Check file type, size anomalies, and metadata 2. STEGO DETECTION: Test for LSB, spectrogram, chunk analysis, and known tools 3. DATA EXTRACTION: Extract hidden data using appropriate te...
[ { "type": "function", "function": { "name": "analyze_strings", "description": "Extract strings from data/file", "parameters": { "type": "object", "properties": { "data": { "type": "string" }, "min_length": { "type": "int...
{ "id": "TASK-000454", "instruction": "A message is hidden in plain sight. Use Morse Code to extract the flag from this image.", "category": "stego", "technique": "Morse Code", "cwe": "CWE-200", "difficulty": "medium", "points": 255, "challenge_name": "QR Code Error Correction", "environment": { "...
{ "flag": "flag{d1c5b18d7af1e4bb92}", "expected_action_sequence": [ { "phase": "reconnaissance", "tool": "extract_exif", "description": "Initial target analysis" }, { "phase": "exploitation", "tool": "analyze_lsb", "description": "Apply Morse Code technique" }, ...
{ "type": "sparse", "reward_flag_found": 100, "penalty_per_step": 0.5, "reward_correct_tool": 0.1, "max_steps": 20, "success_criteria": "flag_found_tool_called", "partial_credit": true, "strategy_guidance": true }
[ { "scenario": "Basic reconnaissance", "observation": "Target is a web server running at http://target:8080", "thought": "Start with basic curl to identify the server and endpoints.", "action": "curl_request(url=\"http://target:8080\")", "result": "Server: nginx/1.18. Found /login.php endpoint." ...
{ "challenge_source": "CTF-inspired", "author": "wh1t3_h4t", "created_at": "2025-04-11T21:23:00", "tags": [ "stego", "medium", "Morse Code" ], "solved_count": 1975 }
train
CTF-AGENT-000455
2.0
agent_training_v2
You are a CTF miscellaneous challenge agent. Your goal is to capture the flag by solving diverse encoding, programming, and logic challenges. Follow this methodology: 1. PROBLEM ANALYSIS: Identify encoding scheme, programming language, or puzzle type 2. DECODING/SOLVING: Apply appropriate decoding techniques or execut...
[ { "type": "function", "function": { "name": "run_esolang", "description": "Execute esoteric programming language code", "parameters": { "type": "object", "properties": { "code": { "type": "string" }, "language": { "type"...
{ "id": "TASK-000455", "instruction": "Solve this easy miscellaneous challenge. The data is encoded/obfuscated using Bifid Cipher. Apply the correct decoding or solving technique to reveal the flag.", "category": "misc", "technique": "Bifid Cipher", "cwe": "CWE-200", "difficulty": "easy", "points": 143, ...
{ "flag": "flag{g0t_1t314}", "expected_action_sequence": [ { "phase": "reconnaissance", "tool": "decode_base64", "description": "Initial target analysis" }, { "phase": "exploitation", "tool": "run_esolang", "description": "Apply Bifid Cipher technique" }, { ...
{ "type": "sparse", "reward_flag_found": 100, "penalty_per_step": 1, "reward_correct_tool": 0.1, "max_steps": 10, "success_criteria": "flag_found_tool_called", "partial_credit": true, "strategy_guidance": false }
[ { "scenario": "Basic reconnaissance", "observation": "Target is a web server running at http://target:8080", "thought": "Start with basic curl to identify the server and endpoints.", "action": "curl_request(url=\"http://target:8080\")", "result": "Server: nginx/1.18. Found /login.php endpoint." ...
{ "challenge_source": "HackTheBox style", "author": "s3cur1ty_r3s34rch3r", "created_at": "2025-01-10T08:48:00", "tags": [ "misc", "easy", "Bifid Cipher" ], "solved_count": 1843 }
train
CTF-AGENT-000456
2.0
agent_training_v2
You are a CTF binary exploitation agent. Your goal is to capture the flag by exploiting binary vulnerabilities. Follow this methodology: 1. BINARY ANALYSIS: Analyze file type, security protections (checksec), and symbols 2. VULNERABILITY IDENTIFICATION: Disassemble functions to find buffer overflows, format strings, h...
[ { "type": "function", "function": { "name": "flag_found", "description": "Submit the discovered flag", "parameters": { "type": "object", "properties": { "flag": { "type": "string", "description": "The captured flag" } }, ...
{ "id": "TASK-000456", "instruction": "Mission: Exploit a binary service to capture the flag. The binary at the remote host is vulnerable to Stack Buffer Overflow. Analyze the binary's protections, reverse engineer the vulnerability, and craft an exploit to read the flag from the remote filesystem.", "category": ...
{ "flag": "flag{cbdd641fd940e47e3975dc4c803b}", "expected_action_sequence": [ { "phase": "reconnaissance", "tool": "check_binary_security", "description": "Initial target analysis" }, { "phase": "exploitation", "tool": "send_payload", "description": "Apply Stack Buffe...
{ "type": "sparse", "reward_flag_found": 100, "penalty_per_step": 0.5, "reward_correct_tool": 0.1, "max_steps": 20, "success_criteria": "flag_found_tool_called", "partial_credit": true, "strategy_guidance": true }
[ { "scenario": "Basic reconnaissance", "observation": "Target is a web server running at http://target:8080", "thought": "Start with basic curl to identify the server and endpoints.", "action": "curl_request(url=\"http://target:8080\")", "result": "Server: nginx/1.18. Found /login.php endpoint." ...
{ "challenge_source": "HackTheBox style", "author": "s3cur1ty_r3s34rch3r", "created_at": "2025-07-27T17:03:00", "tags": [ "pwn", "medium", "Stack Buffer Overflo" ], "solved_count": 1596 }
train
CTF-AGENT-000457
2.0
agent_training_v2
You are a CTF web exploitation agent. Your goal is to capture the flag by identifying and exploiting web vulnerabilities. Follow this methodology: 1. RECONNAISSANCE: Identify server technology, endpoints, parameters, and authentication mechanisms 2. VULNERABILITY SCANNING: Test for SQL injection, XSS, SSTI, LFI, SSRF,...
[ { "type": "function", "function": { "name": "analyze_response", "description": "Analyze HTTP response for vulnerabilities", "parameters": { "type": "object", "properties": { "response_body": { "type": "string" }, "response_headers":...
{ "id": "TASK-000457", "instruction": "Your mission: Exploit a web application at the target to retrieve the hidden flag. The application is vulnerable to Type Juggling (PHP). Use systematic reconnaissance to discover the vulnerability, craft appropriate payloads, and extract flag{w3ll_d0n3552}. The flag is stored ...
{ "flag": "flag{w3ll_d0n3552}", "expected_action_sequence": [ { "phase": "reconnaissance", "tool": "curl_request", "description": "Initial target analysis" }, { "phase": "exploitation", "tool": "analyze_response", "description": "Apply Type Juggling (PHP) technique" ...
{ "type": "sparse", "reward_flag_found": 100, "penalty_per_step": 1, "reward_correct_tool": 0.1, "max_steps": 10, "success_criteria": "flag_found_tool_called", "partial_credit": true, "strategy_guidance": false }
[ { "scenario": "Basic reconnaissance", "observation": "Target is a web server running at http://target:8080", "thought": "Start with basic curl to identify the server and endpoints.", "action": "curl_request(url=\"http://target:8080\")", "result": "Server: nginx/1.18. Found /login.php endpoint." ...
{ "challenge_source": "Original", "author": "wh1t3_h4t", "created_at": "2025-03-07T05:28:00", "tags": [ "web", "easy", "Type Juggling (PHP)" ], "solved_count": 3888 }
train
CTF-AGENT-000458
2.0
agent_training_v2
You are a CTF digital forensics agent. Your goal is to capture the flag by analyzing forensic artifacts. Follow this methodology: 1. EVIDENCE ACQUISITION: Identify file types and extract basic metadata 2. DEEP SCAN: Carve files, analyze PCAPs, dump memory 3. CORRELATION: Cross-reference timestamps, processes, network ...
[ { "type": "function", "function": { "name": "carve_files", "description": "Carve deleted files from disk image", "parameters": { "type": "object", "properties": { "image_path": { "type": "string" }, "file_types": { "type...
{ "id": "TASK-000458", "instruction": "A security incident occurred. Analyze the forensic artifacts using USN Journal to reconstruct the attack timeline and recover the flag left behind by the attacker.", "category": "forensics", "technique": "USN Journal", "cwe": "CWE-200", "difficulty": "insane", "point...
{ "flag": "flag{n0p3_86@}", "expected_action_sequence": [ { "phase": "reconnaissance", "tool": "analyze_file_type", "description": "Initial target analysis" }, { "phase": "exploitation", "tool": "carve_files", "description": "Apply USN Journal technique" }, { ...
{ "type": "sparse", "reward_flag_found": 100, "penalty_per_step": 0.25, "reward_correct_tool": 0.1, "max_steps": 50, "success_criteria": "flag_found_tool_called", "partial_credit": false, "strategy_guidance": true }
[ { "scenario": "Basic reconnaissance", "observation": "Target is a web server running at http://target:8080", "thought": "Start with basic curl to identify the server and endpoints.", "action": "curl_request(url=\"http://target:8080\")", "result": "Server: nginx/1.18. Found /login.php endpoint." ...
{ "challenge_source": "HackTheBox style", "author": "wh1t3_h4t", "created_at": "2025-11-02T08:05:00", "tags": [ "forensics", "insane", "USN Journal" ], "solved_count": 39 }
test
CTF-AGENT-000459
2.0
agent_training_v2
You are a CTF OSINT agent. Your goal is to capture the flag by gathering and analyzing publicly available information. Follow this methodology: 1. DOMAIN RECON: WHOIS, DNS enumeration, subdomain discovery 2. TECHNICAL OSINT: Certificate transparency, Shodan, GitHub repositories 3. SOCIAL OSINT: Social media, image met...
[ { "type": "function", "function": { "name": "flag_found", "description": "Submit the discovered flag", "parameters": { "type": "object", "properties": { "flag": { "type": "string", "description": "The captured flag" } }, ...
{ "id": "TASK-000459", "instruction": "Conduct an OSINT investigation to locate the flag. Use Email Reputation to gather intelligence. The flag is hidden somewhere in publicly available information about the target. Follow the digital trail.", "category": "osint", "technique": "Email Reputation", "cwe": "CWE-...
{ "flag": "flag{0f43f69d97751c5f6c60145c21c92e}", "expected_action_sequence": [ { "phase": "reconnaissance", "tool": "dns_lookup", "description": "Initial target analysis" }, { "phase": "exploitation", "tool": "whois_query", "description": "Apply Email Reputation tech...
{ "type": "sparse", "reward_flag_found": 100, "penalty_per_step": 0.5, "reward_correct_tool": 0.1, "max_steps": 20, "success_criteria": "flag_found_tool_called", "partial_credit": true, "strategy_guidance": true }
[ { "scenario": "Basic reconnaissance", "observation": "Target is a web server running at http://target:8080", "thought": "Start with basic curl to identify the server and endpoints.", "action": "curl_request(url=\"http://target:8080\")", "result": "Server: nginx/1.18. Found /login.php endpoint." ...
{ "challenge_source": "Original", "author": "wh1t3_h4t", "created_at": "2025-06-08T06:54:00", "tags": [ "osint", "medium", "Email Reputation", "recon" ], "solved_count": 883 }
train
CTF-AGENT-000460
2.0
agent_training_v2
You are a CTF steganography agent. Your goal is to capture the flag hidden in media files. Follow this methodology: 1. FILE ANALYSIS: Check file type, size anomalies, and metadata 2. STEGO DETECTION: Test for LSB, spectrogram, chunk analysis, and known tools 3. DATA EXTRACTION: Extract hidden data using appropriate te...
[ { "type": "function", "function": { "name": "extract_exif", "description": "Extract EXIF metadata from image file", "parameters": { "type": "object", "properties": { "file_path": { "type": "string" } }, "required": [ ...
{ "id": "TASK-000460", "instruction": "A message is hidden in plain sight. Use LSB Image Stego to extract the flag from this video.", "category": "stego", "technique": "LSB Image Stego", "cwe": "CWE-200", "difficulty": "hard", "points": 440, "challenge_name": "Morse Audio", "environment": { "type"...
{ "flag": "flag{y0u_b1t_2607}", "expected_action_sequence": [ { "phase": "reconnaissance", "tool": "extract_exif", "description": "Initial target analysis" }, { "phase": "exploitation", "tool": "analyze_lsb", "description": "Apply LSB Image Stego technique" }, ...
{ "type": "sparse", "reward_flag_found": 100, "penalty_per_step": 0.25, "reward_correct_tool": 0.1, "max_steps": 35, "success_criteria": "flag_found_tool_called", "partial_credit": true, "strategy_guidance": true }
[ { "scenario": "Basic reconnaissance", "observation": "Target is a web server running at http://target:8080", "thought": "Start with basic curl to identify the server and endpoints.", "action": "curl_request(url=\"http://target:8080\")", "result": "Server: nginx/1.18. Found /login.php endpoint." ...
{ "challenge_source": "CTF-inspired", "author": "r00tk1t", "created_at": "2025-06-24T23:01:00", "tags": [ "stego", "hard", "LSB Image Stego" ], "solved_count": 267 }
validation
CTF-AGENT-000461
2.0
agent_training_v2
You are a CTF digital forensics agent. Your goal is to capture the flag by analyzing forensic artifacts. Follow this methodology: 1. EVIDENCE ACQUISITION: Identify file types and extract basic metadata 2. DEEP SCAN: Carve files, analyze PCAPs, dump memory 3. CORRELATION: Cross-reference timestamps, processes, network ...
[ { "type": "function", "function": { "name": "execute_python", "description": "Execute Python code for computation", "parameters": { "type": "object", "properties": { "code": { "type": "string", "description": "Python code to execute" ...
{ "id": "TASK-000461", "instruction": "A security incident occurred. Analyze the forensic artifacts using Registry Analysis to reconstruct the attack timeline and recover the flag left behind by the attacker.", "category": "forensics", "technique": "Registry Analysis", "cwe": "CWE-200", "difficulty": "mediu...
{ "flag": "flag{cbbac0e1bed9ed13f6fe57c4ba0ce9}", "expected_action_sequence": [ { "phase": "reconnaissance", "tool": "analyze_file_type", "description": "Initial target analysis" }, { "phase": "exploitation", "tool": "carve_files", "description": "Apply Registry Analy...
{ "type": "sparse", "reward_flag_found": 100, "penalty_per_step": 0.5, "reward_correct_tool": 0.1, "max_steps": 20, "success_criteria": "flag_found_tool_called", "partial_credit": true, "strategy_guidance": true }
[ { "scenario": "Basic reconnaissance", "observation": "Target is a web server running at http://target:8080", "thought": "Start with basic curl to identify the server and endpoints.", "action": "curl_request(url=\"http://target:8080\")", "result": "Server: nginx/1.18. Found /login.php endpoint." ...
{ "challenge_source": "CTF-inspired", "author": "h4ck3rm4n", "created_at": "2025-02-06T05:15:00", "tags": [ "forensics", "medium", "Registry Analysis" ], "solved_count": 1208 }
train
CTF-AGENT-000462
2.0
agent_training_v2
You are a CTF OSINT agent. Your goal is to capture the flag by gathering and analyzing publicly available information. Follow this methodology: 1. DOMAIN RECON: WHOIS, DNS enumeration, subdomain discovery 2. TECHNICAL OSINT: Certificate transparency, Shodan, GitHub repositories 3. SOCIAL OSINT: Social media, image met...
[ { "type": "function", "function": { "name": "search_web", "description": "Search the web for information", "parameters": { "type": "object", "properties": { "query": { "type": "string" }, "source": { "type": "string", ...
{ "id": "TASK-000462", "instruction": "The flag is out there in the open. Use Threat Intelligence techniques to find it. The target may have left traces across social media.", "category": "osint", "technique": "Threat Intelligence", "cwe": "CWE-200", "difficulty": "insane", "points": 704, "challenge_nam...
{ "flag": "flag{y0l0_98$}", "expected_action_sequence": [ { "phase": "reconnaissance", "tool": "dns_lookup", "description": "Initial target analysis" }, { "phase": "exploitation", "tool": "whois_query", "description": "Apply Threat Intelligence technique" }, {...
{ "type": "sparse", "reward_flag_found": 100, "penalty_per_step": 0.25, "reward_correct_tool": 0.1, "max_steps": 50, "success_criteria": "flag_found_tool_called", "partial_credit": false, "strategy_guidance": true }
[ { "scenario": "Basic reconnaissance", "observation": "Target is a web server running at http://target:8080", "thought": "Start with basic curl to identify the server and endpoints.", "action": "curl_request(url=\"http://target:8080\")", "result": "Server: nginx/1.18. Found /login.php endpoint." ...
{ "challenge_source": "HackTheBox style", "author": "h4ck3rm4n", "created_at": "2025-03-20T09:05:00", "tags": [ "osint", "insane", "Threat Intelligence" ], "solved_count": 76 }
test
CTF-AGENT-000463
2.0
agent_training_v2
You are a CTF steganography agent. Your goal is to capture the flag hidden in media files. Follow this methodology: 1. FILE ANALYSIS: Check file type, size anomalies, and metadata 2. STEGO DETECTION: Test for LSB, spectrogram, chunk analysis, and known tools 3. DATA EXTRACTION: Extract hidden data using appropriate te...
[ { "type": "function", "function": { "name": "extract_exif", "description": "Extract EXIF metadata from image file", "parameters": { "type": "object", "properties": { "file_path": { "type": "string" } }, "required": [ ...
{ "id": "TASK-000463", "instruction": "Find the hidden message in this media file using Histogram Analysis. The flag is concealed using steganography techniques. Apply appropriate detection and extraction methods to recover it.", "category": "stego", "technique": "Histogram Analysis", "cwe": "CWE-200", "dif...
{ "flag": "flag{0wn3d_90!}", "expected_action_sequence": [ { "phase": "reconnaissance", "tool": "extract_exif", "description": "Initial target analysis" }, { "phase": "exploitation", "tool": "steghide_extract", "description": "Apply Histogram Analysis technique" }...
{ "type": "sparse", "reward_flag_found": 100, "penalty_per_step": 0.25, "reward_correct_tool": 0.1, "max_steps": 50, "success_criteria": "flag_found_tool_called", "partial_credit": false, "strategy_guidance": true }
[ { "scenario": "Basic reconnaissance", "observation": "Target is a web server running at http://target:8080", "thought": "Start with basic curl to identify the server and endpoints.", "action": "curl_request(url=\"http://target:8080\")", "result": "Server: nginx/1.18. Found /login.php endpoint." ...
{ "challenge_source": "HackTheBox style", "author": "h4ck3rm4n", "created_at": "2025-07-07T01:59:00", "tags": [ "stego", "insane", "Histogram Analysis", "steganography" ], "solved_count": 17 }
test
CTF-AGENT-000464
2.0
agent_training_v2
You are a CTF reverse engineering agent. Your goal is to capture the flag by analyzing and understanding binary code. Follow this methodology: 1. INITIAL ANALYSIS: File type detection, strings extraction, and high-level inspection 2. STATIC ANALYSIS: Decompile binaries to understand the algorithm 3. DYNAMIC ANALYSIS: ...
[ { "type": "function", "function": { "name": "analyze_file", "description": "Run file command and get magic bytes", "parameters": { "type": "object", "properties": { "file_path": { "type": "string" }, "check_strings": { "...
{ "id": "TASK-000464", "instruction": "Reverse engineer this medium binary to recover the flag. The binary implements a XOR Decode-based validation routine. Analyze the algorithm, reverse the operations, and compute the correct input that produces the flag.", "category": "rev", "technique": "XOR Decode", "cwe...
{ "flag": "flag{cf579d391f4402e22193a1c58f}", "expected_action_sequence": [ { "phase": "reconnaissance", "tool": "analyze_file", "description": "Initial target analysis" }, { "phase": "exploitation", "tool": "decompile_function", "description": "Apply XOR Decode techn...
{ "type": "sparse", "reward_flag_found": 100, "penalty_per_step": 0.5, "reward_correct_tool": 0.1, "max_steps": 20, "success_criteria": "flag_found_tool_called", "partial_credit": true, "strategy_guidance": true }
[ { "scenario": "Basic reconnaissance", "observation": "Target is a web server running at http://target:8080", "thought": "Start with basic curl to identify the server and endpoints.", "action": "curl_request(url=\"http://target:8080\")", "result": "Server: nginx/1.18. Found /login.php endpoint." ...
{ "challenge_source": "Original", "author": "c4ptur3", "created_at": "2025-08-25T16:16:00", "tags": [ "rev", "medium", "XOR Decode" ], "solved_count": 821 }
train
CTF-AGENT-000465
2.0
agent_training_v2
You are a CTF cryptanalysis agent. Your goal is to capture the flag by breaking cryptographic implementations. Follow this methodology: 1. ALGORITHM IDENTIFICATION: Determine cipher type from ciphertext characteristics 2. KEY RECOVERY: Use known attacks (brute force, frequency analysis, factorization, oracle) 3. DECRY...
[ { "type": "function", "function": { "name": "execute_python", "description": "Execute Python code for computation", "parameters": { "type": "object", "properties": { "code": { "type": "string", "description": "Python code to execute" ...
{ "id": "TASK-000465", "instruction": "Cryptographic challenge: Decrypt the ciphertext using RSA (Coppersmith). The encryption scheme has a known weakness that allows key recovery or plaintext extraction without the key. Apply the appropriate cryptanalysis technique.", "category": "crypto", "technique": "RSA (C...
{ "flag": "flag{f4896467c50afeb4f3}", "expected_action_sequence": [ { "phase": "reconnaissance", "tool": "identify_cipher", "description": "Initial target analysis" }, { "phase": "exploitation", "tool": "padding_oracle_decrypt", "description": "Apply RSA (Coppersmith)...
{ "type": "sparse", "reward_flag_found": 100, "penalty_per_step": 0.5, "reward_correct_tool": 0.1, "max_steps": 20, "success_criteria": "flag_found_tool_called", "partial_credit": true, "strategy_guidance": true }
[ { "scenario": "Basic reconnaissance", "observation": "Target is a web server running at http://target:8080", "thought": "Start with basic curl to identify the server and endpoints.", "action": "curl_request(url=\"http://target:8080\")", "result": "Server: nginx/1.18. Found /login.php endpoint." ...
{ "challenge_source": "CTF-inspired", "author": "wh1t3_h4t", "created_at": "2025-03-09T14:11:00", "tags": [ "crypto", "medium", "RSA (Coppersmith)", "cryptography" ], "solved_count": 1607 }
train
CTF-AGENT-000466
2.0
agent_training_v2
You are a CTF cryptanalysis agent. Your goal is to capture the flag by breaking cryptographic implementations. Follow this methodology: 1. ALGORITHM IDENTIFICATION: Determine cipher type from ciphertext characteristics 2. KEY RECOVERY: Use known attacks (brute force, frequency analysis, factorization, oracle) 3. DECRY...
[ { "type": "function", "function": { "name": "brute_xor", "description": "Brute-force single-byte XOR key", "parameters": { "type": "object", "properties": { "data_hex": { "type": "string", "description": "Hex-encoded ciphertext" }...
{ "id": "TASK-000466", "instruction": "Break this crypto implementation. The ciphertext was generated with a flawed implementation of Diffie-Hellman (Small p). Recover the key or directly decrypt to reveal the flag.", "category": "crypto", "technique": "Diffie-Hellman (Small p)", "cwe": "CWE-326", "difficul...
{ "flag": "flag{h4rd3r_b4s3_5284}", "expected_action_sequence": [ { "phase": "reconnaissance", "tool": "identify_cipher", "description": "Initial target analysis" }, { "phase": "exploitation", "tool": "brute_xor", "description": "Apply Diffie-Hellman (Small p) techniq...
{ "type": "sparse", "reward_flag_found": 100, "penalty_per_step": 0.25, "reward_correct_tool": 0.1, "max_steps": 35, "success_criteria": "flag_found_tool_called", "partial_credit": true, "strategy_guidance": true }
[ { "scenario": "Basic reconnaissance", "observation": "Target is a web server running at http://target:8080", "thought": "Start with basic curl to identify the server and endpoints.", "action": "curl_request(url=\"http://target:8080\")", "result": "Server: nginx/1.18. Found /login.php endpoint." ...
{ "challenge_source": "Community submission", "author": "r00tk1t", "created_at": "2025-01-24T14:21:00", "tags": [ "crypto", "hard", "Diffie-Hellman (Smal", "cryptography" ], "solved_count": 79 }
validation
CTF-AGENT-000467
2.0
agent_training_v2
You are a CTF web exploitation agent. Your goal is to capture the flag by identifying and exploiting web vulnerabilities. Follow this methodology: 1. RECONNAISSANCE: Identify server technology, endpoints, parameters, and authentication mechanisms 2. VULNERABILITY SCANNING: Test for SQL injection, XSS, SSTI, LFI, SSRF,...
[ { "type": "function", "function": { "name": "decode_jwt", "description": "Decode and analyze a JWT token", "parameters": { "type": "object", "properties": { "token": { "type": "string", "description": "JWT token string" }, ...
{ "id": "TASK-000467", "instruction": "A web application is running with a known File Upload Bypass vulnerability. Perform recon, identify the injectable parameter, and exploit it to retrieve the flag. The target is protected by input sanitization that is incomplete.", "category": "web", "technique": "File Uplo...
{ "flag": "flag{g0t_3tc_2549}", "expected_action_sequence": [ { "phase": "reconnaissance", "tool": "curl_request", "description": "Initial target analysis" }, { "phase": "exploitation", "tool": "decode_jwt", "description": "Apply File Upload Bypass technique" }, ...
{ "type": "sparse", "reward_flag_found": 100, "penalty_per_step": 0.25, "reward_correct_tool": 0.1, "max_steps": 35, "success_criteria": "flag_found_tool_called", "partial_credit": true, "strategy_guidance": true }
[ { "scenario": "Basic reconnaissance", "observation": "Target is a web server running at http://target:8080", "thought": "Start with basic curl to identify the server and endpoints.", "action": "curl_request(url=\"http://target:8080\")", "result": "Server: nginx/1.18. Found /login.php endpoint." ...
{ "challenge_source": "HackTheBox style", "author": "s3cur1ty_r3s34rch3r", "created_at": "2025-12-03T16:45:00", "tags": [ "web", "hard", "File Upload Bypass", "sqli" ], "solved_count": 60 }
validation
CTF-AGENT-000468
2.0
agent_training_v2
You are a CTF reverse engineering agent. Your goal is to capture the flag by analyzing and understanding binary code. Follow this methodology: 1. INITIAL ANALYSIS: File type detection, strings extraction, and high-level inspection 2. STATIC ANALYSIS: Decompile binaries to understand the algorithm 3. DYNAMIC ANALYSIS: ...
[ { "type": "function", "function": { "name": "analyze_file", "description": "Run file command and get magic bytes", "parameters": { "type": "object", "properties": { "file_path": { "type": "string" }, "check_strings": { "...
{ "id": "TASK-000468", "instruction": "The flag is hidden inside this binary. Use OLLVM Deobfuscation to understand the protection mechanism and extract the hidden data. The binary uses XOR obfuscation.", "category": "rev", "technique": "OLLVM Deobfuscation", "cwe": "CWE-200", "difficulty": "easy", "point...
{ "flag": "flag{c4ptur3d5058}", "expected_action_sequence": [ { "phase": "reconnaissance", "tool": "analyze_file", "description": "Initial target analysis" }, { "phase": "exploitation", "tool": "decompile_function", "description": "Apply OLLVM Deobfuscation technique"...
{ "type": "sparse", "reward_flag_found": 100, "penalty_per_step": 1, "reward_correct_tool": 0.1, "max_steps": 10, "success_criteria": "flag_found_tool_called", "partial_credit": true, "strategy_guidance": false }
[ { "scenario": "Basic reconnaissance", "observation": "Target is a web server running at http://target:8080", "thought": "Start with basic curl to identify the server and endpoints.", "action": "curl_request(url=\"http://target:8080\")", "result": "Server: nginx/1.18. Found /login.php endpoint." ...
{ "challenge_source": "HackTheBox style", "author": "h4ck3rm4n", "created_at": "2025-01-12T12:49:00", "tags": [ "rev", "easy", "OLLVM Deobfuscation" ], "solved_count": 3902 }
train
CTF-AGENT-000469
2.0
agent_training_v2
You are a CTF reverse engineering agent. Your goal is to capture the flag by analyzing and understanding binary code. Follow this methodology: 1. INITIAL ANALYSIS: File type detection, strings extraction, and high-level inspection 2. STATIC ANALYSIS: Decompile binaries to understand the algorithm 3. DYNAMIC ANALYSIS: ...
[ { "type": "function", "function": { "name": "dynamic_trace", "description": "Run binary with GDB tracing", "parameters": { "type": "object", "properties": { "binary_path": { "type": "string" }, "input": { "type": "string...
{ "id": "TASK-000469", "instruction": "Reverse engineer this hard binary to recover the flag. The binary implements a JavaScript Deobfuscation-based validation routine. Analyze the algorithm, reverse the operations, and compute the correct input that produces the flag.", "category": "rev", "technique": "JavaScr...
{ "flag": "flag{d4wg_b1t_222}", "expected_action_sequence": [ { "phase": "reconnaissance", "tool": "analyze_file", "description": "Initial target analysis" }, { "phase": "exploitation", "tool": "dynamic_trace", "description": "Apply JavaScript Deobfuscation technique"...
{ "type": "sparse", "reward_flag_found": 100, "penalty_per_step": 0.25, "reward_correct_tool": 0.1, "max_steps": 35, "success_criteria": "flag_found_tool_called", "partial_credit": true, "strategy_guidance": true }
[ { "scenario": "Basic reconnaissance", "observation": "Target is a web server running at http://target:8080", "thought": "Start with basic curl to identify the server and endpoints.", "action": "curl_request(url=\"http://target:8080\")", "result": "Server: nginx/1.18. Found /login.php endpoint." ...
{ "challenge_source": "HackTheBox style", "author": "r00tk1t", "created_at": "2025-08-20T10:09:00", "tags": [ "rev", "hard", "JavaScript Deobfusca" ], "solved_count": 425 }
validation
CTF-AGENT-000470
2.0
agent_training_v2
You are a CTF cryptanalysis agent. Your goal is to capture the flag by breaking cryptographic implementations. Follow this methodology: 1. ALGORITHM IDENTIFICATION: Determine cipher type from ciphertext characteristics 2. KEY RECOVERY: Use known attacks (brute force, frequency analysis, factorization, oracle) 3. DECRY...
[ { "type": "function", "function": { "name": "padding_oracle_decrypt", "description": "CBC padding oracle attack", "parameters": { "type": "object", "properties": { "oracle_url": { "type": "string" }, "ciphertext_hex": { ...
{ "id": "TASK-000470", "instruction": "Break this crypto implementation. The ciphertext was generated with a flawed implementation of RSA (Common Modulus). Recover the key or directly decrypt to reveal the flag.", "category": "crypto", "technique": "RSA (Common Modulus)", "cwe": "CWE-326", "difficulty": "me...
{ "flag": "flag{f7be564701d2981734c144ac4b}", "expected_action_sequence": [ { "phase": "reconnaissance", "tool": "identify_cipher", "description": "Initial target analysis" }, { "phase": "exploitation", "tool": "padding_oracle_decrypt", "description": "Apply RSA (Comm...
{ "type": "sparse", "reward_flag_found": 100, "penalty_per_step": 0.5, "reward_correct_tool": 0.1, "max_steps": 20, "success_criteria": "flag_found_tool_called", "partial_credit": true, "strategy_guidance": true }
[ { "scenario": "Basic reconnaissance", "observation": "Target is a web server running at http://target:8080", "thought": "Start with basic curl to identify the server and endpoints.", "action": "curl_request(url=\"http://target:8080\")", "result": "Server: nginx/1.18. Found /login.php endpoint." ...
{ "challenge_source": "CTF-inspired", "author": "r00tk1t", "created_at": "2025-01-22T01:03:00", "tags": [ "crypto", "medium", "RSA (Common Modulus)" ], "solved_count": 1677 }
train
CTF-AGENT-000471
2.0
agent_training_v2
You are a CTF web exploitation agent. Your goal is to capture the flag by identifying and exploiting web vulnerabilities. Follow this methodology: 1. RECONNAISSANCE: Identify server technology, endpoints, parameters, and authentication mechanisms 2. VULNERABILITY SCANNING: Test for SQL injection, XSS, SSTI, LFI, SSRF,...
[ { "type": "function", "function": { "name": "analyze_response", "description": "Analyze HTTP response for vulnerabilities", "parameters": { "type": "object", "properties": { "response_body": { "type": "string" }, "response_headers":...
{ "id": "TASK-000471", "instruction": "A web application is running with a known WAF Bypass vulnerability. Perform recon, identify the injectable parameter, and exploit it to retrieve the flag. The target is protected by session cookies.", "category": "web", "technique": "WAF Bypass", "cwe": "CWE-200", "dif...
{ "flag": "flag{44f6eb41947d4d915ce45106e45c}", "expected_action_sequence": [ { "phase": "reconnaissance", "tool": "curl_request", "description": "Initial target analysis" }, { "phase": "exploitation", "tool": "analyze_response", "description": "Apply WAF Bypass techn...
{ "type": "sparse", "reward_flag_found": 100, "penalty_per_step": 0.5, "reward_correct_tool": 0.1, "max_steps": 20, "success_criteria": "flag_found_tool_called", "partial_credit": true, "strategy_guidance": true }
[ { "scenario": "Basic reconnaissance", "observation": "Target is a web server running at http://target:8080", "thought": "Start with basic curl to identify the server and endpoints.", "action": "curl_request(url=\"http://target:8080\")", "result": "Server: nginx/1.18. Found /login.php endpoint." ...
{ "challenge_source": "CTF-inspired", "author": "c4ptur3", "created_at": "2025-02-24T04:05:00", "tags": [ "web", "medium", "WAF Bypass" ], "solved_count": 1103 }
train
CTF-AGENT-000472
2.0
agent_training_v2
You are a CTF steganography agent. Your goal is to capture the flag hidden in media files. Follow this methodology: 1. FILE ANALYSIS: Check file type, size anomalies, and metadata 2. STEGO DETECTION: Test for LSB, spectrogram, chunk analysis, and known tools 3. DATA EXTRACTION: Extract hidden data using appropriate te...
[ { "type": "function", "function": { "name": "extract_exif", "description": "Extract EXIF metadata from image file", "parameters": { "type": "object", "properties": { "file_path": { "type": "string" } }, "required": [ ...
{ "id": "TASK-000472", "instruction": "Find the hidden message in this media file using OutGuess. The flag is concealed using steganography techniques. Apply appropriate detection and extraction methods to recover it.", "category": "stego", "technique": "OutGuess", "cwe": "CWE-200", "difficulty": "easy", ...
{ "flag": "flag{r3v3rs3d4227}", "expected_action_sequence": [ { "phase": "reconnaissance", "tool": "extract_exif", "description": "Initial target analysis" }, { "phase": "exploitation", "tool": "analyze_lsb", "description": "Apply OutGuess technique" }, { ...
{ "type": "sparse", "reward_flag_found": 100, "penalty_per_step": 1, "reward_correct_tool": 0.1, "max_steps": 10, "success_criteria": "flag_found_tool_called", "partial_credit": true, "strategy_guidance": false }
[ { "scenario": "Basic reconnaissance", "observation": "Target is a web server running at http://target:8080", "thought": "Start with basic curl to identify the server and endpoints.", "action": "curl_request(url=\"http://target:8080\")", "result": "Server: nginx/1.18. Found /login.php endpoint." ...
{ "challenge_source": "HackTheBox style", "author": "s3cur1ty_r3s34rch3r", "created_at": "2025-02-01T17:21:00", "tags": [ "stego", "easy", "OutGuess" ], "solved_count": 606 }
train
CTF-AGENT-000473
2.0
agent_training_v2
You are a CTF digital forensics agent. Your goal is to capture the flag by analyzing forensic artifacts. Follow this methodology: 1. EVIDENCE ACQUISITION: Identify file types and extract basic metadata 2. DEEP SCAN: Carve files, analyze PCAPs, dump memory 3. CORRELATION: Cross-reference timestamps, processes, network ...
[ { "type": "function", "function": { "name": "execute_python", "description": "Execute Python code for computation", "parameters": { "type": "object", "properties": { "code": { "type": "string", "description": "Python code to execute" ...
{ "id": "TASK-000473", "instruction": "Investigate the provided forensic evidence to find the flag. Use NTFS Alt Streams to analyze packet captures. The flag may be hidden in deleted files, process memory, or network traffic.", "category": "forensics", "technique": "NTFS Alt Streams", "cwe": "CWE-200", "dif...
{ "flag": "flag{h4ck3d9467}", "expected_action_sequence": [ { "phase": "reconnaissance", "tool": "analyze_file_type", "description": "Initial target analysis" }, { "phase": "exploitation", "tool": "carve_files", "description": "Apply NTFS Alt Streams technique" },...
{ "type": "sparse", "reward_flag_found": 100, "penalty_per_step": 1, "reward_correct_tool": 0.1, "max_steps": 10, "success_criteria": "flag_found_tool_called", "partial_credit": true, "strategy_guidance": false }
[ { "scenario": "Basic reconnaissance", "observation": "Target is a web server running at http://target:8080", "thought": "Start with basic curl to identify the server and endpoints.", "action": "curl_request(url=\"http://target:8080\")", "result": "Server: nginx/1.18. Found /login.php endpoint." ...
{ "challenge_source": "HackTheBox style", "author": "h4ck3rm4n", "created_at": "2025-11-27T04:40:00", "tags": [ "forensics", "easy", "NTFS Alt Streams" ], "solved_count": 1956 }
train
CTF-AGENT-000474
2.0
agent_training_v2
You are a CTF steganography agent. Your goal is to capture the flag hidden in media files. Follow this methodology: 1. FILE ANALYSIS: Check file type, size anomalies, and metadata 2. STEGO DETECTION: Test for LSB, spectrogram, chunk analysis, and known tools 3. DATA EXTRACTION: Extract hidden data using appropriate te...
[ { "type": "function", "function": { "name": "execute_python", "description": "Execute Python code for computation", "parameters": { "type": "object", "properties": { "code": { "type": "string", "description": "Python code to execute" ...
{ "id": "TASK-000474", "instruction": "Find the hidden message in this media file using LSB Image Stego. The flag is concealed using steganography techniques. Apply appropriate detection and extraction methods to recover it.", "category": "stego", "technique": "LSB Image Stego", "cwe": "CWE-200", "difficult...
{ "flag": "flag{03afb1bfc9413fc1730e481e45bfbddd}", "expected_action_sequence": [ { "phase": "reconnaissance", "tool": "extract_exif", "description": "Initial target analysis" }, { "phase": "exploitation", "tool": "steghide_extract", "description": "Apply LSB Image St...
{ "type": "sparse", "reward_flag_found": 100, "penalty_per_step": 0.5, "reward_correct_tool": 0.1, "max_steps": 20, "success_criteria": "flag_found_tool_called", "partial_credit": true, "strategy_guidance": true }
[ { "scenario": "Basic reconnaissance", "observation": "Target is a web server running at http://target:8080", "thought": "Start with basic curl to identify the server and endpoints.", "action": "curl_request(url=\"http://target:8080\")", "result": "Server: nginx/1.18. Found /login.php endpoint." ...
{ "challenge_source": "HackTheBox style", "author": "c4ptur3", "created_at": "2025-09-13T20:16:00", "tags": [ "stego", "medium", "LSB Image Stego", "steganography" ], "solved_count": 985 }
train
CTF-AGENT-000475
2.0
agent_training_v2
You are a CTF cryptanalysis agent. Your goal is to capture the flag by breaking cryptographic implementations. Follow this methodology: 1. ALGORITHM IDENTIFICATION: Determine cipher type from ciphertext characteristics 2. KEY RECOVERY: Use known attacks (brute force, frequency analysis, factorization, oracle) 3. DECRY...
[ { "type": "function", "function": { "name": "execute_python", "description": "Execute Python code for computation", "parameters": { "type": "object", "properties": { "code": { "type": "string", "description": "Python code to execute" ...
{ "id": "TASK-000475", "instruction": "Break this crypto implementation. The ciphertext was generated with a flawed implementation of LSB Oracle (RSA). Recover the key or directly decrypt to reveal the flag.", "category": "crypto", "technique": "LSB Oracle (RSA)", "cwe": "CWE-326", "difficulty": "medium", ...
{ "flag": "flag{7594c18d8d04a41599382df535f86786}", "expected_action_sequence": [ { "phase": "reconnaissance", "tool": "identify_cipher", "description": "Initial target analysis" }, { "phase": "exploitation", "tool": "padding_oracle_decrypt", "description": "Apply LSB...
{ "type": "sparse", "reward_flag_found": 100, "penalty_per_step": 0.5, "reward_correct_tool": 0.1, "max_steps": 20, "success_criteria": "flag_found_tool_called", "partial_credit": true, "strategy_guidance": true }
[ { "scenario": "Basic reconnaissance", "observation": "Target is a web server running at http://target:8080", "thought": "Start with basic curl to identify the server and endpoints.", "action": "curl_request(url=\"http://target:8080\")", "result": "Server: nginx/1.18. Found /login.php endpoint." ...
{ "challenge_source": "HackTheBox style", "author": "c4ptur3", "created_at": "2025-10-02T06:46:00", "tags": [ "crypto", "medium", "LSB Oracle (RSA)" ], "solved_count": 1814 }
train
CTF-AGENT-000476
2.0
agent_training_v2
You are a CTF miscellaneous challenge agent. Your goal is to capture the flag by solving diverse encoding, programming, and logic challenges. Follow this methodology: 1. PROBLEM ANALYSIS: Identify encoding scheme, programming language, or puzzle type 2. DECODING/SOLVING: Apply appropriate decoding techniques or execut...
[ { "type": "function", "function": { "name": "exploit_jail", "description": "Attempt sandbox/jail escape", "parameters": { "type": "object", "properties": { "code": { "type": "string", "description": "Code to execute in jail" }, ...
{ "id": "TASK-000476", "instruction": "A peculiar challenge awaits. Use Autokey Cipher to decode, execute, or bypass the obstacle and capture the flag.", "category": "misc", "technique": "Autokey Cipher", "cwe": "CWE-200", "difficulty": "easy", "points": 135, "challenge_name": "Assembly Puzzle", "envi...
{ "flag": "flag{w1n9808}", "expected_action_sequence": [ { "phase": "reconnaissance", "tool": "decode_base64", "description": "Initial target analysis" }, { "phase": "exploitation", "tool": "exploit_jail", "description": "Apply Autokey Cipher technique" }, { ...
{ "type": "sparse", "reward_flag_found": 100, "penalty_per_step": 1, "reward_correct_tool": 0.1, "max_steps": 10, "success_criteria": "flag_found_tool_called", "partial_credit": true, "strategy_guidance": false }
[ { "scenario": "Basic reconnaissance", "observation": "Target is a web server running at http://target:8080", "thought": "Start with basic curl to identify the server and endpoints.", "action": "curl_request(url=\"http://target:8080\")", "result": "Server: nginx/1.18. Found /login.php endpoint." ...
{ "challenge_source": "CTF-inspired", "author": "s3cur1ty_r3s34rch3r", "created_at": "2025-12-19T01:37:00", "tags": [ "misc", "easy", "Autokey Cipher" ], "solved_count": 3604 }
train
CTF-AGENT-000477
2.0
agent_training_v2
You are a CTF digital forensics agent. Your goal is to capture the flag by analyzing forensic artifacts. Follow this methodology: 1. EVIDENCE ACQUISITION: Identify file types and extract basic metadata 2. DEEP SCAN: Carve files, analyze PCAPs, dump memory 3. CORRELATION: Cross-reference timestamps, processes, network ...
[ { "type": "function", "function": { "name": "analyze_strings", "description": "Extract strings from data/file", "parameters": { "type": "object", "properties": { "data": { "type": "string" }, "min_length": { "type": "int...
{ "id": "TASK-000477", "instruction": "Investigate the provided forensic evidence to find the flag. Use Sysmon Analysis to analyze disk images. The flag may be hidden in deleted files, process memory, or network traffic.", "category": "forensics", "technique": "Sysmon Analysis", "cwe": "CWE-200", "difficult...
{ "flag": "flag{e4f903494f0b447016aa1da6c0f95279}", "expected_action_sequence": [ { "phase": "reconnaissance", "tool": "analyze_file_type", "description": "Initial target analysis" }, { "phase": "exploitation", "tool": "analyze_pcap", "description": "Apply Sysmon Anal...
{ "type": "sparse", "reward_flag_found": 100, "penalty_per_step": 0.5, "reward_correct_tool": 0.1, "max_steps": 20, "success_criteria": "flag_found_tool_called", "partial_credit": true, "strategy_guidance": true }
[ { "scenario": "Basic reconnaissance", "observation": "Target is a web server running at http://target:8080", "thought": "Start with basic curl to identify the server and endpoints.", "action": "curl_request(url=\"http://target:8080\")", "result": "Server: nginx/1.18. Found /login.php endpoint." ...
{ "challenge_source": "CTF-inspired", "author": "s3cur1ty_r3s34rch3r", "created_at": "2025-05-09T18:59:00", "tags": [ "forensics", "medium", "Sysmon Analysis" ], "solved_count": 1453 }
train
CTF-AGENT-000478
2.0
agent_training_v2
You are a CTF digital forensics agent. Your goal is to capture the flag by analyzing forensic artifacts. Follow this methodology: 1. EVIDENCE ACQUISITION: Identify file types and extract basic metadata 2. DEEP SCAN: Carve files, analyze PCAPs, dump memory 3. CORRELATION: Cross-reference timestamps, processes, network ...
[ { "type": "function", "function": { "name": "analyze_pcap", "description": "Analyze packet capture file", "parameters": { "type": "object", "properties": { "pcap_path": { "type": "string" }, "filter": { "type": "string",...
{ "id": "TASK-000478", "instruction": "Investigate the provided forensic evidence to find the flag. Use AmCache Analysis to analyze event logs. The flag may be hidden in deleted files, process memory, or network traffic.", "category": "forensics", "technique": "AmCache Analysis", "cwe": "CWE-200", "difficul...
{ "flag": "flag{n1c3_j0b2794}", "expected_action_sequence": [ { "phase": "reconnaissance", "tool": "analyze_file_type", "description": "Initial target analysis" }, { "phase": "exploitation", "tool": "analyze_pcap", "description": "Apply AmCache Analysis technique" ...
{ "type": "sparse", "reward_flag_found": 100, "penalty_per_step": 1, "reward_correct_tool": 0.1, "max_steps": 10, "success_criteria": "flag_found_tool_called", "partial_credit": true, "strategy_guidance": false }
[ { "scenario": "Basic reconnaissance", "observation": "Target is a web server running at http://target:8080", "thought": "Start with basic curl to identify the server and endpoints.", "action": "curl_request(url=\"http://target:8080\")", "result": "Server: nginx/1.18. Found /login.php endpoint." ...
{ "challenge_source": "HackTheBox style", "author": "r00tk1t", "created_at": "2025-12-15T13:10:00", "tags": [ "forensics", "easy", "AmCache Analysis" ], "solved_count": 1059 }
train
CTF-AGENT-000479
2.0
agent_training_v2
You are a CTF steganography agent. Your goal is to capture the flag hidden in media files. Follow this methodology: 1. FILE ANALYSIS: Check file type, size anomalies, and metadata 2. STEGO DETECTION: Test for LSB, spectrogram, chunk analysis, and known tools 3. DATA EXTRACTION: Extract hidden data using appropriate te...
[ { "type": "function", "function": { "name": "steghide_extract", "description": "Extract hidden data with steghide", "parameters": { "type": "object", "properties": { "file_path": { "type": "string" }, "password": { "type...
{ "id": "TASK-000479", "instruction": "A message is hidden in plain sight. Use GIF Frame Stego to extract the flag from this image.", "category": "stego", "technique": "GIF Frame Stego", "cwe": "CWE-200", "difficulty": "medium", "points": 310, "challenge_name": "F5 Algorithm", "environment": { "ty...
{ "flag": "flag{fe0b414ec1d84af34c88}", "expected_action_sequence": [ { "phase": "reconnaissance", "tool": "extract_exif", "description": "Initial target analysis" }, { "phase": "exploitation", "tool": "steghide_extract", "description": "Apply GIF Frame Stego techniqu...
{ "type": "sparse", "reward_flag_found": 100, "penalty_per_step": 0.5, "reward_correct_tool": 0.1, "max_steps": 20, "success_criteria": "flag_found_tool_called", "partial_credit": true, "strategy_guidance": true }
[ { "scenario": "Basic reconnaissance", "observation": "Target is a web server running at http://target:8080", "thought": "Start with basic curl to identify the server and endpoints.", "action": "curl_request(url=\"http://target:8080\")", "result": "Server: nginx/1.18. Found /login.php endpoint." ...
{ "challenge_source": "Original", "author": "wh1t3_h4t", "created_at": "2025-05-18T22:21:00", "tags": [ "stego", "medium", "GIF Frame Stego" ], "solved_count": 334 }
train
CTF-AGENT-000480
2.0
agent_training_v2
You are a CTF reverse engineering agent. Your goal is to capture the flag by analyzing and understanding binary code. Follow this methodology: 1. INITIAL ANALYSIS: File type detection, strings extraction, and high-level inspection 2. STATIC ANALYSIS: Decompile binaries to understand the algorithm 3. DYNAMIC ANALYSIS: ...
[ { "type": "function", "function": { "name": "analyze_file", "description": "Run file command and get magic bytes", "parameters": { "type": "object", "properties": { "file_path": { "type": "string" }, "check_strings": { "...
{ "id": "TASK-000480", "instruction": "Reverse engineer this medium binary to recover the flag. The binary implements a UPX Unpacking-based validation routine. Analyze the algorithm, reverse the operations, and compute the correct input that produces the flag.", "category": "rev", "technique": "UPX Unpacking", ...
{ "flag": "flag{141211b79af38c506ce435c5665c5a}", "expected_action_sequence": [ { "phase": "reconnaissance", "tool": "analyze_file", "description": "Initial target analysis" }, { "phase": "exploitation", "tool": "decompile_function", "description": "Apply UPX Unpackin...
{ "type": "sparse", "reward_flag_found": 100, "penalty_per_step": 0.5, "reward_correct_tool": 0.1, "max_steps": 20, "success_criteria": "flag_found_tool_called", "partial_credit": true, "strategy_guidance": true }
[ { "scenario": "Basic reconnaissance", "observation": "Target is a web server running at http://target:8080", "thought": "Start with basic curl to identify the server and endpoints.", "action": "curl_request(url=\"http://target:8080\")", "result": "Server: nginx/1.18. Found /login.php endpoint." ...
{ "challenge_source": "CTF-inspired", "author": "r00tk1t", "created_at": "2025-06-23T06:45:00", "tags": [ "rev", "medium", "UPX Unpacking" ], "solved_count": 1140 }
train
CTF-AGENT-000481
2.0
agent_training_v2
You are a CTF miscellaneous challenge agent. Your goal is to capture the flag by solving diverse encoding, programming, and logic challenges. Follow this methodology: 1. PROBLEM ANALYSIS: Identify encoding scheme, programming language, or puzzle type 2. DECODING/SOLVING: Apply appropriate decoding techniques or execut...
[ { "type": "function", "function": { "name": "decode_base64", "description": "Decode Base64 data recursively", "parameters": { "type": "object", "properties": { "encoded_data": { "type": "string" }, "max_depth": { "type":...
{ "id": "TASK-000481", "instruction": "Solve this easy miscellaneous challenge. The data is encoded/obfuscated using QR Code Analysis. Apply the correct decoding or solving technique to reveal the flag.", "category": "misc", "technique": "QR Code Analysis", "cwe": "CWE-200", "difficulty": "easy", "points"...
{ "flag": "flag{p4ssw0rd984}", "expected_action_sequence": [ { "phase": "reconnaissance", "tool": "decode_base64", "description": "Initial target analysis" }, { "phase": "exploitation", "tool": "run_esolang", "description": "Apply QR Code Analysis technique" }, ...
{ "type": "sparse", "reward_flag_found": 100, "penalty_per_step": 1, "reward_correct_tool": 0.1, "max_steps": 10, "success_criteria": "flag_found_tool_called", "partial_credit": true, "strategy_guidance": false }
[ { "scenario": "Basic reconnaissance", "observation": "Target is a web server running at http://target:8080", "thought": "Start with basic curl to identify the server and endpoints.", "action": "curl_request(url=\"http://target:8080\")", "result": "Server: nginx/1.18. Found /login.php endpoint." ...
{ "challenge_source": "Community submission", "author": "s3cur1ty_r3s34rch3r", "created_at": "2025-09-22T09:36:00", "tags": [ "misc", "easy", "QR Code Analysis", "sandbox-escape" ], "solved_count": 3957 }
train
CTF-AGENT-000482
2.0
agent_training_v2
You are a CTF miscellaneous challenge agent. Your goal is to capture the flag by solving diverse encoding, programming, and logic challenges. Follow this methodology: 1. PROBLEM ANALYSIS: Identify encoding scheme, programming language, or puzzle type 2. DECODING/SOLVING: Apply appropriate decoding techniques or execut...
[ { "type": "function", "function": { "name": "exploit_jail", "description": "Attempt sandbox/jail escape", "parameters": { "type": "object", "properties": { "code": { "type": "string", "description": "Code to execute in jail" }, ...
{ "id": "TASK-000482", "instruction": "Solve this medium miscellaneous challenge. The data is encoded/obfuscated using Barcode Analysis. Apply the correct decoding or solving technique to reveal the flag.", "category": "misc", "technique": "Barcode Analysis", "cwe": "CWE-200", "difficulty": "medium", "poi...
{ "flag": "flag{cf3aa39cd2379935c9f2a2}", "expected_action_sequence": [ { "phase": "reconnaissance", "tool": "decode_base64", "description": "Initial target analysis" }, { "phase": "exploitation", "tool": "exploit_jail", "description": "Apply Barcode Analysis techniqu...
{ "type": "sparse", "reward_flag_found": 100, "penalty_per_step": 0.5, "reward_correct_tool": 0.1, "max_steps": 20, "success_criteria": "flag_found_tool_called", "partial_credit": true, "strategy_guidance": true }
[ { "scenario": "Basic reconnaissance", "observation": "Target is a web server running at http://target:8080", "thought": "Start with basic curl to identify the server and endpoints.", "action": "curl_request(url=\"http://target:8080\")", "result": "Server: nginx/1.18. Found /login.php endpoint." ...
{ "challenge_source": "Community submission", "author": "c4ptur3", "created_at": "2025-05-19T04:08:00", "tags": [ "misc", "medium", "Barcode Analysis" ], "solved_count": 1463 }
train
CTF-AGENT-000483
2.0
agent_training_v2
You are a CTF cryptanalysis agent. Your goal is to capture the flag by breaking cryptographic implementations. Follow this methodology: 1. ALGORITHM IDENTIFICATION: Determine cipher type from ciphertext characteristics 2. KEY RECOVERY: Use known attacks (brute force, frequency analysis, factorization, oracle) 3. DECRY...
[ { "type": "function", "function": { "name": "identify_cipher", "description": "Identify type of cipher/ciphertext", "parameters": { "type": "object", "properties": { "ciphertext": { "type": "string" }, "hint": { "type": ...
{ "id": "TASK-000483", "instruction": "Break this crypto implementation. The ciphertext was generated with a flawed implementation of Pohlig-Hellman. Recover the key or directly decrypt to reveal the flag.", "category": "crypto", "technique": "Pohlig-Hellman", "cwe": "CWE-326", "difficulty": "easy", "poin...
{ "flag": "flag{w1n6018}", "expected_action_sequence": [ { "phase": "reconnaissance", "tool": "identify_cipher", "description": "Initial target analysis" }, { "phase": "exploitation", "tool": "brute_xor", "description": "Apply Pohlig-Hellman technique" }, { ...
{ "type": "sparse", "reward_flag_found": 100, "penalty_per_step": 1, "reward_correct_tool": 0.1, "max_steps": 10, "success_criteria": "flag_found_tool_called", "partial_credit": true, "strategy_guidance": false }
[ { "scenario": "Basic reconnaissance", "observation": "Target is a web server running at http://target:8080", "thought": "Start with basic curl to identify the server and endpoints.", "action": "curl_request(url=\"http://target:8080\")", "result": "Server: nginx/1.18. Found /login.php endpoint." ...
{ "challenge_source": "Original", "author": "wh1t3_h4t", "created_at": "2025-03-06T17:21:00", "tags": [ "crypto", "easy", "Pohlig-Hellman" ], "solved_count": 3165 }
train
CTF-AGENT-000484
2.0
agent_training_v2
You are a CTF OSINT agent. Your goal is to capture the flag by gathering and analyzing publicly available information. Follow this methodology: 1. DOMAIN RECON: WHOIS, DNS enumeration, subdomain discovery 2. TECHNICAL OSINT: Certificate transparency, Shodan, GitHub repositories 3. SOCIAL OSINT: Social media, image met...
[ { "type": "function", "function": { "name": "whois_query", "description": "WHOIS domain lookup", "parameters": { "type": "object", "properties": { "query": { "type": "string", "description": "Domain or IP address" } }, ...
{ "id": "TASK-000484", "instruction": "The flag is out there in the open. Use People Search techniques to find it. The target may have left traces across code repositories.", "category": "osint", "technique": "People Search", "cwe": "CWE-200", "difficulty": "hard", "points": 499, "challenge_name": "Cens...
{ "flag": "flag{g0t_bin_3311}", "expected_action_sequence": [ { "phase": "reconnaissance", "tool": "dns_lookup", "description": "Initial target analysis" }, { "phase": "exploitation", "tool": "whois_query", "description": "Apply People Search technique" }, { ...
{ "type": "sparse", "reward_flag_found": 100, "penalty_per_step": 0.25, "reward_correct_tool": 0.1, "max_steps": 35, "success_criteria": "flag_found_tool_called", "partial_credit": true, "strategy_guidance": true }
[ { "scenario": "Basic reconnaissance", "observation": "Target is a web server running at http://target:8080", "thought": "Start with basic curl to identify the server and endpoints.", "action": "curl_request(url=\"http://target:8080\")", "result": "Server: nginx/1.18. Found /login.php endpoint." ...
{ "challenge_source": "Original", "author": "r00tk1t", "created_at": "2025-08-26T14:53:00", "tags": [ "osint", "hard", "People Search" ], "solved_count": 190 }
validation
CTF-AGENT-000485
2.0
agent_training_v2
You are a CTF cryptanalysis agent. Your goal is to capture the flag by breaking cryptographic implementations. Follow this methodology: 1. ALGORITHM IDENTIFICATION: Determine cipher type from ciphertext characteristics 2. KEY RECOVERY: Use known attacks (brute force, frequency analysis, factorization, oracle) 3. DECRY...
[ { "type": "function", "function": { "name": "search_web", "description": "Search the web for information", "parameters": { "type": "object", "properties": { "query": { "type": "string" }, "source": { "type": "string", ...
{ "id": "TASK-000485", "instruction": "Break this crypto implementation. The ciphertext was generated with a flawed implementation of XOR Repeating Key. Recover the key or directly decrypt to reveal the flag.", "category": "crypto", "technique": "XOR Repeating Key", "cwe": "CWE-326", "difficulty": "hard", ...
{ "flag": "flag{r34l_sh3ll_4829}", "expected_action_sequence": [ { "phase": "reconnaissance", "tool": "identify_cipher", "description": "Initial target analysis" }, { "phase": "exploitation", "tool": "padding_oracle_decrypt", "description": "Apply XOR Repeating Key te...
{ "type": "sparse", "reward_flag_found": 100, "penalty_per_step": 0.25, "reward_correct_tool": 0.1, "max_steps": 35, "success_criteria": "flag_found_tool_called", "partial_credit": true, "strategy_guidance": true }
[ { "scenario": "Basic reconnaissance", "observation": "Target is a web server running at http://target:8080", "thought": "Start with basic curl to identify the server and endpoints.", "action": "curl_request(url=\"http://target:8080\")", "result": "Server: nginx/1.18. Found /login.php endpoint." ...
{ "challenge_source": "CTF-inspired", "author": "s3cur1ty_r3s34rch3r", "created_at": "2025-06-20T13:25:00", "tags": [ "crypto", "hard", "XOR Repeating Key" ], "solved_count": 230 }
validation
CTF-AGENT-000486
2.0
agent_training_v2
You are a CTF web exploitation agent. Your goal is to capture the flag by identifying and exploiting web vulnerabilities. Follow this methodology: 1. RECONNAISSANCE: Identify server technology, endpoints, parameters, and authentication mechanisms 2. VULNERABILITY SCANNING: Test for SQL injection, XSS, SSTI, LFI, SSRF,...
[ { "type": "function", "function": { "name": "decode_jwt", "description": "Decode and analyze a JWT token", "parameters": { "type": "object", "properties": { "token": { "type": "string", "description": "JWT token string" }, ...
{ "id": "TASK-000486", "instruction": "Task: Capture the flag from a easy web application vulnerable to JWT Kid Injection. The flag is stored in the environment variables. Bypass security controls using JWT Kid Injection to access it.", "category": "web", "technique": "JWT Kid Injection", "cwe": "CWE-73", "...
{ "flag": "flag{r3v3rs3d8551}", "expected_action_sequence": [ { "phase": "reconnaissance", "tool": "curl_request", "description": "Initial target analysis" }, { "phase": "exploitation", "tool": "decode_jwt", "description": "Apply JWT Kid Injection technique" }, ...
{ "type": "sparse", "reward_flag_found": 100, "penalty_per_step": 1, "reward_correct_tool": 0.1, "max_steps": 10, "success_criteria": "flag_found_tool_called", "partial_credit": true, "strategy_guidance": false }
[ { "scenario": "Basic reconnaissance", "observation": "Target is a web server running at http://target:8080", "thought": "Start with basic curl to identify the server and endpoints.", "action": "curl_request(url=\"http://target:8080\")", "result": "Server: nginx/1.18. Found /login.php endpoint." ...
{ "challenge_source": "HackTheBox style", "author": "r00tk1t", "created_at": "2025-09-23T21:37:00", "tags": [ "web", "easy", "JWT Kid Injection", "sqli" ], "solved_count": 3963 }
train
CTF-AGENT-000487
2.0
agent_training_v2
You are a CTF digital forensics agent. Your goal is to capture the flag by analyzing forensic artifacts. Follow this methodology: 1. EVIDENCE ACQUISITION: Identify file types and extract basic metadata 2. DEEP SCAN: Carve files, analyze PCAPs, dump memory 3. CORRELATION: Cross-reference timestamps, processes, network ...
[ { "type": "function", "function": { "name": "execute_python", "description": "Execute Python code for computation", "parameters": { "type": "object", "properties": { "code": { "type": "string", "description": "Python code to execute" ...
{ "id": "TASK-000487", "instruction": "A security incident occurred. Analyze the forensic artifacts using EXIF Extraction to reconstruct the attack timeline and recover the flag left behind by the attacker.", "category": "forensics", "technique": "EXIF Extraction", "cwe": "CWE-200", "difficulty": "medium", ...
{ "flag": "flag{dd8477420e8d93c8120f}", "expected_action_sequence": [ { "phase": "reconnaissance", "tool": "analyze_file_type", "description": "Initial target analysis" }, { "phase": "exploitation", "tool": "carve_files", "description": "Apply EXIF Extraction techniqu...
{ "type": "sparse", "reward_flag_found": 100, "penalty_per_step": 0.5, "reward_correct_tool": 0.1, "max_steps": 20, "success_criteria": "flag_found_tool_called", "partial_credit": true, "strategy_guidance": true }
[ { "scenario": "Basic reconnaissance", "observation": "Target is a web server running at http://target:8080", "thought": "Start with basic curl to identify the server and endpoints.", "action": "curl_request(url=\"http://target:8080\")", "result": "Server: nginx/1.18. Found /login.php endpoint." ...
{ "challenge_source": "Community submission", "author": "r00tk1t", "created_at": "2025-11-01T00:31:00", "tags": [ "forensics", "medium", "EXIF Extraction" ], "solved_count": 329 }
train
CTF-AGENT-000488
2.0
agent_training_v2
You are a CTF web exploitation agent. Your goal is to capture the flag by identifying and exploiting web vulnerabilities. Follow this methodology: 1. RECONNAISSANCE: Identify server technology, endpoints, parameters, and authentication mechanisms 2. VULNERABILITY SCANNING: Test for SQL injection, XSS, SSTI, LFI, SSRF,...
[ { "type": "function", "function": { "name": "decode_jwt", "description": "Decode and analyze a JWT token", "parameters": { "type": "object", "properties": { "token": { "type": "string", "description": "JWT token string" }, ...
{ "id": "TASK-000488", "instruction": "Task: Capture the flag from a medium web application vulnerable to Deserialization (Python). The flag is stored in the database. Bypass security controls using Deserialization (Python) to access it.", "category": "web", "technique": "Deserialization (Python)", "cwe": "CW...
{ "flag": "flag{40895e839ce60619ee4a82d2}", "expected_action_sequence": [ { "phase": "reconnaissance", "tool": "curl_request", "description": "Initial target analysis" }, { "phase": "exploitation", "tool": "decode_jwt", "description": "Apply Deserialization (Python) t...
{ "type": "sparse", "reward_flag_found": 100, "penalty_per_step": 0.5, "reward_correct_tool": 0.1, "max_steps": 20, "success_criteria": "flag_found_tool_called", "partial_credit": true, "strategy_guidance": true }
[ { "scenario": "Basic reconnaissance", "observation": "Target is a web server running at http://target:8080", "thought": "Start with basic curl to identify the server and endpoints.", "action": "curl_request(url=\"http://target:8080\")", "result": "Server: nginx/1.18. Found /login.php endpoint." ...
{ "challenge_source": "Community submission", "author": "r00tk1t", "created_at": "2025-03-26T01:30:00", "tags": [ "web", "medium", "Deserialization (Pyt", "sqli" ], "solved_count": 1796 }
train
CTF-AGENT-000489
2.0
agent_training_v2
You are a CTF OSINT agent. Your goal is to capture the flag by gathering and analyzing publicly available information. Follow this methodology: 1. DOMAIN RECON: WHOIS, DNS enumeration, subdomain discovery 2. TECHNICAL OSINT: Certificate transparency, Shodan, GitHub repositories 3. SOCIAL OSINT: Social media, image met...
[ { "type": "function", "function": { "name": "flag_found", "description": "Submit the discovered flag", "parameters": { "type": "object", "properties": { "flag": { "type": "string", "description": "The captured flag" } }, ...
{ "id": "TASK-000489", "instruction": "Conduct an OSINT investigation to locate the flag. Use WHOIS Lookup to gather intelligence. The flag is hidden somewhere in publicly available information about the target. Follow the digital trail.", "category": "osint", "technique": "WHOIS Lookup", "cwe": "CWE-200", ...
{ "flag": "flag{h4ck_b1t_149}", "expected_action_sequence": [ { "phase": "reconnaissance", "tool": "dns_lookup", "description": "Initial target analysis" }, { "phase": "exploitation", "tool": "reverse_image_search", "description": "Apply WHOIS Lookup technique" },...
{ "type": "sparse", "reward_flag_found": 100, "penalty_per_step": 0.25, "reward_correct_tool": 0.1, "max_steps": 35, "success_criteria": "flag_found_tool_called", "partial_credit": true, "strategy_guidance": true }
[ { "scenario": "Basic reconnaissance", "observation": "Target is a web server running at http://target:8080", "thought": "Start with basic curl to identify the server and endpoints.", "action": "curl_request(url=\"http://target:8080\")", "result": "Server: nginx/1.18. Found /login.php endpoint." ...
{ "challenge_source": "HackTheBox style", "author": "h4ck3rm4n", "created_at": "2025-06-27T04:02:00", "tags": [ "osint", "hard", "WHOIS Lookup", "recon" ], "solved_count": 330 }
validation
CTF-AGENT-000490
2.0
agent_training_v2
You are a CTF web exploitation agent. Your goal is to capture the flag by identifying and exploiting web vulnerabilities. Follow this methodology: 1. RECONNAISSANCE: Identify server technology, endpoints, parameters, and authentication mechanisms 2. VULNERABILITY SCANNING: Test for SQL injection, XSS, SSTI, LFI, SSRF,...
[ { "type": "function", "function": { "name": "curl_request", "description": "Send an HTTP request to a target URL", "parameters": { "type": "object", "properties": { "url": { "type": "string", "description": "Target URL" }, ...
{ "id": "TASK-000490", "instruction": "Your mission: Exploit a web application at the target to retrieve the hidden flag. The application is vulnerable to File Upload Bypass. Use systematic reconnaissance to discover the vulnerability, craft appropriate payloads, and extract flag{9606683f538749dc448c8cf7}. The flag...
{ "flag": "flag{9606683f538749dc448c8cf7}", "expected_action_sequence": [ { "phase": "reconnaissance", "tool": "curl_request", "description": "Initial target analysis" }, { "phase": "exploitation", "tool": "analyze_response", "description": "Apply File Upload Bypass t...
{ "type": "sparse", "reward_flag_found": 100, "penalty_per_step": 0.5, "reward_correct_tool": 0.1, "max_steps": 20, "success_criteria": "flag_found_tool_called", "partial_credit": true, "strategy_guidance": true }
[ { "scenario": "Basic reconnaissance", "observation": "Target is a web server running at http://target:8080", "thought": "Start with basic curl to identify the server and endpoints.", "action": "curl_request(url=\"http://target:8080\")", "result": "Server: nginx/1.18. Found /login.php endpoint." ...
{ "challenge_source": "Original", "author": "s3cur1ty_r3s34rch3r", "created_at": "2025-12-14T03:16:00", "tags": [ "web", "medium", "File Upload Bypass" ], "solved_count": 256 }
train
CTF-AGENT-000491
2.0
agent_training_v2
You are a CTF cryptanalysis agent. Your goal is to capture the flag by breaking cryptographic implementations. Follow this methodology: 1. ALGORITHM IDENTIFICATION: Determine cipher type from ciphertext characteristics 2. KEY RECOVERY: Use known attacks (brute force, frequency analysis, factorization, oracle) 3. DECRY...
[ { "type": "function", "function": { "name": "factor_integer", "description": "Factor integer using various methods", "parameters": { "type": "object", "properties": { "n": { "type": "string", "description": "Integer to factor (decimal strin...
{ "id": "TASK-000491", "instruction": "Cryptographic challenge: Decrypt the ciphertext using LSB Oracle (RSA). The encryption scheme has a known weakness that allows key recovery or plaintext extraction without the key. Apply the appropriate cryptanalysis technique.", "category": "crypto", "technique": "LSB Ora...
{ "flag": "flag{3474248593d47dc448870d}", "expected_action_sequence": [ { "phase": "reconnaissance", "tool": "identify_cipher", "description": "Initial target analysis" }, { "phase": "exploitation", "tool": "factor_integer", "description": "Apply LSB Oracle (RSA) tech...
{ "type": "sparse", "reward_flag_found": 100, "penalty_per_step": 0.5, "reward_correct_tool": 0.1, "max_steps": 20, "success_criteria": "flag_found_tool_called", "partial_credit": true, "strategy_guidance": true }
[ { "scenario": "Basic reconnaissance", "observation": "Target is a web server running at http://target:8080", "thought": "Start with basic curl to identify the server and endpoints.", "action": "curl_request(url=\"http://target:8080\")", "result": "Server: nginx/1.18. Found /login.php endpoint." ...
{ "challenge_source": "Community submission", "author": "r00tk1t", "created_at": "2025-11-10T19:42:00", "tags": [ "crypto", "medium", "LSB Oracle (RSA)" ], "solved_count": 1387 }
train
CTF-AGENT-000492
2.0
agent_training_v2
You are a CTF OSINT agent. Your goal is to capture the flag by gathering and analyzing publicly available information. Follow this methodology: 1. DOMAIN RECON: WHOIS, DNS enumeration, subdomain discovery 2. TECHNICAL OSINT: Certificate transparency, Shodan, GitHub repositories 3. SOCIAL OSINT: Social media, image met...
[ { "type": "function", "function": { "name": "reverse_image_search", "description": "Search by image for similar images", "parameters": { "type": "object", "properties": { "image_url": { "type": "string" }, "engine": { "t...
{ "id": "TASK-000492", "instruction": "Conduct an OSINT investigation to locate the flag. Use Phone OSINT to gather intelligence. The flag is hidden somewhere in publicly available information about the target. Follow the digital trail.", "category": "osint", "technique": "Phone OSINT", "cwe": "CWE-200", "d...
{ "flag": "flag{68eb0c3d2e348bfb14ba5d05179e56}", "expected_action_sequence": [ { "phase": "reconnaissance", "tool": "dns_lookup", "description": "Initial target analysis" }, { "phase": "exploitation", "tool": "reverse_image_search", "description": "Apply Phone OSINT ...
{ "type": "sparse", "reward_flag_found": 100, "penalty_per_step": 0.5, "reward_correct_tool": 0.1, "max_steps": 20, "success_criteria": "flag_found_tool_called", "partial_credit": true, "strategy_guidance": true }
[ { "scenario": "Basic reconnaissance", "observation": "Target is a web server running at http://target:8080", "thought": "Start with basic curl to identify the server and endpoints.", "action": "curl_request(url=\"http://target:8080\")", "result": "Server: nginx/1.18. Found /login.php endpoint." ...
{ "challenge_source": "Community submission", "author": "s3cur1ty_r3s34rch3r", "created_at": "2025-01-20T04:40:00", "tags": [ "osint", "medium", "Phone OSINT", "recon" ], "solved_count": 121 }
train
CTF-AGENT-000493
2.0
agent_training_v2
You are a CTF web exploitation agent. Your goal is to capture the flag by identifying and exploiting web vulnerabilities. Follow this methodology: 1. RECONNAISSANCE: Identify server technology, endpoints, parameters, and authentication mechanisms 2. VULNERABILITY SCANNING: Test for SQL injection, XSS, SSTI, LFI, SSRF,...
[ { "type": "function", "function": { "name": "curl_request", "description": "Send an HTTP request to a target URL", "parameters": { "type": "object", "properties": { "url": { "type": "string", "description": "Target URL" }, ...
{ "id": "TASK-000493", "instruction": "A web application is running with a known Blind SQLi (Boolean) vulnerability. Perform recon, identify the injectable parameter, and exploit it to retrieve the flag. The target is protected by basic auth.", "category": "web", "technique": "Blind SQLi (Boolean)", "cwe": "C...
{ "flag": "flag{tr0ll3d_53%}", "expected_action_sequence": [ { "phase": "reconnaissance", "tool": "curl_request", "description": "Initial target analysis" }, { "phase": "exploitation", "tool": "sql_inject", "description": "Apply Blind SQLi (Boolean) technique" }, ...
{ "type": "sparse", "reward_flag_found": 100, "penalty_per_step": 0.25, "reward_correct_tool": 0.1, "max_steps": 50, "success_criteria": "flag_found_tool_called", "partial_credit": false, "strategy_guidance": true }
[ { "scenario": "Basic reconnaissance", "observation": "Target is a web server running at http://target:8080", "thought": "Start with basic curl to identify the server and endpoints.", "action": "curl_request(url=\"http://target:8080\")", "result": "Server: nginx/1.18. Found /login.php endpoint." ...
{ "challenge_source": "HackTheBox style", "author": "s3cur1ty_r3s34rch3r", "created_at": "2025-04-14T02:55:00", "tags": [ "web", "insane", "Blind SQLi (Boolean)" ], "solved_count": 92 }
test
CTF-AGENT-000494
2.0
agent_training_v2
You are a CTF cryptanalysis agent. Your goal is to capture the flag by breaking cryptographic implementations. Follow this methodology: 1. ALGORITHM IDENTIFICATION: Determine cipher type from ciphertext characteristics 2. KEY RECOVERY: Use known attacks (brute force, frequency analysis, factorization, oracle) 3. DECRY...
[ { "type": "function", "function": { "name": "analyze_strings", "description": "Extract strings from data/file", "parameters": { "type": "object", "properties": { "data": { "type": "string" }, "min_length": { "type": "int...
{ "id": "TASK-000494", "instruction": "Cryptographic challenge: Decrypt the ciphertext using Diffie-Hellman (Small p). The encryption scheme has a known weakness that allows key recovery or plaintext extraction without the key. Apply the appropriate cryptanalysis technique.", "category": "crypto", "technique": ...
{ "flag": "flag{d06add8e5da5b3309e99915542}", "expected_action_sequence": [ { "phase": "reconnaissance", "tool": "identify_cipher", "description": "Initial target analysis" }, { "phase": "exploitation", "tool": "brute_xor", "description": "Apply Diffie-Hellman (Small ...
{ "type": "sparse", "reward_flag_found": 100, "penalty_per_step": 0.5, "reward_correct_tool": 0.1, "max_steps": 20, "success_criteria": "flag_found_tool_called", "partial_credit": true, "strategy_guidance": true }
[ { "scenario": "Basic reconnaissance", "observation": "Target is a web server running at http://target:8080", "thought": "Start with basic curl to identify the server and endpoints.", "action": "curl_request(url=\"http://target:8080\")", "result": "Server: nginx/1.18. Found /login.php endpoint." ...
{ "challenge_source": "Community submission", "author": "s3cur1ty_r3s34rch3r", "created_at": "2025-06-15T18:55:00", "tags": [ "crypto", "medium", "Diffie-Hellman (Smal", "cryptography" ], "solved_count": 1159 }
train
CTF-AGENT-000495
2.0
agent_training_v2
You are a CTF web exploitation agent. Your goal is to capture the flag by identifying and exploiting web vulnerabilities. Follow this methodology: 1. RECONNAISSANCE: Identify server technology, endpoints, parameters, and authentication mechanisms 2. VULNERABILITY SCANNING: Test for SQL injection, XSS, SSTI, LFI, SSRF,...
[ { "type": "function", "function": { "name": "curl_request", "description": "Send an HTTP request to a target URL", "parameters": { "type": "object", "properties": { "url": { "type": "string", "description": "Target URL" }, ...
{ "id": "TASK-000495", "instruction": "Task: Capture the flag from a medium web application vulnerable to log4j Exploit. The flag is stored in the database. Bypass security controls using log4j Exploit to access it.", "category": "web", "technique": "log4j Exploit", "cwe": "CWE-917", "difficulty": "medium",...
{ "flag": "flag{c50f56310e07ee9c}", "expected_action_sequence": [ { "phase": "reconnaissance", "tool": "curl_request", "description": "Initial target analysis" }, { "phase": "exploitation", "tool": "sql_inject", "description": "Apply log4j Exploit technique" }, ...
{ "type": "sparse", "reward_flag_found": 100, "penalty_per_step": 0.5, "reward_correct_tool": 0.1, "max_steps": 20, "success_criteria": "flag_found_tool_called", "partial_credit": true, "strategy_guidance": true }
[ { "scenario": "Basic reconnaissance", "observation": "Target is a web server running at http://target:8080", "thought": "Start with basic curl to identify the server and endpoints.", "action": "curl_request(url=\"http://target:8080\")", "result": "Server: nginx/1.18. Found /login.php endpoint." ...
{ "challenge_source": "CTF-inspired", "author": "s3cur1ty_r3s34rch3r", "created_at": "2025-07-14T06:23:00", "tags": [ "web", "medium", "log4j Exploit", "sqli" ], "solved_count": 376 }
train
CTF-AGENT-000496
2.0
agent_training_v2
You are a CTF reverse engineering agent. Your goal is to capture the flag by analyzing and understanding binary code. Follow this methodology: 1. INITIAL ANALYSIS: File type detection, strings extraction, and high-level inspection 2. STATIC ANALYSIS: Decompile binaries to understand the algorithm 3. DYNAMIC ANALYSIS: ...
[ { "type": "function", "function": { "name": "execute_python", "description": "Execute Python code for computation", "parameters": { "type": "object", "properties": { "code": { "type": "string", "description": "Python code to execute" ...
{ "id": "TASK-000496", "instruction": "The flag is hidden inside this binary. Use Static Analysis (Ghidra) to understand the protection mechanism and extract the hidden data. The binary uses custom encryption.", "category": "rev", "technique": "Static Analysis (Ghidra)", "cwe": "CWE-200", "difficulty": "eas...
{ "flag": "flag{w1n6861}", "expected_action_sequence": [ { "phase": "reconnaissance", "tool": "analyze_file", "description": "Initial target analysis" }, { "phase": "exploitation", "tool": "solve_z3", "description": "Apply Static Analysis (Ghidra) technique" }, ...
{ "type": "sparse", "reward_flag_found": 100, "penalty_per_step": 1, "reward_correct_tool": 0.1, "max_steps": 10, "success_criteria": "flag_found_tool_called", "partial_credit": true, "strategy_guidance": false }
[ { "scenario": "Basic reconnaissance", "observation": "Target is a web server running at http://target:8080", "thought": "Start with basic curl to identify the server and endpoints.", "action": "curl_request(url=\"http://target:8080\")", "result": "Server: nginx/1.18. Found /login.php endpoint." ...
{ "challenge_source": "Original", "author": "r00tk1t", "created_at": "2025-06-18T16:38:00", "tags": [ "rev", "easy", "Static Analysis (Ghi" ], "solved_count": 2889 }
train
CTF-AGENT-000497
2.0
agent_training_v2
You are a CTF miscellaneous challenge agent. Your goal is to capture the flag by solving diverse encoding, programming, and logic challenges. Follow this methodology: 1. PROBLEM ANALYSIS: Identify encoding scheme, programming language, or puzzle type 2. DECODING/SOLVING: Apply appropriate decoding techniques or execut...
[ { "type": "function", "function": { "name": "flag_found", "description": "Submit the discovered flag", "parameters": { "type": "object", "properties": { "flag": { "type": "string", "description": "The captured flag" } }, ...
{ "id": "TASK-000497", "instruction": "Solve this medium miscellaneous challenge. The data is encoded/obfuscated using QR Code Analysis. Apply the correct decoding or solving technique to reveal the flag.", "category": "misc", "technique": "QR Code Analysis", "cwe": "CWE-200", "difficulty": "medium", "poi...
{ "flag": "flag{cb6629d488d10a59}", "expected_action_sequence": [ { "phase": "reconnaissance", "tool": "decode_base64", "description": "Initial target analysis" }, { "phase": "exploitation", "tool": "run_esolang", "description": "Apply QR Code Analysis technique" ...
{ "type": "sparse", "reward_flag_found": 100, "penalty_per_step": 0.5, "reward_correct_tool": 0.1, "max_steps": 20, "success_criteria": "flag_found_tool_called", "partial_credit": true, "strategy_guidance": true }
[ { "scenario": "Basic reconnaissance", "observation": "Target is a web server running at http://target:8080", "thought": "Start with basic curl to identify the server and endpoints.", "action": "curl_request(url=\"http://target:8080\")", "result": "Server: nginx/1.18. Found /login.php endpoint." ...
{ "challenge_source": "Community submission", "author": "s3cur1ty_r3s34rch3r", "created_at": "2025-09-28T12:08:00", "tags": [ "misc", "medium", "QR Code Analysis" ], "solved_count": 1266 }
train
CTF-AGENT-000498
2.0
agent_training_v2
You are a CTF miscellaneous challenge agent. Your goal is to capture the flag by solving diverse encoding, programming, and logic challenges. Follow this methodology: 1. PROBLEM ANALYSIS: Identify encoding scheme, programming language, or puzzle type 2. DECODING/SOLVING: Apply appropriate decoding techniques or execut...
[ { "type": "function", "function": { "name": "run_esolang", "description": "Execute esoteric programming language code", "parameters": { "type": "object", "properties": { "code": { "type": "string" }, "language": { "type"...
{ "id": "TASK-000498", "instruction": "A peculiar challenge awaits. Use ZIP Cracking to decode, execute, or bypass the obstacle and capture the flag.", "category": "misc", "technique": "ZIP Cracking", "cwe": "CWE-200", "difficulty": "easy", "points": 139, "challenge_name": "Esoteric Language Lab", "en...
{ "flag": "flag{f0und3738}", "expected_action_sequence": [ { "phase": "reconnaissance", "tool": "decode_base64", "description": "Initial target analysis" }, { "phase": "exploitation", "tool": "run_esolang", "description": "Apply ZIP Cracking technique" }, { ...
{ "type": "sparse", "reward_flag_found": 100, "penalty_per_step": 1, "reward_correct_tool": 0.1, "max_steps": 10, "success_criteria": "flag_found_tool_called", "partial_credit": true, "strategy_guidance": false }
[ { "scenario": "Basic reconnaissance", "observation": "Target is a web server running at http://target:8080", "thought": "Start with basic curl to identify the server and endpoints.", "action": "curl_request(url=\"http://target:8080\")", "result": "Server: nginx/1.18. Found /login.php endpoint." ...
{ "challenge_source": "HackTheBox style", "author": "wh1t3_h4t", "created_at": "2025-01-21T14:17:00", "tags": [ "misc", "easy", "ZIP Cracking" ], "solved_count": 3241 }
train
CTF-AGENT-000499
2.0
agent_training_v2
You are a CTF digital forensics agent. Your goal is to capture the flag by analyzing forensic artifacts. Follow this methodology: 1. EVIDENCE ACQUISITION: Identify file types and extract basic metadata 2. DEEP SCAN: Carve files, analyze PCAPs, dump memory 3. CORRELATION: Cross-reference timestamps, processes, network ...
[ { "type": "function", "function": { "name": "execute_python", "description": "Execute Python code for computation", "parameters": { "type": "object", "properties": { "code": { "type": "string", "description": "Python code to execute" ...
{ "id": "TASK-000499", "instruction": "Investigate the provided forensic evidence to find the flag. Use Email Header Analysis to analyze memory dumps. The flag may be hidden in deleted files, process memory, or network traffic.", "category": "forensics", "technique": "Email Header Analysis", "cwe": "CWE-200",...
{ "flag": "flag{c4ptur3d9482}", "expected_action_sequence": [ { "phase": "reconnaissance", "tool": "analyze_file_type", "description": "Initial target analysis" }, { "phase": "exploitation", "tool": "carve_files", "description": "Apply Email Header Analysis technique"...
{ "type": "sparse", "reward_flag_found": 100, "penalty_per_step": 1, "reward_correct_tool": 0.1, "max_steps": 10, "success_criteria": "flag_found_tool_called", "partial_credit": true, "strategy_guidance": false }
[ { "scenario": "Basic reconnaissance", "observation": "Target is a web server running at http://target:8080", "thought": "Start with basic curl to identify the server and endpoints.", "action": "curl_request(url=\"http://target:8080\")", "result": "Server: nginx/1.18. Found /login.php endpoint." ...
{ "challenge_source": "Community submission", "author": "r00tk1t", "created_at": "2025-11-05T06:49:00", "tags": [ "forensics", "easy", "Email Header Analysi" ], "solved_count": 1296 }
train
CTF-AGENT-000500
2.0
agent_training_v2
You are a CTF cryptanalysis agent. Your goal is to capture the flag by breaking cryptographic implementations. Follow this methodology: 1. ALGORITHM IDENTIFICATION: Determine cipher type from ciphertext characteristics 2. KEY RECOVERY: Use known attacks (brute force, frequency analysis, factorization, oracle) 3. DECRY...
[ { "type": "function", "function": { "name": "brute_xor", "description": "Brute-force single-byte XOR key", "parameters": { "type": "object", "properties": { "data_hex": { "type": "string", "description": "Hex-encoded ciphertext" }...
{ "id": "TASK-000500", "instruction": "Break this crypto implementation. The ciphertext was generated with a flawed implementation of OTP Reuse. Recover the key or directly decrypt to reveal the flag.", "category": "crypto", "technique": "OTP Reuse", "cwe": "CWE-326", "difficulty": "easy", "points": 135, ...
{ "flag": "flag{h4ck3d2072}", "expected_action_sequence": [ { "phase": "reconnaissance", "tool": "identify_cipher", "description": "Initial target analysis" }, { "phase": "exploitation", "tool": "brute_xor", "description": "Apply OTP Reuse technique" }, { ...
{ "type": "sparse", "reward_flag_found": 100, "penalty_per_step": 1, "reward_correct_tool": 0.1, "max_steps": 10, "success_criteria": "flag_found_tool_called", "partial_credit": true, "strategy_guidance": false }
[ { "scenario": "Basic reconnaissance", "observation": "Target is a web server running at http://target:8080", "thought": "Start with basic curl to identify the server and endpoints.", "action": "curl_request(url=\"http://target:8080\")", "result": "Server: nginx/1.18. Found /login.php endpoint." ...
{ "challenge_source": "HackTheBox style", "author": "wh1t3_h4t", "created_at": "2025-01-17T20:35:00", "tags": [ "crypto", "easy", "OTP Reuse" ], "solved_count": 4350 }
train