Skip to content

Instantly share code, notes, and snippets.

View EvanWieland's full-sized avatar
🍀
Happening

Evan Wieland EvanWieland

🍀
Happening
View GitHub Profile
@EvanWieland
EvanWieland / scrollbar.md
Created February 28, 2018 20:50 — forked from securityMB/scrollbar.md
Scrollbar

CSS Scrollbar attack

Image we have the following code:

<script>
var TOKEN="abcdef";
</script>
Getting the Source
$ cd ~/source
$ curl -L -O http://downloads.sourceforge.net/project/lame/lame/3.99/lame-3.99.5.tar.gz
$ tar -zxvf lame-3.99.5.tar.gz
$ rm -r lame-3.99.5.tar.gz
$ cd lame-3.99.5
Installing
$ ./configure
$ make
@EvanWieland
EvanWieland / index.html
Last active August 29, 2015 14:21 — forked from jfsiii/index.html
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>Holy Grail</title>
<style>
/* some basic styles. nothing to do with flexbox */
header, footer,
nav, article, aside {
border: 1px solid black;