网络安全初级--搭建
一、Docker搭建
apt-get install docker.io docker-compose 下载docker
配置docker代理
a.创建对应的以及对应的文件
mkdir /etc/systemd/system/docker.service.d
vim /etc/systemd/system/docker.service.d/http-proxy.conf
b.写入以下内容
[Service]
Environment="HTTP_PROXY=http://192.168.10.103:7890" Environment="HTTPS_PROXY=http://192.168.10.103:7890" Environment="NO_PROXY=localhost,127.0.0.1"
c.重启服务
systemctl restart docker
创建文件夹
vim编辑
重新加载、启动及拉取镜像
启动容器、查看容器
二、小皮面板
使用phpstudy进行快速搭建
将pikachu放入小皮面板安装文件夹www文件夹中
进入小皮面对配置
在浏览器完成站点搭建,在网址栏输入localhost
再在地址栏加入pichachu,完成对pichachu的访问
初始化/安装
三、bp爆破pikachu
使用bp拦截网站信息
将拦截到的内容发送到Intruder,首先选择clear$,然后分别选中username和password输入的数据进行标记,点击Add$,最后选择攻击方式Cluster bomb
四、msf复现永恒之蓝
1、安装kali系统,并对msf进行更新
2、进入msf模块
3、查看拥有那些模块
4、知道对方IP地址,进行对于的操作