Skip to content

Instantly share code, notes, and snippets.

View Elvisz's full-sized avatar
🎯
Focusing

Elvis Zhong Elvisz

🎯
Focusing
  • ActiveNetwork
  • SiChuan ChengDu, China
View GitHub Profile
@Elvisz
Elvisz / xss-owasp-cheatsheet
Created December 15, 2017 04:41 — forked from sseffa/xss-owasp-cheatsheet
xss-owasp-cheatsheet
#
# https://www.owasp.org/index.php/XSS_Filter_Evasion_Cheat_Sheet
# based on the RSnake original http://ha.ckers.org/xss.html
# Retrieved on 2013-11-20
# Much of this wildly obsolete
#
# XSS Locator 2
'';!--"<XSS>=&{()}
@Elvisz
Elvisz / nginx.conf
Created December 15, 2017 04:41 — forked from plentz/nginx.conf
Best nginx configuration for improved security(and performance). Complete blog post here http://tautt.com/best-nginx-configuration-for-security/
# to generate your dhparam.pem file, run in the terminal
openssl dhparam -out /etc/nginx/ssl/dhparam.pem 2048