CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
rapid7

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.

GitHub Repository: rapid7/metasploit-framework
Path: blob/master/data/capture_config.yaml
Views: 11704
1
# configuration file for the capture plugin
2
spoof_regex: .*
3
ntlm_challenge: "1122334455667788"
4
ntlm_domain: anonymous
5
http_basic: no
6
ssl_cert: null
7
logfile: null
8
hashdir: null
9
services:
10
# authentication services
11
- type: DRDA
12
enabled: yes
13
- type: FTP
14
enabled: yes
15
- type: HTTP
16
enabled: yes
17
- type: HTTPS
18
enabled: yes
19
- type: IMAP
20
enabled: yes
21
- type: LDAP
22
enabled: yes
23
- type: MSSQL
24
enabled: yes
25
- type: MySQL
26
enabled: yes
27
- type: POP3
28
enabled: yes
29
- type: Postgres
30
enabled: yes
31
- type: PrintJob
32
enabled: yes
33
- type: SIP
34
enabled: yes
35
- type: SMB
36
enabled: yes
37
- type: SMTP
38
enabled: yes
39
- type: Telnet
40
enabled: yes
41
- type: VNC
42
enabled: yes
43
- type: FTPS
44
enabled: yes
45
- type: IMAPS
46
enabled: yes
47
- type: POP3S
48
enabled: yes
49
- type: SMTPS
50
enabled: yes
51
# spoofing / poisoning services
52
- type: NBNS
53
enabled: yes
54
- type: LLMNR
55
enabled: yes
56
- type: mDNS
57
enabled: yes
58
59