-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathsquirtle.yaml
53 lines (36 loc) · 1.02 KB
/
squirtle.yaml
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
# Squirtle's Configuration File
# Windows domain to use
domain: DOMAIN
# Server name
server: testserver
# DNS domain
dns_domain: domain.com
# Web server string
serverstring: Microsoft-IIS/6.0
# Port to listen on
port: 8080
# Address to listen on
address: 0.0.0.0
# access log filename
accesslog: squirtle_access.log
# Nonce to use
nonce: 1122334455667788
# File to write NT/LM hashes to
output-file: ntlmhashes.txt
# Database configuration string examples
db: sqlite://squirtle.db
#db: mysql://user:pass@hostname/squirtle
#db: postgress://user:pass@hostname/squirtle
# Controller authentication -- change this if you feel like it.
# Comment pass: out to have a randomly generated password created
user: squirtle
pass: eltriuqs
# How many milliseconds for keepalives to timeout
# Clients will be purged after missing 5 keepalives
timeout: 10000
# HTML index file template
indexfile: squirtle.html
# Javascript file to load into the HTML index
jsfile: squirtle.js
# Obfuscate the Javascript (not active yet)
# obfuscatejs: false