mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-28 19:28:50 +00:00
update /data folder layout
This commit is contained in:
parent
91b5ddce8d
commit
7c041411a8
1 changed files with 4 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
# T-Pot post install script #
|
# T-Pot post install script #
|
||||||
# Ubuntu server 14.04.3, x64 #
|
# Ubuntu server 14.04.3, x64 #
|
||||||
# #
|
# #
|
||||||
# v16.03.1 by mo, DTAG, 2015-12-11 #
|
# v16.03.2 by mo, DTAG, 2015-12-14 #
|
||||||
########################################################
|
########################################################
|
||||||
|
|
||||||
# Type of install, SENSOR or FULL?
|
# Type of install, SENSOR or FULL?
|
||||||
|
@ -273,7 +273,9 @@ chmod 644 /root/tpot/upstart/*
|
||||||
|
|
||||||
# Let's create some files and folders
|
# Let's create some files and folders
|
||||||
fuECHO "### Creating some files and folders."
|
fuECHO "### Creating some files and folders."
|
||||||
mkdir -p /data/ews/log /data/ews/conf /data/ews/cowrie /data/ews/dionaea /data/ews/glastopf /data/ews/honeytrap /data/elk/data /data/elk/log /data/suricata/log /home/tsec/.ssh/
|
mkdir -p /data/ews/log /data/ews/conf /data/ews/dionaea /data/ews/glastopf /data/ews/honeytrap \
|
||||||
|
/data/elk/data /data/elk/log /data/suricata/log /data/glastopf /data/dionaea /data/cowrie \
|
||||||
|
/data/honeytrap /home/tsec/.ssh/
|
||||||
|
|
||||||
# Let's copy some files
|
# Let's copy some files
|
||||||
cp -R /root/tpot/bin/* /usr/bin/
|
cp -R /root/tpot/bin/* /usr/bin/
|
||||||
|
|
Loading…
Reference in a new issue