-
Notifications
You must be signed in to change notification settings - Fork 62
/
wordpot.conf
40 lines (34 loc) · 1.18 KB
/
wordpot.conf
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
# ----------------------
# Honeypot configuration
# ----------------------
HOST = '127.0.0.1' # Hostname
PORT = '80' # Port
THEME = 'twentyeleven' # Theme name in use
SERVER = 'Apache/2.2.22 (Ubuntu)' # Custom server header
# -----------------------
# Wordpress configuration
# -----------------------
BLOGTITLE = 'Random Ramblings' # Title of the blog
VERSION = '2.8' # Version to mimick
AUTHORS = ['admin'] # Authors list
# ------------------------------------
# Wordpress installed plugins & themes
# ------------------------------------
# By default every probe against plugins/themes is allowed
# as long as PLUGINS and THEMES options are commented.
# You can allow probes to certain elements:
#
# PLUGINS = ['plugin1', 'plugin2']
#
# You can disallow every probes with an empty list:
#
# PLUGINS = []
#
#PLUGINS = [] # Installed plugins list
#THEMES = [] # Installed themes list
HPFEEDS_ENABLED = False
HPFEEDS_HOST = '127.0.0.1'
HPFEEDS_PORT = 10000
HPFEEDS_IDENT = 'wordpot'
HPFEEDS_SECRET = 'wordpot-pass'
HPFEEDS_TOPIC = 'wordpot.events'