I hereby claim:
- I am thatarchguy on github.
- I am thatarchguy (https://keybase.io/thatarchguy) on keybase.
- I have a public key whose fingerprint is CF4D B237 9F55 4EFA A524 3DE8 DCB3 3F2E 36B3 16F3
To claim this, I am signing this object:
<?php | |
/** | |
* GIT DEPLOYMENT SCRIPT | |
* | |
* Used for automatically deploying websites via github or bitbucket, more deets here: | |
* | |
* https://gist.github.com/1809044 | |
* | |
* Edited for Cpanel use | |
*/ |
/* | |
nodejs | |
Clone all starred repositories | |
Planned on running this on a cron to clone/pull repos I have starred. | |
Right now can only do the first 30 because of github api limit. | |
Need to paginate! |
'' ================================================================================================= | |
'' | |
'' File....... dc22_badge_human_full.spin | |
'' | |
'' Authors.... Jon "JonnyMac" McPhalen and Ryan "1o57" Clarke | |
'' Unpublished portions reverse-engineered by Aaron "P120ph37" Meriwether | |
'' MIT License | |
'' -- see below for terms of use | |
'' | |
'' E-mail..... [email protected] |
#!/bin/bash | |
# | |
# iptables whitelist | |
# Very basic. Meant to be a starting point | |
# For Example: modify to allow whitelist on certain ports | |
# Specify where whitelist file is | |
WHITELIST=/usr/local/etc/whitelist.txt | |
wget http://firewall.sekretclub/whitelist.txt -O $WHITELIST |
-- add this to your rc.lua, or include it as a dependency | |
-- Don't forget to add this to the layout section: | |
-- right_layout:add(vpnwidget) | |
vpnwidget = wibox.widget.textbox() | |
vpnwidget:set_text(" VPN: N/A ") |
#!/bin/bash | |
usage() | |
{ | |
cat << EOF | |
usage: $0 options | |
Find yara rules in github repositories | |
OPTIONS: | |
github repo url | |
ex. gitgrab.sh https://github.com/someguy/reponame.git |
#!/bin/bash | |
# Kevin Law | |
# prepare iptables and start snort based on wlan0 address | |
# Used for portable raspi firewall/ips | |
# Get ip in CIDR notation for wlan0 interface | |
LOCALIP=`ip addr show |grep -w inet |grep -v 127.0.0.1|grep -v 10.11.12.13|awk '{ print $2}'` | |
# Edit the snort conf to have that ip | |
sed -i '/DEBIAN_SNORT_HOME_NET/d' /etc/snort/snort.debian.conf |
I hereby claim:
To claim this, I am signing this object:
#! /usr/local/bin/node | |
var fs = require('fs'), | |
request = require('request'), | |
readline = require('readline'); | |
var request = request.defaults({jar: true}), | |
rl = readline.createInterface({ | |
input: process.stdin, | |
output: process.stdout | |
}); |
bind "TAB" "+ng"; | |
alias "+ng" "+showscores; net_graph 1"; | |
alias "-ng" "-showscores; net_graph 0"; | |
alias "+ujumpthrow" "+jump;-attack" | |
alias "-ujumpthrow" "-jump" | |
rate "128000" | |
cl_cmdrate "128" | |
cl_updaterate "128" |