Skip to content

Instantly share code, notes, and snippets.

View sileneundula's full-sized avatar
😊
Working On Liberato and Decentralized Web 3.20

silene0259 sileneundula

😊
Working On Liberato and Decentralized Web 3.20
View GitHub Profile
@wietze
wietze / mitre_attack.tex
Created January 31, 2022 18:29
MITRE ATT&CK - LaTeX functions
\usepackage{hyperref}
\usepackage{xstring}
\DeclareRobustCommand{\tid}[1]{\StrSubstitute{#1}{.}{/}[\temp]%
\href{https://attack.mitre.org/techniques/\temp/}{#1}}
% \tid{T1234} returns 'T1234' with a hyperlink to its MITRE ATT&CK page
\DeclareRobustCommand{\tidtext}[1]{\StrSubstitute{#1}{.}{/}[\temp]%
\href{https://attack.mitre.org/techniques/\temp/}{#1}: \gettid{#1}}
% \tidtext{T1234} returns 'T1234: Technique Name' with T1234 containing a hyperlink to its MITRE ATT&CK page
@peltho
peltho / svelte.md
Last active April 19, 2026 06:15
Svelte cheatsheet