Skip to content

Instantly share code, notes, and snippets.

View borrell's full-sized avatar

Chris B borrell

View GitHub Profile
{
"author": "auth0",
"type": "cron",
"category": "log_export",
"initialUrlPath": "/login",
"repository": "https://github.com/auth0-extensions/auth0-logs-to-provider",
"keywords": [
"auth0",
"extension"
],
@borrell
borrell / gist:3934585
Created October 22, 2012 21:36
dmesg output for Ununtu 12.10 on X1 Carbon
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 3.5.0-17-generic (buildd@allspice) (gcc version 4.7.2 (Ubuntu/Linaro 4.7.2-2ubuntu1) ) #28-Ubuntu SMP Tue Oct 9 19:31:23 UTC 2012 (Ubuntu 3.5.0-17.28-generic 3.5.5)
[ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-3.5.0-17-generic root=/dev/mapper/vgSystem-lvRoot ro quiet splash vt.handoff=7
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 0.000000] Centaur CentaurHauls
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009d7ff] usable
#!/bin/sh -e
# Pyrit Install (Amazon GPU Instance)
sudo yum install subversion python-devel openssl-devel zlib-devel libpcap-devel
svn checkout http://pyrit.googlecode.com/svn/trunk/ pyrit_svn
wget http://www.secdev.org/projects/scapy/files/scapy-latest.zip
unzip scapy-latest.zip -d scapy
diff -rupN rtgen-mt-orig//HashAlgorithm.cpp rtgen-mt//HashAlgorithm.cpp
--- rtgen-mt-orig//HashAlgorithm.cpp 2008-07-21 09:23:54.000000000 +1000
+++ rtgen-mt//HashAlgorithm.cpp 2012-02-19 11:43:34.731040616 +1100
@@ -91,3 +91,101 @@ void HashRIPEMD160(unsigned char* pPlain
{
RIPEMD160(pPlain, nPlainLen, pHash);
}
+
+
+//*********************************************************************************
diff -rupN rtgen-mt-orig//HashAlgorithm.cpp rtgen-mt//HashAlgorithm.cpp
--- rtgen-mt-orig//HashAlgorithm.cpp 2008-07-21 09:23:54.000000000 +1000
+++ rtgen-mt//HashAlgorithm.cpp 2012-02-19 11:43:34.731040616 +1100
@@ -91,3 +91,101 @@ void HashRIPEMD160(unsigned char* pPlain
{
RIPEMD160(pPlain, nPlainLen, pHash);
}
+
+
+//*********************************************************************************