wazuh环境配置及案例复现
短信预约 -IT技能 免费直播动态提醒
wazuh环境配置及案例复现
wazuh环境配置
进入官网下载ova软件
https://documentation.wazuh.com/current/deployment-options/virtual-machine/virtual-machine.html
打开下载的ova,密码和用户名会显示在上面
设置NAT模式
然后重启网络,查看ip
service network restartip add
开启小皮,在浏览器上输入ip进行访问,用户名和密码都是admin
进入之后的页面
案例复现
首先。在nginx的目录/var/www/html创建一个文件index.php
'.$msg." Look here~ ".$img_path."
然后创建一个前端页面index.html
Document
执行后的结果
来源地址:https://blog.csdn.net/weixin_55822200/article/details/132460608