-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapache2_vhost.conf
29 lines (25 loc) · 1.29 KB
/
apache2_vhost.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
# ---------------------------------------------------------------
# _ _ _ _
# ___ _ __ ___ | |_ _ __ | | __ _| |_ _ __(_)_ __ ___
# / __| '_ ` _ \| __| '_ \| |/ _` | __| '__| | '_ \ / _ \
# \__ \ | | | | | |_| |_) | | (_| | |_| | | | | | | __/
# |___/_| |_| |_|\__| .__/|_|\__,_|\__|_| |_|_| |_|\___|
# |_| _____
# || | D
# A custom SMTP Honeypot || | |
# written in PHP with focus || | |
# on gathering intel on threat || \___| _
# actors and for doing spam || | | _______ -( (-
# forensic work || |__'(-------) '-'
# || | /
# (c) 2024 - THUGSred || ___,-\__..__|__
# ---------------------------------------------------------------
# The website for smtplatrine offers a simple web interface for
# viewing the data and statistics of the SMTP honeypot.
<VirtualHost *:80>
ServerName smtplatrine.mydomain.com
ServerAdmin webmaster@localhost
DocumentRoot /opt/smtplatrine/www
ErrorLog ${APACHE_LOG_DIR}/vhosts/smtplatrine-error.log
CustomLog ${APACHE_LOG_DIR}/vhosts/smtplatrine-access.log combined
</VirtualHost>