2
0
Fork 0
mirror of https://github.com/gchq/CyberChef synced 2025-03-14 22:06:56 +00:00
CyberChef/tests
Minghang Chen 462cda7f2e Add DNS message parsing operation
Example:

- Input: `q80BAAABAAAAAAAAA3d3dwdleGFtcGxlA2NvbQAAAQAB`
- Operations: `From Base64` -> `Parse DNS Message`
- Output:
```
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 43981
;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;www.example.com.		IN	A
```
2024-06-18 00:05:08 -07:00
..
browser Improved testing to account for race conditions 2024-05-16 14:29:32 +01:00
lib Fixed operational tests and updated some dependencies 2023-02-27 17:55:52 +00:00
node update x86 disassembly tests 2024-03-31 01:21:17 +00:00
operations Add DNS message parsing operation 2024-06-18 00:05:08 -07:00
samples Updated eslint, Jimp, and other dependencies 2024-06-11 18:07:22 +01:00