Skip to content

Instantly share code, notes, and snippets.

@edygert
Last active February 15, 2023 14:47
Show Gist options
  • Save edygert/fde461dccc530fa62a40e76a555ceb17 to your computer and use it in GitHub Desktop.
Save edygert/fde461dccc530fa62a40e76a555ceb17 to your computer and use it in GitHub Desktop.
Checkbox CyberChef recipe
Regular_expression('User defined','[a-zA-Z0-9+/=]{40,}',true,true,false,false,false,false,'List matches')
From_Base64('A-Za-z0-9+/=',true)
Decode_text('UTF-16LE (1200)')
Regular_expression('User defined','[a-zA-Z0-9+/=]{20,}',true,true,false,false,false,false,'List matches')
From_Base64('A-Za-z0-9+/=',true)
Gunzip()
Regular_expression('User defined','[a-zA-Z0-9+/=]{30,}',true,true,false,false,false,false,'List matches')
From_Base64('A-Za-z0-9+/=',true)
XOR({'option':'Decimal','string':'35'},'Standard',false)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment