虽然一直在打比赛,但是很少自己亲自尝试写相关的漏洞,这里从头到尾的具体到代码的学习一次,记录一下。
Nmap部分参数
老师要求我们了解nmap的参数,我就做了一些简单的了解。
Beef的利用
本次学习需要用到kali2 linux以及DVWA环境。已搭建好本地服务器,在此不再赘述。
Beef基础使用
先大致了解下Beef,以后可能会用到。
Nessus简单使用
Here's something encrypted, password is required to continue reading.
网安课程设计
结课的时候老师让我们写写平台上的题目,写题目不累,写wp汇总才累orz。
Hello World
发表于
更新于
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
Quick Start
Create a new post
1 | $ hexo new "My New Post" |
More info: Writing
Run server
1 | $ hexo server |
More info: Server
Generate static files
1 | $ hexo generate |
More info: Generating
Deploy to remote sites
1 | $ hexo deploy |
More info: Deployment