Add labs
This commit is contained in:
30
04-mosquitto/lab04/cyberchef/receipt.json
Normal file
30
04-mosquitto/lab04/cyberchef/receipt.json
Normal file
@ -0,0 +1,30 @@
|
||||
[
|
||||
{ "op": "Fork",
|
||||
"args": ["\\n", "\\n", false] },
|
||||
{ "op": "Register",
|
||||
"args": ["^([^:]+)", true, false, false] },
|
||||
{ "op": "Find / Replace",
|
||||
"args": [{ "option": "Regex", "string": "^[^:]+:" }, "", false, false, false, false] },
|
||||
{ "op": "Register",
|
||||
"args": ["(.*)", true, false, false] },
|
||||
{ "op": "Pseudo-Random Number Generator",
|
||||
"args": [12, "Hex"] },
|
||||
{ "op": "Register",
|
||||
"args": ["(.*)", true, false, false] },
|
||||
{ "op": "From Hex",
|
||||
"args": ["Auto"] },
|
||||
{ "op": "To Base64",
|
||||
"args": ["A-Za-z0-9+/="] },
|
||||
{ "op": "Register",
|
||||
"args": ["([\\s\\S]*)", true, false, false] },
|
||||
{ "op": "Find / Replace",
|
||||
"args": [{ "option": "Regex", "string": ".*" }, "$R1", false, false, false, false] },
|
||||
{ "op": "Derive PBKDF2 key",
|
||||
"args": [{ "option": "Latin1", "string": "$R1" }, 512, 101, "SHA512", { "option": "Hex", "string": "$R2" }] },
|
||||
{ "op": "From Hex",
|
||||
"args": ["Auto"] },
|
||||
{ "op": "To Base64",
|
||||
"args": ["A-Za-z0-9+/="] },
|
||||
{ "op": "Find / Replace",
|
||||
"args": [{ "option": "Regex", "string": ".*" }, "$R0:$$7$$101$$$R3$$$&", false, false, false, false] }
|
||||
]
|
||||
Reference in New Issue
Block a user