Home

Awesome

honeyalarmg2

IN DEVELOPMENT

Simplified UI for showing honeypot alarms for the DTAG early warning system (https://www.sicherheitstacho.eu)

Based on

Functions

see history.txt and todo.txt for details

Configfile (/etc/honeyalarmg2.properties)

Note: If you use e.g. an nginx server in front of the grails application, please make sure, that the remote address is passed through

location / { proxy_pass http://localhost:8080; proxy_set_header Host $host; proxy_set_header X-Forwarded-For $remote_addr; }

Thanks to

Some code examples taken from

https://forum.jquery.com/topic/refresh-div-tag-without-refresing-the-whole-page http://spring.io/blog/2010/08/11/simplified-spring-security-with-grails/