Deploy-react-app-on-AWS-EC2
EC2 上部署 React APP
»Superset 踩坑汇总
帮同事搭建 Superset 时遇到的问题。
»USing Docker on AWS EC2
因为公司使用 AWS 所以就其上尝试了 Docker,操作过程如下:
»JRuby 开发 Burp Suite 扩展学习笔记
JRuby 开发 Burp Suite 扩展
»Modsecurity 搭建
Modsecurity 项目简介
»w3af 学习笔记
w3af 学习笔记
»S2-045 漏洞学习笔记
Nmap 学习笔记
安装
»prompt.ml 练习
level0
»XSS 技巧整理
- ` for(var i=0,tags=document.querySelectorAll(‘iframe[src],frame[src],script[src],link[rel=stylesheet],object[data],embed[src]’),tag;tag=tags[i];i++){ var a = document.createElement(‘a’); a.href = tag.src||tag.href||tag.data; if(a.hostname!=location.hostname){ console.warn(location.hostname+’ 发现第三方资源[‘+tag.localName+’]:’+a.href); } } // 用于发现第三方资源调用 `