-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathacronyms.tex
29 lines (29 loc) · 1.39 KB
/
acronyms.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
\newacronym{xss}{XSS}{Cross-Site Scripting}
\newacronym{lfi}{LFI}{Local File Inclusion}
\newacronym{sqli}{SQLI}{Structured Query Language Injection}
\newacronym{sql}{SQL}{Structured Query Language}
\newacronym{dns}{DNS}{Domain Name Server}
\newacronym{cve}{CVE}{Common Vulnerabilities and Exposure}
\newacronym{cwe}{CWE}{Common Weakness Enumeration}
\newacronym{ids}{IDS}{Intrusion Detection System}
\newacronym{ips}{IPS}{Intrusion Prevention System}
\newacronym{vps}{VPS}{Virtual Private Service}
\newacronym{cms}{CMS}{Content Management System}
\newacronym{sop}{SOP}{Same-Origin Policy}
\newacronym{dos}{DoS}{Denial of Service}
\newacronym{poc}{PoC}{Proof of Concept}
\newacronym{dom}{DOM}{Document Object Model}
\newacronym{rce}{RCE}{Remote Code Execution}
\newacronym{xsrf}{XSRF}{Cross-Site Request Forgery}
\newacronym{smtp}{SMTP}{Simple Mail Transfer Protocol}
\newacronym{http}{HTTP}{Hypertext Transfer Protocol}
\newacronym{https}{HTTPS}{Hypertext Transfer Protocol Secure}
\newacronym{html}{HTML}{Hypertext Making Language}
\newacronym{url}{URL}{Uniform Resource Locator}
\newacronym{css}{CSS}{Cascading Style Sheets}
\newacronym{xml}{XML}{Extensible Markup Language}
\newacronym{waf}{WAF}{Web Application Firewall}
\newacronym{csp}{CSP}{Content Security Policy}
\newacronym{ui}{UI}{User Interface}
\newacronym{api}{API}{Application Programming Interface}
\newacronym{sass}{SASS}{Syntactically Awesome Style Sheets}