Skip to content

Instantly share code, notes, and snippets.

View jparagon's full-sized avatar
😁
Why is it a penny for your thoughts but you put your two cents in? -S.W.

JP Aragon jparagon

😁
Why is it a penny for your thoughts but you put your two cents in? -S.W.
View GitHub Profile
@Wack0
Wack0 / gist:bda47c2bfadfb68d73ea
Created July 29, 2015 02:26
Cards against Security: list of all cards
Database: heroku_1ed5a148e6d9415
Table: black_cards
[16 entries]
+----+--------------------------------------------------------------------------------------------------------------+
| id | content |
+----+--------------------------------------------------------------------------------------------------------------+
| 1 | _____ means never having to say you're sorry. |
| 2 | The pen tester found _____ in the trash while dumpster diving. |
| 3 | Our CIO has a framed a picture of _____. |
| 4 | 9 out of 10 experts agree, _____ will increase your security effectiveness. |
@jparagon
jparagon / logstash.conf
Last active December 20, 2015 11:19 — forked from ssp/logstash.conf
input {
stdin {
type => "stdin-type"
}
file {
type => "apache"
path => ["/var/log/apache2/access_log", "/var/log/apache2/error_log", "/var/log/apache2/ssl_request_log"]
}