互联网安全Blog Top30 1、We Live Security地址:http://www.welivesecurity.com/简介:主要研究网络威胁和恶意软件。文章更新频率:9篇/周2、Intel Security | McAfee Blogs地址:http... 阅读全文
常用链接集合(持续更新) Burp最全的中文使用说明:https://t0data.gitbooks.io/burpsuite/content/ 谷歌crx插件下载:http://chrome-... 阅读全文
申请免费SSL三年期限,Nginx配置和安装教程(xss平台为例) 1.打开网站 www.startssl.com ,进行注册。2.右上角Sing-up点击后,输入邮箱,会收到登录的随机码。(这个貌似每次登录都是这样,邮箱收验证码,看到过其他登录方式,就是导入私有证书到浏览器。)3.登陆后,进入页面,... 阅读全文
Ubuntu 下安装ss 1.安装Shadowsocks pip install shadowsocks 2.配置shadowsocks的配置文件,在/etc/目录下新建ss.config,输入以下内容 { "server":"host ip", ... 阅读全文
SQLMAP tamper WAF 绕过脚本列表注释 - apostrophemask.py 用UTF-8全角字符替换单引号字符- apostrophenullencode.py 用非法双字节unicode字符替换单引号字符- appendnullbyte.py 在payload末尾添加... 阅读全文
ubuntu下安装docker并在docker中安装lamp 1.安装docker root@ubuntu: sudo apt-get install software-properties-common #增加 add-apt-repository 命令 root@ubuntu: sudo a... 阅读全文
woobuntu安装shodan,进行命令行搜索 安装方法:一.通过python的easy_install 安装easy_install shodan二.配置你的shodan api key,这个可以注册shodan,然后在个人账号信息页面可以看到shodan init YOUR_... 阅读全文