Commit Graph

65 Commits

Author SHA1 Message Date
venus
fe08e0b280 [GEMINI] Add test cases for ctf flag -l/--list and -s/--set options 2026-07-19 01:51:22 -05:00
venus
dd69a4c723 [GEMINI] Add integration tests for artifacts files 2026-07-19 01:43:42 -05:00
venus
185482f3d5 cleaning things up by refactoring and combining files 2026-07-19 01:31:09 -05:00
venus
7f00bdb385 [GEMINI] Reorganize tests for FlagDetectorStream and cli_helpers commands 2026-07-19 01:15:29 -05:00
venus
b03df0af6f [GEMINI] Add unit tests for is_valid_flag helper 2026-07-19 01:02:33 -05:00
venus
4bddd4a49b [GEMINI] Refactor test suite structure for new helpers and config modules 2026-07-19 00:53:00 -05:00
venus
8b82058cc6 [GEMINI] Add test case for check_for_flag function 2026-07-19 00:40:06 -05:00
venus
993bc2e934 [GEMINI] Write tests for challenge analyse command and metadata route 2026-07-19 00:29:20 -05:00
venus
41b6612320 [GEMINI] Update forensics tests to metadata command and remove ctf inspect 2026-07-19 00:24:21 -05:00
46c317fca1 Update README.md 2026-07-19 00:15:32 -05:00
venus
cd7ef151c4 adding more features inclided steg analysis, decoding engines, and more
tests
2026-07-19 00:13:13 -05:00
venus
c48e4343dc [GEMINI] Write tests for steganography crack module 2026-07-19 00:11:53 -05:00
venus
d31e837b62 [GEMINI] Add test case for unique ROT13 metadata decoding 2026-07-18 23:55:16 -05:00
venus
f338ccb071 [GEMINI] Add unit tests for unanchored decoding 2026-07-18 04:31:25 -05:00
venus
1cf9ec4a7c [GEMINI] Add unit tests for recursive nested decoding 2026-07-18 04:22:33 -05:00
venus
d474de1317 [GEMINI] Fix base32 payload in decoding test 2026-07-18 04:17:36 -05:00
venus
4c5d966057 [GEMINI] Add tests for base32, binary, url, rot13, and reversed decoders 2026-07-18 04:11:23 -05:00
venus
dc58c0f3ca [GEMINI] Write unit tests for decoding.py 2026-07-18 03:55:29 -05:00
venus
7f586830ba [GEMINI] Update tests for empty XMP attributes 2026-07-18 03:43:45 -05:00
venus
7bb0f87808 [GEMINI] Write tests for forensics and stage baseline implementation 2026-07-18 03:28:52 -05:00
venus
be58885e4f [GEMINI] Document custom forensics metadata parser architectural decision 2026-07-18 03:23:49 -05:00
venus
3e4a449c41 [GEMINI] Add test cases for Adobe XMP metadata extraction 2026-07-18 03:17:24 -05:00
venus
08533f3ee2 [GEMINI] Record future metadata parsing features in status roadmap and architecture documentation 2026-07-18 03:10:17 -05:00
venus
d58587cc65 [GEMINI] Update Core Mandate 7 to explicitly restrict unsolicited testing 2026-07-18 03:08:45 -05:00
venus
72266489da [GEMINI] Make EXIF filename assertion robust to small terminal console wrapping 2026-07-18 03:06:56 -05:00
venus
dc72be5a17 [GEMINI] Add test cases for JPEG comment extraction and EXIF warnings 2026-07-18 03:06:00 -05:00
venus
812a493cf1 [GEMINI] Update test_utils.py assertions to align with correct regex patterns suggestions 2026-07-18 02:58:58 -05:00
venus
7f61d5db07 [GEMINI] Update test_commands.py to match dynamic competition name in suggested patterns output 2026-07-18 02:57:11 -05:00
venus
7a301e3a72 Add test cases verifying pure EXIF parsing and inspect -i/-e options 2026-07-18 02:50:15 -05:00
venus
b6c73e46f2 Add test cases verifying root inspect and nested forensics inspect CLI execution paths 2026-07-18 02:44:54 -05:00
venus
05144a2dda Update test to expect a trailing newline in ctf flag -p output 2026-07-18 02:40:26 -05:00
venus
4dc0a24152 coming allong nicely. adding more commands, tests, and
artifacts for testing. basic framework down just adding features now
2026-07-18 02:38:13 -05:00
venus
8274d08f3e Add test case verifying exemption of flag command from stdout matching 2026-07-18 02:37:43 -05:00
venus
1c3b63d7d8 Add tests for persistent flag storage and ctf flag CLI command 2026-07-18 02:28:35 -05:00
venus
817f70e925 Update test suite for FlagDetectorStream and remove old flag-detect command 2026-07-18 02:21:38 -05:00
venus
24ce48610d Add and update test cases for pure forensics implementation 2026-07-17 23:42:17 -05:00
venus
861e1b8e83 test: update tests to support unanchored and wildcard regex options 2026-07-17 02:33:48 -05:00
venus
f2b349c42d docs/test: add tests and documentation for competition-aware patterns and commands 2026-07-17 02:18:55 -05:00
venus
9e91f8ef0f docs: update architecture and add tests for flag regex generation 2026-07-17 02:06:34 -05:00
venus
c069e51263 Standardize matching test files structure, add test_main.py and test_commands.py, and update GEMINI.md 2026-07-17 01:55:44 -05:00
venus
cf21abe0bc Update GEMINI.md with Vim folding mandate and add test cases for set-flag-format CLI command 2026-07-17 01:53:04 -05:00
venus
82ada56655 Add unit and integration tests for flag-detect CLI command 2026-07-17 01:44:06 -05:00
venus
839454f044 Add test assertions for Detected Type row in inspect CLI output 2026-07-17 01:32:08 -05:00
venus
75ce6b3a1b Implement forensics signatures command and expand supported magic signatures dictionary 2026-07-17 01:27:31 -05:00
venus
aebdf8f31b Commit workspace transition from test_utils.py to test_forensics.py with new signatures CLI test case 2026-07-17 01:27:14 -05:00
venus
3664208c74 Implement all 6 universal filesystem metadata properties inside inspect command 2026-07-17 01:20:57 -05:00
venus
1b53658a50 Update GEMINI.md, add test cases for universal metadata, and configure rich dependency 2026-07-17 01:19:25 -05:00
venus
70e793c4a3 working command structure and advanced llm Integration 2026-07-17 01:09:50 -05:00
venus
58351e1086 added architecture and switched to CLICK implementation 2026-07-13 22:32:20 -05:00
venus
4b16a69b1a qol changes 2026-07-13 21:11:27 -05:00