Skip to content

Instantly share code, notes, and snippets.

@GregIngelmo
GregIngelmo / ping.md
Created May 9, 2014 22:09
Ping Utils

Ping Utils

Parse ping response time

brew install fping
fping -c 1 google.com 2&>1| head -n1 | cut -d "(" -f2 | cut -d " " -f1
@GregIngelmo
GregIngelmo / mitmproxy.md
Last active August 29, 2015 14:00
Mitmpoxy Notes

Mitmproxy

Type l and paste the following filter. It will remove all html specfic elements from a capture session.

!(~ts "application/javascript") !(~ts "text/javascript") !(~ts "text/css") !(~ts "image/*") !(~ts "application/vnd.google.safebrowsing-*")
@GregIngelmo
GregIngelmo / redhat.md
Last active August 29, 2015 14:00
Base config for Redhat Servers

Base config for Redat servers

Base dev libs

sudo yum groupinstall "Development Tools" -y

Install EPEL