Commit graph

1708 commits

Author SHA1 Message Date
Autumn
740ab2506c
Merge pull request #44 from BlacAmDK/BlacAmDK-patch-1
Fix ExtractIPAddresses IPv6 regexp
2023-12-28 09:42:30 +00:00
bee-san
963c58ed24 updated linebreaks 2023-12-27 12:44:38 +00:00
bee-san
cc86650786 Add support for LZNT1 decompression
Introduces support for LZNT1 decompression, commonly leveraged by malware through RtlDecompressBuffer (closes #534).

The decompression logic is ported from go-ntfs, the test data is similar to malduck's.

from: https://github.com/gchq/CyberChef/pull/1675
2023-12-27 12:41:09 +00:00
Autumn
4c145c50dd
Merge pull request #33 from linuxgemini/linuxgemini-patch-modhex
feat(Modhex): Introduce basic Modhex conversion
2023-12-22 18:37:57 +00:00
Autumn
73716a2c44
Merge pull request #34 from emilhf/cut-operation
Cut operation
2023-12-22 18:37:46 +00:00
Autumn
71ba2f5a22
Merge pull request #24 from sg5506844/base92
Feature: Add Base92 operations
2023-12-21 22:31:58 +00:00
Autumn
f47dda375f
Merge pull request #25 from t-8ch/checksum/xor
Add "XOR Checksum" operation
2023-12-21 22:31:48 +00:00
Autumn
1baa439bb0
Merge pull request #26 from elipsion/x509-output
Add X.509 output formats
2023-12-21 22:31:24 +00:00
Autumn
114a31918c
Merge pull request #23 from depperm/CC-1225
Add JSWhat
2023-12-21 21:05:28 +00:00
bee-san
eebecb51ce CryptoChef 2023-12-21 20:54:43 +00:00
Autumn
69770f9395
Revert "added word cloud chart operation" 2023-12-21 20:39:42 +00:00
Autumn
a218f0aa47
Merge pull request #19 from joostrijneveld/fix/chacha-raw
Fix ChaCha operation Raw output
2023-12-21 20:37:23 +00:00
Autumn
3b8f2e6ec9
Merge pull request #20 from zhzy0077/jq
Adds JQ support
2023-12-21 20:34:20 +00:00
Autumn
9bba7e217d
Merge pull request #14 from cplussharp/pubkey-from-cert
Pubkey from cert
2023-12-21 20:24:49 +00:00
Autumn
acf62c634d
Merge pull request #15 from jpledref/feat-issue-1607-add-xml-to-json
feat: add XML to JSON operation
2023-12-21 20:24:42 +00:00
Autumn
2ecdd67208
Revert "181 responsive UI" 2023-12-21 19:54:21 +00:00
Autumn
4cb0d2b82b
Merge pull request #11 from valdelaseras/181-responsive-ui
181 responsive UI
2023-12-15 13:05:28 +00:00
Autumn
cd8a37e105
Merge pull request #9 from arnydo/add_fangurl
Add fangurl
2023-12-15 10:40:37 +00:00
BlacAmDK
362755b22f
Fix ExtractIPAddresses IPv6 regexp
IPv6 regexp shouldn't match IPv4 address.
2023-12-05 14:40:37 +08:00
CPlusSharp
e9160f3de0 Public Key from Private Key 2023-10-15 02:51:53 +02:00
CPlusSharp
5c20c27d2c Public Key from Certificate 2023-10-15 02:49:55 +02:00
jpledref
6347f01a47 feat: add XML to JSON operation 2023-09-23 11:11:25 +02:00
Robin Scholtes
e5e82032eb resolve conflicts, merge master 2023-08-15 20:58:24 +12:00
David C Goldenberg
f5bf07cc9a Added License and copyright information as needed. 2023-08-04 16:40:37 -04:00
Joost Rijneveld
cb98672549 Fix ChaCha operation Raw output
Previously, an array type error prevented any output when selecting
the 'Raw' output option for the ChaCha operation. This did not
show up in tests, as they all compared to hex values.

This also adds a test (relying on the 'To Hex' operation) that
catches this.
2023-07-30 17:02:36 +02:00
harishkumarchellappa
eceb505b91 added word cloud chart operation 2023-07-29 16:01:45 +05:30
zhzy0077
721061d054 fix typo. 2023-07-25 14:48:03 +08:00
zhzy0077
d2da11c79a Support jq. 2023-07-25 14:42:43 +08:00
n1474335
fa228b2571
Added a range of GOST operations 2023-07-14 18:37:02 +01:00
David C Goldenberg
c322e1fa0c Update: Fixed typos 2023-06-20 10:08:00 -04:00
Robin Scholtes
6b61567b5a setting up mobile tests 2023-05-11 20:24:09 +12:00
Robin Scholtes
2c08ccf070 revert imports for development 2023-05-11 08:36:53 +12:00
Robin Scholtes
b80525315d return imports to original ( assert {type:json}). This stops local dev from working though 2023-05-10 23:16:32 +12:00
Robin Scholtes
9fbef2c163 [#181] cleanup to prep draft PR for PR 2023-05-10 23:08:14 +12:00
David C Goldenberg
3b29d2d140 Update, merge from master branch.
Merge remote-tracking branch 'origin' into cryptochef
2023-04-26 12:00:00 -04:00
David C Goldenberg
f79ca6cf02 First Cryptochef branch commit. 2023-04-26 10:24:39 -04:00
David Marshall
e7df21f0fa linting 2023-04-19 22:28:42 -04:00
David Marshall
a6eb62deec CC-1225 jswhat 2023-04-19 22:04:45 -04:00
Robin Scholtes
2093dac4f9 [#181] remove scattered todos and aggregate in temporary todo.txt file, add new css files to split up huge IO stylesheet for better future DevX 2023-04-18 20:22:41 +12:00
Robin Scholtes
2aa8dbb69f [181] 'fix' dev to get started 2023-04-16 21:47:43 +12:00
sg5506844
5f0f037c46 Feature: Add Base92 operations 2023-04-12 10:37:16 +05:30
n1474335
d102e1b15c
Tidied 'Generate De Bruijn Sequence' operation 2023-03-24 22:39:08 +00:00
n1474335
0a0217cb66
Merge branch 'debruijn' of https://github.com/GCHQ77703/CyberChef 2023-03-24 22:33:43 +00:00
n1474335
25fe7bba67
Tidied up Argon2 operations 2023-03-24 22:15:21 +00:00
n1474335
ca340cdd7b
Merge branch 'feature/add-argon2-operation' of https://github.com/Xenonym/CyberChef 2023-03-24 20:48:42 +00:00
n1474335
1caecf70a2
Fixed HKDF op name 2023-03-23 18:21:43 +00:00
n1474335
6e347742d9
Merge branch 'hkdf' of https://github.com/mikecat/CyberChef 2023-03-23 18:18:25 +00:00
n1474335
1632e23c78
Merge branch 'markdown-beautify' of https://github.com/JatinSanghvi/CyberChef 2023-03-23 17:53:31 +00:00
n1474335
1bba10e7c2
Merge branch 'swap-case' of https://github.com/mikecat/CyberChef 2023-03-23 17:46:47 +00:00
n1474335
8f3096af0a
Merge branch 'levenshtein-distance' of https://github.com/mikecat/CyberChef 2023-03-23 17:42:16 +00:00