-
-
Notifications
You must be signed in to change notification settings - Fork 113
Expand file tree
/
Copy pathmkdocs.yml
More file actions
110 lines (105 loc) · 2.81 KB
/
Copy pathmkdocs.yml
File metadata and controls
110 lines (105 loc) · 2.81 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
site_name: legba
site_description: Fast async Rust credential bruteforcer and password sprayer for HTTP, SSH, SMB, LDAP, SQL, RDP, and 25+ other protocols. Modern hydra alternative.
site_url: https://legba.evilsocket.net/
site_author: Simone Margaritelli
repo_url: https://github.com/evilsocket/legba
repo_name: evilsocket/legba
edit_uri: edit/main/docs/
docs_dir: docs
copyright: Copyright © Simone Margaritelli, released under GPL-3.0
theme:
name: material
custom_dir: overrides
language: en
favicon: logo.png
features:
- navigation.instant
- navigation.tracking
- navigation.top
- navigation.indexes
- search.suggest
- search.highlight
- content.code.copy
- content.action.edit
- toc.follow
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: black
accent: red
toggle:
icon: material/weather-night
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
accent: red
toggle:
icon: material/weather-sunny
name: Switch to light mode
icon:
repo: fontawesome/brands/github
markdown_extensions:
- admonition
- attr_list
- footnotes
- md_in_html
- tables
- toc:
permalink: true
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
plugins:
- search
nav:
- Home: index.md
- Installation: install.md
- Usage: usage.md
- Recipes: recipes.md
- REST API: rest.md
- MCP: mcp.md
- Benchmark: benchmark.md
- Comparison: comparison.md
- FAQ: faq.md
- Sponsor: sponsor.md
- Plugins:
- AMQP: plugins/amqp.md
- Custom Binary: plugins/custom_binary.md
- DNS: plugins/dns.md
- FTP: plugins/ftp.md
- HTTP: plugins/http.md
- IMAP: plugins/imap.md
- IRC: plugins/irc.md
- Kerberos: plugins/kerberos.md
- LDAP: plugins/ldap.md
- MongoDB: plugins/mongodb.md
- MQTT: plugins/mqtt.md
- MSSQL: plugins/mssql.md
- MySQL: plugins/mysql.md
- Oracle: plugins/oracle.md
- POP3: plugins/pop3.md
- Port Scanner: plugins/port_scanner.md
- PostgreSQL: plugins/postgresql.md
- RDP: plugins/rdp.md
- Redis: plugins/redis.md
- Samba: plugins/samba.md
- ScyllaDB: plugins/scylla.md
- SMTP: plugins/smtp.md
- SNMP: plugins/snmp.md
- SOCKS5: plugins/socks5.md
- SSH / SFTP: plugins/ssh_and_sftp.md
- STOMP: plugins/stomp.md
- Telnet: plugins/telnet.md
- VNC: plugins/vnc.md
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/evilsocket/legba
- icon: fontawesome/brands/x-twitter
link: https://x.com/evilsocket