Commit Graph
556 Commits
Author SHA1 Message Date
es45411andGitHub 66d445c5ef Add GenerateAllChecksums operation
* Add GenerateAllChecksums operation
* Remove checksums from GenerateAllHashes operation
2025-05-12 12:29:33 +01:00
jg42526andGitHub b2045e5bd8 Merge pull request #2035 from jg42526/checksum/xor
XOR Checksum operation added
2025-05-12 12:01:29 +01:00
jg42526 dda5814c30 Merged master and followed naming convention updates 2025-05-12 10:11:15 +00: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
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 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
a3957273andGitHub 9a8804ab94 Merge pull request #1604 from zhzy0077/jq
Support jq as an operation.
2025-04-03 08:15:35 +01:00
Dan FlackandGitHub 8852712f0d Merge branch 'master' into master 2025-03-16 00:44:31 -04:00
zhzy0077 464c92e7bf Rename to "Jq" 2025-03-12 20:15:09 +08:00
CCarpo a809321b63 renamed function for clarity 2025-03-10 20:55:35 +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
Jon King 4a428e802e feat: add to category 2025-02-17 07:41:59 -07:00
Brunon BlokandGitHub a40aed2b47 Merge branch 'master' into add-php-serialization 2025-02-17 14:09:03 +01:00
CCarpo 5cef2b13a3 fixed typo in categories. 2025-02-17 08:46:28 +01:00
CCarpo c2936a6f2c removed old data format 2025-02-17 08:44:42 +01:00
CCarpoandGitHub e44e6fed35 Merge branch 'master' into master 2025-02-17 08:36:14 +01:00
Zhiyuan Zheng d602897221 Merge branch 'master' into jq 2025-02-17 13:47:34 +08:00
mshwed 2ae923b73e Updated category and fixed imports 2025-02-15 23:03:05 -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 dcf0bbb02b Merge pull request #1914 from Oshawk/drop-nth-bytes
Add 'Drop nth bytes' operation
2025-02-14 15:43:41 +00:00
a3957273andGitHub b99a76f9a6 Merge branch 'master' into master 2025-02-12 20:08:43 +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
a3957273andGitHub f02b3f22ad Merge pull request #1936 from c65722/parse_tls_record
Add Parse TLS record operation
2025-02-11 00:22:12 +00:00
a3957273andGitHub caa373c1be Merge branch 'master' into master 2025-02-10 23:38:41 +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
Oshawk 4c6dcf182d Merge remote-tracking branch 'upstream/master' into take-nth-bytes 2024-09-25 18:57:20 +01:00
Oshawk 4bb1e335ea Merge remote-tracking branch 'upstream/master' into drop-nth-bytes 2024-09-25 18:14:57 +01:00
Dan Flack 54cfb17145 Initial migration to library; add decryption operation 2024-09-21 11:40:32 +02:00
flakjacket a1647b02cb Initial SM2 changes 2024-09-21 11:40:12 +02:00
c65722 748379f0b0 Add Strip TCP header operation 2024-09-15 18:49:17 +01:00
c65722 da74d9b22d Add Strip UDP header operation 2024-09-15 18:14:21 +01:00
c65722 738e6feda0 Add Strip IPv4 header operation 2024-09-15 17:46:47 +01:00
sw5678 95f6c4c5d5 Added alternating caps functionality 2024-09-12 15:40:54 +01:00
Robin Sandhu e65869a10b Add operation for parsing X.509 CRLs
Signed-off-by: Robin Sandhu <er.robinsandhu@gmail.com>
2024-08-25 05:02:59 +01:00
jb30795andGitHub c8c9e572a6 Merge branch 'master' into master 2024-08-07 18:42:08 +01:00
İlteriş Yağıztegin Eroğlu edd22372d8 feat(Modhex): Introduce basic Modhex conversion
Signed-off-by: İlteriş Yağıztegin Eroğlu <ilteris@asenkron.com.tr>
2024-06-17 23:58:58 +00:00