Keybase proof
I hereby claim:
- I am jaegeral on github.
- I am a_hunter (https://keybase.io/a_hunter) on keybase.
- I have a public key ASDnh82-kCkH97I5SptVcEFoe28PC_obwvA6ccww-lvQiAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
import glob | |
import plistlib | |
import sys | |
import xml | |
import requests | |
class VulnScanner(object): | |
def __init__(self): | |
self.url = 'https://vulmon.com/scannerapi?product={0}&version={1}&dev=1' |
I hereby claim:
To claim this, I am signing this object:
Use Manage Search Engines in your browser to add these search engines. You can then use the 'keyword' in the URL bar to do a quick lookup. Find more details about managing your search engines in Chrome here.
e.g. Type
v dad8ebcbb5fa6721ccad45b81874e22c
#!/usr/bin/env python | |
# created by Glenn P. Edwards Jr. | |
# https://hiddenillusion.github.io | |
# @hiddenillusion | |
# Date: 2017-07-08 | |
# (while at FireEye) | |
import cmd | |
import os |
map $http_upgrade $connection_upgrade { | |
default upgrade; | |
'' close; | |
} | |
server { | |
listen 8443 ssl; | |
ssl_certificate /etc/ssl/private/mhn.yourcompany.com.pem; | |
ssl_certificate_key /etc/ssl/private/mhn.yourcompany.com.pem; | |
ssl_prefer_server_ciphers on; |
#!/usr/bin/python | |
# setup: pip install requests beautifulsoup4 | |
from decimal import Decimal | |
import requests | |
from bs4 import BeautifulSoup | |
import sys | |
import getpass |