-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
121 lines (100 loc) · 3.71 KB
/
Copy pathmkdocs.yml
File metadata and controls
121 lines (100 loc) · 3.71 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
site_name: Cybersecurity Playbook
site_url: https://oscar-sr.github.io/cybersecurity-playbook/
nav:
- Home: index.md
- Cyber threat intelligence:
- Introduction: cyber-threat-intelligence/index.md
- Fundamentals:
- Overview: cyber-threat-intelligence/fundamentals/index.md
- Intelligence cycle: cyber-threat-intelligence/fundamentals/intelligence-cycle.md
- OSINT:
- Overview: cyber-threat-intelligence/osint/index.md
- Limitations and ethics: cyber-threat-intelligence/osint/limitations-and-ethics.md
- SOCMINT:
- Overview: cyber-threat-intelligence/socmint/index.md
- Metadata: cyber-threat-intelligence/socmint/metadata.md
- Dark Web:
- Overview: cyber-threat-intelligence/dark-web/index.md
- Types of sites: cyber-threat-intelligence/dark-web/types-of-sites.md
- Tools: cyber-threat-intelligence/tools.md
- Historical facts: cyber-threat-intelligence/historical-facts.md
- References: cyber-threat-intelligence/references.md
- Ethical hacking:
- Introduction: ethical-hacking/index.md
- Fundamentals:
- Overview: ethical-hacking/fundamentals/index.md
- Methodologies: ethical-hacking/fundamentals/methodologies.md
- Reconnaissance:
- Overview: ethical-hacking/reconnaissance/index.md
- Tools: ethical-hacking/reconnaissance/tools.md
- Enumeration:
- Overview: ethical-hacking/enumeration/index.md
- Information management: ethical-hacking/enumeration/information-management.md
- Tools: ethical-hacking/enumeration/tools.md
- Vulnerability analysis:
- Overview: ethical-hacking/vulnerability-analysis/index.md
- Tools: ethical-hacking/vulnerability-analysis/tools.md
- Explotation:
- Overview: ethical-hacking/explotation/index.md
- Tools: ethical-hacking/explotation/tools.md
- Post-explotation:
- Overview: ethical-hacking/post-explotation/index.md
- Privilege escalation: ethical-hacking/post-explotation/privilege-escalation.md
- Tools: ethical-hacking/post-explotation/tools.md
- Digital forensics:
- Introduction: digital-forensics/index.md
- Reverse engineering:
- Introduction: reverse-engineering/index.md
theme:
name: material
font:
text: Inter
code: JetBrains Mono
logo: assets/logo.png
favicon: assets/favicon.ico
features:
- navigation.tabs
- navigation.footer
- navigation.top
palette:
# Dark Mode
- scheme: slate
toggle:
icon: material/weather-sunny
name: Dark mode
primary: teal
accent: cyan
# Light Mode
- scheme: default
toggle:
icon: material/weather-night
name: Light mode
primary: blue grey
accent: teal
markdown_extensions:
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- admonition
- pymdownx.details
extra:
social:
- icon: simple/github
link: https://github.com/Oscar-SR
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/oscar-s-r/
copyright: Copyright © <script>document.write(new Date().getFullYear())</script> Óscar Sánchez Rubio