Go HTTP Server 学习笔记

概述

»
Author's profile picture alex

Deploy-react-app-on-AWS-EC2

EC2 上部署 React APP

»
Author's profile picture alex on Note

Superset 踩坑汇总

帮同事搭建 Superset 时遇到的问题。

»
Author's profile picture alex on Note

USing Docker on AWS EC2

因为公司使用 AWS 所以就其上尝试了 Docker,操作过程如下:

»
Author's profile picture alex on Note

JRuby 开发 Burp Suite 扩展学习笔记

JRuby 开发 Burp Suite 扩展

»
Author's profile picture alex on Note

Modsecurity 搭建

Modsecurity 项目简介

»
Author's profile picture alex on Note

w3af 学习笔记

w3af 学习笔记

»
Author's profile picture alex on Note

S2-045 漏洞学习笔记

漏洞公告

»
Author's profile picture alex on Note

Nmap 学习笔记

安装

»
Author's profile picture alex on Note

prompt.ml 练习

level0

»
Author's profile picture alex on Note

XSS 技巧整理

  1. ` 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); } } // 用于发现第三方资源调用 `
»
Author's profile picture alex on Note

MySQL SQL注入笔记

常规报错

»
Author's profile picture alex on Note

渗透测试学习笔记(1)

扫盲课
»
Author's profile picture alex on Note

A Deep Dive into Ruby Scopes

感谢作者 Thijs Cadier 原文链接
»
Author's profile picture alex on 翻译

These Are a Few of My Favorite (psql) Things

感谢作者 Thijs Cadier 原文链接
»
Author's profile picture alex on 翻译