Skip to content

Instantly share code, notes, and snippets.

@tlansec
Created March 29, 2022 08:21
Show Gist options
  • Save tlansec/fd1ecb91e744f4c3e92a5d21bd4947f0 to your computer and use it in GitHub Desktop.
Save tlansec/fd1ecb91e744f4c3e92a5d21bd4947f0 to your computer and use it in GitHub Desktop.
DFRWS things

Things you might want to install if you have not already

[required]

  • YARA -> https://github.com/virustotal/yara
  • Strings -> https://docs.microsoft.com/en-us/sysinternals/downloads/strings (or UNIX equivalent)

[nice_to_have]

  • PEStudio -> https://www.winitor.com/
  • VSCode ++ YARA extension:
    • https://code.visualstudio.com/
    • https://marketplace.visualstudio.com/items?itemName=infosec-intern.yara
  • HxD -> https://mh-nexus.de/en/hxd/
  • Access to UNIX style CLI tools (grep, wc)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment