Skip to content

Instantly share code, notes, and snippets.

@barryirwin
Created February 22, 2023 16:34
Show Gist options
  • Save barryirwin/065349633ddf1baf27fd6ed697b16170 to your computer and use it in GitHub Desktop.
Save barryirwin/065349633ddf1baf27fd6ed697b16170 to your computer and use it in GitHub Desktop.
Grab ATTACK items from MITRE CVE's
curl -s https://attack.mitre.org/campaigns/C0014/ | grep -oE 'T[0-9]{4}(\/[0-9]{3})?>' | sed 's/">//g' | sort | uniq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment