-
-
Notifications
You must be signed in to change notification settings - Fork 87
/
mkdocs.yml
125 lines (109 loc) · 3.3 KB
/
mkdocs.yml
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
122
123
124
125
site_name: PyHTools Docs
site_author: dmdhrumilmistry
repo_name: dmdhrumilmistry/pyhtools
copyright: Copyright © 2020 - 2023 Dhrumil Mistry
theme:
name: "material"
features:
- announce.dismiss
- content.action.edit
- content.action.view
- content.code.annotate
- content.code.copy
- content.tabs.link
- content.tooltips
# - header.autohide
# - navigation.expand
- navigation.footer
- navigation.indexes
# - navigation.instant
# - navigation.prune
- navigation.sections
- navigation.tabs
# - navigation.tabs.sticky
- navigation.top
- navigation.tracking
- search.highlight
- search.share
- search.suggest
- toc.follow
# - toc.integrate
palette:
- scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/brightness-4
name: Switch to light mode
plugins:
- mkdocstrings
- search:
separator: '[\s\-,:!=\[\]()"`/]+|\.(?!\d)|&[lg]t;|(?!\b)(?=[A-Z][a-z])'
markdown_extensions:
# for syntax highlighting
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
# for content tabs
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
# for icons and emos
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
nav:
- Home: index.md
- How To Docs:
- Malwares:
- Packaging Trojan: HowTo/Malwares/CreateTrojanPackage.md
- Reverse Backdoors:
- HTTP: HowTo/Malwares/ReverseBackdoor-HTTP.md
- TCP: HowTo/Malwares/ReverseBackdoor-TCP.md
- Send Email: HowTo/Malwares/SendEmail.md
- Telegram Attacks:
- Data Harvester: HowTo/Malwares/TelegramDataHarvester.md
- Remote Code Executer: HowTo/Malwares/TelegramRemoteCodeExecuter.md
- Wifi Password Harvester: HowTo/Malwares/WirelessProfileHarvester.md
- Ransomwares:
- DMSec: HowTo/Ransomwares/DMSec.md
- Web:
- VulnScanner: HowTo/Web/vuln-scanner.md
- Code Documentation:
- PyHTools Modules: code-docs/pyhtools.md
- UI Documentation: code-docs/ui-doc.md
- Attackers Documentation:
- Android Attackers: code-docs/android-attackers.md
- Network Attackers: code-docs/network-attackers.md
- Web Attackers: code-docs/web-attackers.md
- Detectors Documentation: code-docs/detectors.md
# Customization
extra:
annotate:
json: [.s2]
# analytics:
# provider: google
# property: !ENV GOOGLE_ANALYTICS_KEY
social:
- icon: fontawesome/brands/github
link: https://github.com/dmdhrumilmistry
# - icon: fontawesome/brands/gitter
# link: https://gitter.im/dmdhrumilmistry
# - icon: fontawesome/brands/docker
# link: https://hub.docker.com/r/dmdhrumilmistry/pyhtools/
- icon: fontawesome/brands/python
link: https://pypi.org/project/pyhtools/
- icon: fontawesome/brands/mastodon
link: https://fosstodon.org/@dmdhrumilmistry
- icon: fontawesome/brands/twitter
link: https://twitter.com/dmdhrumilmistry