Commit Graph
210 Commits
Author SHA1 Message Date
535838146c Regular Expression operation email address regex: Support IPv4 domains (#2167)
Co-authored-by: GCHQDeveloper581 <63102987+GCHQDeveloper581@users.noreply.github.com>
2026-04-13 13:04:33 +01:00
Ted KruijffandGitHub 78d40eab60 Add Parse Ethernet frame Operation, allow Parse IPv4 Header to cascade (#1722) 2026-03-21 18:15:29 +00:00
f7bbb33084 Add Extract Audio Metadata operation (#2170)
Co-authored-by: GCHQDeveloper581 <63102987+GCHQDeveloper581@users.noreply.github.com> (minor tweak to wikipedia url)
2026-03-19 12:14:28 +00:00
John BrickandGitHub eef8d55d86 fix(A1Z26): return empty string instead of empty array for empty input (#2257) 2026-03-19 10:10:35 +00:00
Thomas MandGitHub a19261d5f7 feat: add ARM disassembler operation (#2156) 2026-03-08 19:07:46 +00:00
p-lericheGitHubGCHQDeveloper581 <63102987+GCHQDeveloper581@users.noreply.github.com> - Additional test case added.
f759f4c43b Add Text/Integer Converter operation (#2213)
Co-authored-by: GCHQDeveloper581 <63102987+GCHQDeveloper581@users.noreply.github.com> - Additional test case added.
2026-03-08 13:46:36 +00:00
Thomas MandGitHub 81b3e9abd4 Feat/rc6 add RC6 Encrypt/Decrypt operations (#2163) 2026-03-07 12:07:17 +00:00
aby-joGitHubGCHQDeveloper581 <63102987+GCHQDeveloper581@users.noreply.github.com> - (additional tests)
813a543baf Improve SQL Beautify: use sql-formatter and support bind variables (#2071)
Co-authored-by: GCHQDeveloper581 <63102987+GCHQDeveloper581@users.noreply.github.com> - (additional tests)
2026-03-02 12:55:54 +00:00
8df8028f43 Fix return of buffer for PNG QR image generation - resolves #2124 (#2125)
Co-authored-by: GCHQ Developer 85297 <95289555+C85297@users.noreply.github.com>
2026-02-20 16:07:37 +00:00
Thomas MandGitHub 9512444eee Add Bech32 and Bech32m encoding/decoding operations (#2159) 2026-01-30 19:02:23 +00:00
jg42526andGitHub 18e5b9f6ec Merge branch 'master' into kgoto/add-handlebar 2025-05-16 11:03:44 +01:00
a3957273andGitHub f92238bf04 Merge pull request #2023 from xumptex/feature/add-BLAKE3 2025-05-12 16:14:00 +01:00
gchqdev364andGitHub d751117219 Merge pull request #2041 from gchq/octal-ip-addresses
Addresses bug report #2008
Added explicit support for octal IP addresses.
Changed approach to IPv4 regex to be string manipulation generated.
Added some unit tests for IP address parsing - probably not full coverage.
Added lookahead and lookbehind tricks to resolve warned issue that 1.2.3.256 would still be extracted as 1.2.3.25. Now only accepts valid IP addresses. Warning replaced with clause about infinite length dotted decimal forms.
2025-05-12 15:51:03 +01:00
es45411 3a55b34214 Add tests for URLDecode and URLEncode 2025-05-12 13:09:59 +00:00
gchqdev364 159b80e853 Added explicit tests for IPv4 addresses in decimal or octal. 2025-05-12 13:02:29 +00:00
es45411andGitHub 66d445c5ef Add GenerateAllChecksums operation
* Add GenerateAllChecksums operation
* Remove checksums from GenerateAllHashes operation
2025-05-12 12:29:33 +01:00
sw5678andGitHub 7ca472279c Merge branch 'gchq:master' into master 2025-05-12 09:42:30 +01:00
a3957273andGitHub 3c5eea5dfb Merge pull request #1587 from jonking-ajar/feat/jsonata-operation 2025-05-12 09:24:54 +01:00
sw5678andGitHub e4a59c6990 Merge branch 'gchq:master' into master 2025-05-12 09:02:32 +01:00
r4mos 1089c6bfb8 Add All Checksums Operation 2025-04-29 17:25:29 +02:00
Jeremy Giudicelli bd8906f46b fix : add Categories and index 2025-04-17 13:40:01 +02:00
Kendall Goto 361a3b2929 Add Template operation for basic JSON rendering 2025-04-09 15:54:39 -07:00
a3957273andGitHub 7c8be12d52 Merge pull request #1548 from brun0ne/add-php-serialization
Add new operation: PHP Serialize
2025-04-05 19:06:23 +01:00
a3957273andGitHub 74d631c71e Merge pull request #1991 from peterc-s/master
Add Base32 Hex Extended Alphabet and Base32 Tests.
2025-04-05 05:57:56 +01:00
a3957273andGitHub 4b72484ca4 Merge pull request #1993 from r4mos/master
Add CRC Operation
2025-04-03 08:22:11 +01:00
a3957273andGitHub e469f00fc7 Merge pull request #1286 from ccarpo/master
Added a JSON to YAML and a YAML to JSON operation
2025-04-03 08:19:20 +01:00
Dan FlackandGitHub 8852712f0d Merge branch 'master' into master 2025-03-16 00:44:31 -04:00
CCarpo a809321b63 renamed function for clarity 2025-03-10 20:55:35 +01:00
ccarpo 2c21d72a6a Merge branch 'master' of https://github.com/ccarpo/CyberChef 2025-03-07 12:39:30 +01:00
r4mos 4e62aa6e1d The CRC Operation is implemented natively with all currently known CRC's. Old Operations (CRC8, CRC16 and CRC32) and their dependencies are removed 2025-03-02 01:51:09 +01:00
peterc-s 3057a20791 Add Base32 Hex Extended option. 2025-02-28 16:52:15 +00:00
Jon King 4c6b4cd4e7 added Jsonata Query tests 2025-02-17 10:15:35 -07:00
Brunon BlokandGitHub a40aed2b47 Merge branch 'master' into add-php-serialization 2025-02-17 14:09:03 +01:00
CCarpoandGitHub e44e6fed35 Merge branch 'master' into master 2025-02-17 08:36:14 +01:00
mshwed 2ae923b73e Updated category and fixed imports 2025-02-15 23:03:05 -05:00
mshwed 15bbed093c fixed formatting 2025-02-15 22:23:49 -05:00
mshwedandmshwed 7f97afd3e0 Added parsing of headers. 2025-02-15 22:20:41 -05:00
a3957273andGitHub eb912547ac Merge branch 'master' into linuxgemini-patch-modhex 2025-02-16 01:55:11 +00:00
a3957273andGitHub 51b9fe644b Merge pull request #1971 from bartblaze/master
Add Leet Speak
2025-02-15 22:55:52 +00:00
a3957273andGitHub 7cc3e5804b Merge branch 'master' into take-nth-bytes 2025-02-14 15:44:12 +00:00
a3957273andGitHub 912bbe54aa Merge branch 'master' into drop-nth-bytes 2025-02-12 20:08:30 +00:00
a3957273andGitHub 26a16b6945 Merge branch 'master' into take-nth-bytes 2025-02-12 20:08:24 +00:00
a3957273andGitHub a41068e633 Merge branch 'master' into master 2025-02-11 00:40:26 +00:00
a3957273andGitHub d3e31890ae Merge branch 'master' into strip_ipv4_header 2025-02-11 00:38:21 +00:00
a3957273andGitHub 156de53dc1 Merge branch 'master' into strip_tcp_header 2025-02-11 00:27:38 +00:00
a3957273andGitHub 9f2527d736 Merge branch 'master' into strip_ipv4_header 2025-02-11 00:27:19 +00:00
a3957273andGitHub 7ecc235b31 Merge pull request #1900 from c65722/strip_udp_header
Add Strip UDP header operation
2025-02-11 00:26:59 +00:00
a3957273andGitHub 51ed3b2fc1 Merge branch 'master' into strip_tcp_header 2025-02-11 00:26:52 +00:00
bartblaze f14c423c64 Add Leet Speak
Not too many use cases, but something I thought of (and have seen in a few skiddie malware samples).

Will also resolve #1234
2025-02-05 18:34:59 +01:00
c65722 1fcc365d9e Add Parse TLS record operation 2024-11-02 16:58:19 +00:00