kohldampfer's Stars
etcd-io/etcd
Distributed reliable key-value store for the most critical data of a distributed system
jenkinsci/jenkins
Jenkins automation server
statsd/statsd
Daemon for easy but powerful stats aggregation
antlr/grammars-v4
Grammars written for ANTLR v4; expectation that the grammars are free of actions.
travis-ci/travis-ci
Free continuous integration platform for GitHub projects.
chef/chef
Chef Infra, a powerful automation platform that transforms infrastructure into code automating how infrastructure is configured, deployed and managed across any environment, at any scale
puppetlabs/puppet
Server automation framework and application
paragonie/awesome-appsec
A curated list of resources for learning about application security
onlurking/awesome-infosec
A curated list of awesome infosec courses and training resources.
lxc/lxc
LXC - Linux Containers
Arachni/arachni
Web Application Security Scanner Framework
vulcand/vulcand
Programmatic load balancer backed by Etcd
coreos/fleet
fleet ties together systemd and etcd into a distributed init system
magefree/mage
XMage - Magic Another Game Engine
youtube/doorman
Doorman: Global Distributed Client Side Rate Limiting.
Simpsonpt/AppSecEzine
AppSec Ezine Public Repository.
hopsoft/docker-graphite-statsd
Docker image for Graphite & Statsd
zigoo0/webpwn3r
WebPwn3r - Web Applications Security Scanner.
jszheng/py3antlr4book
Covert ANTLR4 book source code to Python3 version.
spring-guides/gs-securing-web
Securing a Web Application :: Learn how to protect your web application with Spring Security.
Yubico/libu2f-host
Yubico Universal 2nd Factor (U2F) Host C Library
coreos/locksmith
Reboot manager for Container Linux
jenkinsci/docker-slaves-plugin
A Jenkins plugin to run builds inside Docker containers
juandecarrion/awesome-self-hosted
A curated list of awesome self hosted alternatives to cloud services.
jenkinsci/script-security-plugin
Allows Jenkins admins to control what in-process scripts can be run by users
freewaf/waf-pe
Open Source Web Application Firewall Protection Engine
danielmiessler/Books
A list of the books that I am reading, with priorities.
ncellar/autumn_archive
A PEG parsing library
asrulhadi/wap
OWASP WAP - Web Application Protection Project
ronakbd30/White-Box-Vulnerability-Detection-Tool1
A static Web vulnerability detection tool, which detects vulnerability in Php code. We modified source code of a Php parser tool (https://github.com/nikic/PHP-Parser) in order to generate output in Json format. The parser was to used to generate syntactic tokens of the php source files. We Developed a tool in Java to parse the Json output, and thus identify tainted variables and flow from source to sink statements. Our system was able to detect sql-injection vulnerabilities and xss attack vulnerabilities.