summaryrefslogtreecommitdiffstats
path: root/data/skills.yaml
blob: 0a831d674ce21a2491b27ddbc75ed868bed1e1d1 (plain)
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
30
31
32
33
34
35
- icon: "fa-solid fa-crosshairs"
  name_en: "Penetration Testing"
  name_it: "Penetration Testing"
  level: "Intermediate"
  tags: [Metasploit, "Burp Suite", nmap, SQLMap]

- icon: "fa-solid fa-network-wired"
  name_en: "Network Security"
  name_it: "Sicurezza di Rete"
  level: "Foundational"
  tags: [Wireshark, "TCP/IP", Firewalls, VPN]

- icon: "fa-brands fa-linux"
  name_en: "Linux / Kali"
  name_it: "Linux / Kali"
  level: "Advanced"
  tags: ["Kali Linux", Bash, "Priv. Esc.", "File System"]

- icon: "fa-solid fa-user-secret"
  name_en: "OSINT"
  name_it: "OSINT"
  level: "Foundational"
  tags: [Maltego, Shodan, Recon-ng]

- icon: "fa-solid fa-terminal"
  name_en: "Scripting"
  name_it: "Scripting"
  level: "Intermediate"
  tags: [Python, Bash, PowerShell]

- icon: "fa-solid fa-shield-halved"
  name_en: "Web Security"
  name_it: "Sicurezza Web"
  level: "Intermediate"
  tags: ["OWASP Top 10", XSS, SQLi, IDOR]