0%

虽然一直在打比赛,但是很少自己亲自尝试写相关的漏洞,这里从头到尾的具体到代码的学习一次,记录一下。

阅读全文 »

老师要求我们了解nmap的参数,我就做了一些简单的了解。

阅读全文 »

本次学习需要用到kali2 linux以及DVWA环境。已搭建好本地服务器,在此不再赘述。

阅读全文 »

先大致了解下Beef,以后可能会用到。

阅读全文 »

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