viewer20188

Results 22 comments of viewer20188

# HTTP https://github.com/aassqq/ctf_web/blob/85d3b12b3be2bc324c0043a81aa2bb15b864920e/笔记/4Team/dongxin2

# mysql+html+js https://github.com/sz1900599168/ctf_web/blob/0c75375450fa5b98e17a3c6e7c726a99ef31134a/笔记/1Team/sz1900599168/2017-11-22.md

# http请求页面流程 https://github.com/jun-xin/ctf_web/blob/1bfb9c4a4bc1f903e79475c6a5ef000318ee58ec/笔记/11Team/jun-xin/second.md

推荐一个免费在线查毒网站:http://r.virscan.org/ 但这不一定可靠,有没有更好的方法呢?

如果有毒, 1. 如何去除? 逆向、反编译什么的 1. 如何在使用其正常功能的情况下不被反噬? 虚拟机、沙箱

# 命令行获取自己外网ip curl ifconfig.me curl icanhazip.com curl ident.me curl whatismyip.akamai.com curl myip.dnsomatic.com

# 合天-Web安全工程师-职业成长体系课程 http://www.hetianlab.com/pages/postSystem.jsp

# [工具]AWVS 10.5使用教程 http://www.freebuf.com/sectool/100713.html

[一些关于代理的知识1](https://xianzhi.aliyun.com/forum/topic/1492/?accounttraceid=3dc17a78-91ba-4191-8bbd-d0717e9cd836) [一些关于代理的知识2](https://xianzhi.aliyun.com/forum/topic/142/)

# git资料 1. [Git工作流指南:Pull Request工作流](http://blog.jobbole.com/76854/) 2. **问题**:fatal: unable to access;Failed connect to github.com:8087; No error **解决方法**https://help.github.com/articles/changing-a-remote-s-url/ 如果还是结果不了,就使用每次都输入密码的方式来提交,方法为更新url为 ``` λ git remote -v origin https://[email protected]/DigBullTech-viewer/ctf_web.git (fetch) origin https://[email protected]/DigBullTech-viewer/ctf_web.git (push) ```