-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathmkdocs.yml
More file actions
95 lines (87 loc) · 2.78 KB
/
Copy pathmkdocs.yml
File metadata and controls
95 lines (87 loc) · 2.78 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
site_name: AtDork Documentation
site_url: https://amnottdevv.github.io/atdork/
repo_url: https://github.com/amnottdevv/atdork
repo_name: amnottdevv/atdork
edit_uri: edit/master/docs/
theme:
name: material
language: en
font:
text: Inter
code: JetBrains Mono
palette:
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: indigo
accent: light blue
toggle:
icon: material/weather-night
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
accent: light blue
toggle:
icon: material/weather-sunny
name: Switch to dark mode
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- navigation.top
- search.suggest
- search.highlight
- code.copy
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- attr_list
- tables
- toc:
permalink: true
plugins:
- search
extra_css:
- stylesheets/extra.css
nav:
- Home: index.md
- Getting Started:
- Installation: installation.md
- Quick Start: quickstart.md
- Basic Usage: basic-usage.md
- Documentation:
- Features:
- Resilience System: features/resilience-system.md
- Proxy & Anonymity: features/proxy-anonymity.md
- Vulnerability Filter: features/filter-vuln.md
- Template System: features/template-system.md
- Batch Processing: features/batch-processing.md
- Output Formats: features/output-formats.md
- post processing : features/post-processing.md
- database and history : features/database-history.md
- cache system : features/cache-system.md
- notification : features/notification.md
- database dork : features/database-scrapper.md
- ghdb scrapper : features/ghdb-scrapper.md
- Reference:
- CLI Reference: cli-reference.md
- Configuration: configuration.md
- Support:
- Troubleshooting: troubleshooting.md
- Contributing: contributing.md
- database :
- bing and ddg dorks : database/bing-and-ddg.md
- bug bounty dorks : database/bug-bounty-dorks.md
- censys dorks : database/censys-dorks.md
- cms dorks : database/cms-dorks.md
- common dorks : database/common-dorks.md
- github dorks : database/github-dorks.md
- lfi dorks : database/lfi-dorks.md
- rfi dorks : database/rfi-dorks.md