Created
November 11, 2024 22:46
-
-
Save Rhynorater/c42604466d182e624e8800f1e5b75c39 to your computer and use it in GitHub Desktop.
GreHack Signature Workflow
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"description": "", | |
"edition": 2, | |
"graph": { | |
"edges": [ | |
{ | |
"source": { | |
"exec_alias": "exec", | |
"node_id": 0 | |
}, | |
"target": { | |
"exec_alias": "exec", | |
"node_id": 4 | |
} | |
}, | |
{ | |
"source": { | |
"exec_alias": "exec", | |
"node_id": 4 | |
}, | |
"target": { | |
"exec_alias": "exec", | |
"node_id": 5 | |
} | |
}, | |
{ | |
"source": { | |
"exec_alias": "exec", | |
"node_id": 5 | |
}, | |
"target": { | |
"exec_alias": "exec", | |
"node_id": 1 | |
} | |
} | |
], | |
"nodes": [ | |
{ | |
"alias": "convert_start", | |
"definition_id": "caido/convert-start", | |
"display": { | |
"x": 50, | |
"y": -90 | |
}, | |
"id": 0, | |
"inputs": [], | |
"name": "Convert Start", | |
"version": "0.1.0" | |
}, | |
{ | |
"alias": "convert_end", | |
"definition_id": "caido/convert-end", | |
"display": { | |
"x": 50, | |
"y": 260 | |
}, | |
"id": 1, | |
"inputs": [ | |
{ | |
"alias": "data", | |
"value": { | |
"data": "$join.data", | |
"kind": "ref" | |
} | |
} | |
], | |
"name": "Convert End", | |
"version": "0.1.0" | |
}, | |
{ | |
"alias": "sha2_hash", | |
"definition_id": "caido/sha2-hash", | |
"display": { | |
"x": 50, | |
"y": 30 | |
}, | |
"id": 4, | |
"inputs": [ | |
{ | |
"alias": "encoding", | |
"value": { | |
"data": "HEX", | |
"kind": "string" | |
} | |
}, | |
{ | |
"alias": "version", | |
"value": { | |
"data": "256", | |
"kind": "string" | |
} | |
}, | |
{ | |
"alias": "data", | |
"value": { | |
"data": "$convert_start.data", | |
"kind": "ref" | |
} | |
} | |
], | |
"name": "SHA2 Hash", | |
"version": "0.1.0" | |
}, | |
{ | |
"alias": "join", | |
"definition_id": "caido/join-two", | |
"display": { | |
"x": 50, | |
"y": 150 | |
}, | |
"id": 5, | |
"inputs": [ | |
{ | |
"alias": "left", | |
"value": { | |
"data": "$convert_start.data", | |
"kind": "ref" | |
} | |
}, | |
{ | |
"alias": "right", | |
"value": { | |
"data": "$sha2_hash.data", | |
"kind": "ref" | |
} | |
}, | |
{ | |
"alias": "separator", | |
"value": { | |
"data": "&signature=", | |
"kind": "string" | |
} | |
} | |
], | |
"name": "Join", | |
"version": "0.1.0" | |
} | |
] | |
}, | |
"id": "420dd24c-d184-4558-80f2-00ac7f4001d3", | |
"kind": "convert", | |
"name": "Sha256 Signature" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment