Commit graph

49 commits

Author SHA1 Message Date
Marco Ochse
b36c63962d tweaking, prepare for elk microservice 2017-05-03 20:55:18 +00:00
Marco Ochse
3de02ee7b0 tweaking for docker-compose
get rid of self-check scripts, docker-compose takes care of that now
use tpot.yml config for tpot scripts
wipe crontab clean of legacy scripts
check.lock no longer needed (rc.local)
adjust installer (invisible cursor, get image info from tpot.yml, some tweaking)
2017-05-01 19:03:27 +00:00
Marco Ochse
365e1a1e5c prepare switch to docker-compose 2017-04-30 23:34:30 +00:00
Marco Ochse
8417ed2fbd fix path 2017-04-19 15:48:27 +02:00
Marco Ochse
9fea0461fc Clean up, add Spiderfoot
tpot configs are now stored in /etc/tpot/
tpot related scripts are now stored /usr/share/tpot/bin
some scripts are improved
some scripts are cleaned of old comments
spiderfoot is now part of tpot
2017-04-19 12:22:51 +00:00
Marco Ochse
c9827f0f03 manage kibana objetcs, ES dump and restore, ES folder backup 2017-04-14 22:08:35 +00:00
Marco Ochse
90592e7388 manage kibana objetcs, dump and restore 2017-04-12 20:46:12 +00:00
Marco Ochse
ffc0edd587 prepare for elk 5.x and improvements 2017-03-17 23:47:04 +00:00
Marco Ochse
71e1069dbe fix 2017-03-13 22:17:02 +00:00
Marco Ochse
412c7fa508 fix 2017-03-13 21:58:48 +00:00
Marco Ochse
fddfc68ff3 improvements 2017-03-13 16:10:37 +00:00
Marco Ochse
a98e6bfc53 prepare for 17.06 dev env 2017-03-13 00:38:43 +00:00
Marco Ochse
4a67a47a04 remove some services from myip.sh 2017-03-12 23:50:27 +00:00
Marco Ochse
4a58f7488a fix bug myip.sh 2017-03-12 23:46:12 +00:00
t3chn0m4g3
7036a7fc77 include a better solution to fetch external ip 2017-02-22 15:04:48 +00:00
Marco Ochse
8d55eed8e5 fix grep for untagged images 2016-11-09 17:51:58 +01:00
t3chn0m4g3
40c2b2c386 fix bugs, prepare for rc 2016-10-23 14:54:57 +02:00
t3chn0m4g3
0aa7865e42 tweaking 2016-08-29 23:24:25 +00:00
t3chn0m4g3
7fe0f23b83 tweaking 2016-08-26 11:54:22 +00:00
Marco Ochse
f5a5478732 account for new es cluster name 2016-08-26 13:28:41 +02:00
t3chn0m4g3
bd29236c47 tweaking dps.sh 2016-08-15 05:46:57 +00:00
t3chn0m4g3
79790c51a9 suricata, find interface in absence of default gateway 2016-08-09 23:26:03 +00:00
Marco Ochse
b6707b70ba find interface in absence of default gateway 2016-08-10 00:51:34 +02:00
Marco Ochse
f038173920 Web based access
It is now possible to access T-Pot web based and without a SSH tunnel
2016-08-08 02:21:02 +02:00
Marco Ochse
d16698877b tweaking, bugfixing 2016-08-07 19:08:13 +02:00
t3chn0m4g3
bbb708b988 tweaking, bugfixes 2016-08-06 22:06:31 +00:00
Marco Ochse
bf7478442e update dionaea path layout 2016-06-01 17:46:06 +02:00
t3chn0m4g3
acf1c804ee point to 16.10 images on dockerhub 2016-05-30 14:51:32 +00:00
Marco Ochse
dac91cc208 systemd - follow up services 2016-05-29 14:48:17 +02:00
Marco Ochse
faff7a17bf systemd - a service awakens 2016-05-29 00:03:46 +02:00
Marco Ochse
fbfb5a1d90 very basic installation stuff 2016-05-12 19:26:06 +02:00
Marco Ochse
6e3f3b8d24 restart docker service to avoid race ...
... if images have been deleted.
2016-04-20 18:44:22 +02:00
t3chn0m4g3
0769d1fb24 update 2016-03-10 18:44:59 +01:00
t3chn0m4g3
d0cd1fe11f fix race 2016-03-10 18:40:28 +01:00
t3chn0m4g3
f9e67c897c clean up, update readme 2016-03-09 14:05:06 +01:00
Marco Ochse
2dc676868d scripts, configs, optimizations, dashboard base 2016-02-12 22:47:19 +01:00
Marco Ochse
c1de2a725c pull images and replace upstart scripts 2016-02-08 16:50:28 +01:00
Marco Ochse
8c94d6d9a5 tweaking 2016-02-08 15:57:27 +01:00
Marco Ochse
ebb58955c4 prepare for emobility 2016-02-08 12:21:03 +01:00
marco
f06935fe63 prepare for T-Pot 16.03 2015-12-08 15:47:39 +01:00
t3chn0m4g3
94b1dda16f fix volume bug & script 2015-08-07 23:45:50 +02:00
t3chn0m4g3
2c1d7ceae7 fix volume bug 2015-08-07 22:32:15 +02:00
Marco Ochse
b01b80ee1c remove stdin option from docker exec 2015-06-12 11:43:20 +02:00
Marco Ochse
191678f3ab remove stdin option from docker exec 2015-06-12 11:35:59 +02:00
t3chn0m4g3
b5313b1100 Clean up untagged images
If newer image versions will be downloaded the old ones will be untagged and thus will be deleted using
$ docker rmi $(docker images | grep "^<none>" | awk '{print $3}')
2015-02-19 16:37:45 +01:00
t3chn0m4g3
bf97332e65 Execute rc.local after to update /etc/issue and IPs 2015-02-05 14:01:49 +01:00
t3chn0m4g3
d81f4da035 Update configs and scripts 2015-01-30 21:40:01 +01:00
t3chn0m4g3
bd4e58dca7 Update installer 2015-01-28 17:08:34 +01:00
t3chn0m4g3
41ab55f957 Installer upgrade 2015-01-27 17:46:52 +01:00