Skip to content

Instantly share code, notes, and snippets.

@drole
Last active July 12, 2024 17:21
Show Gist options
  • Select an option

  • Save drole/8f695bd1616ee492f7aa06be9a35c82c to your computer and use it in GitHub Desktop.

Select an option

Save drole/8f695bd1616ee492f7aa06be9a35c82c to your computer and use it in GitHub Desktop.
Gootloader Decode Recipe
// CyberChef Recipe to deobfuscate Gootloader encoded string
// Use: https://github.com/drole/CyberChef
Unescape_string()
Gootloader_Decode()
JavaScript_Beautify('\\t','Auto',true,true)
Regular_expression('User defined','\\(\'(.*?)\'\\)',true,true,false,false,false,false,'List capture groups')
Unescape_string()
Gootloader_Decode()
JavaScript_Beautify('\\t','Auto',true,true)
@drole
Copy link
Author

drole commented Aug 14, 2023

@drole
Copy link
Author

drole commented Aug 14, 2023

Decode Gootloader encoded string

image

@drole
Copy link
Author

drole commented Aug 14, 2023

You may also want to parse the actual Gootloader code from JS

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment