美文网首页网络安全个人见解
Struts2的蜜罐:StrutsHoneypot

Struts2的蜜罐:StrutsHoneypot

作者: 行书以鉴 | 来源:发表于2017-05-11 09:12 被阅读61次

github项目地址:https://github.com/Cymmetria/StrutsHoneypot.

StrutsHoneypot is an Apache 2 based honeypot that includes a seperate detection module (apache mod) for Apache 2 servers that detects and/or blocks the sturts CVE 2017-5638 exploit. It is released under the MIT license for the use of the community.
StrutsHoneypot是一个基于Apache 2的蜜罐,包含用于Apache 2服务器的独立检测模块(apache mod),用于检测和阻止CVE 2017-5638利用的sturts蜜罐。
如果你非常感兴趣的话可以尝试社区版:https://community.cymmetria.com/

这里在ubuntu下使用docker部署:
$~ git clone https://github.com/Cymmetria/StrutsHoneypot.git
$~ cd StructsHoneypot
$~ docker build -t struts_honeypot strutspot_docker/

git拉取与构建

$~ docker run -p 8888:80 --name "mystrutspot_docker" -d struts_honeypot

运行容器 蜜罐首页

访问日志文件:
$~ docker exec -t -i mystrutspot_docker cat /var/log/apache2/error.log

访问日志文件

当然还有另外一种安装方式mod_contentrap,这里不再详述。快使用你的exp尝试一下吧~>-<

相关文章

  • Struts2的蜜罐:StrutsHoneypot

    github项目地址:https://github.com/Cymmetria/StrutsHoneypot. S...

  • 【Java中级】14.0 SSH之Struts2框架(一)——基

    1.0 Struts2知识路线 Struts2的概述、Struts2的入门、Struts2常见的配置、Struts...

  • Struts2系列之-----入门

    主要内容 Struts2简介 环境搭建 Struts2的执行过程及原理 Struts2的基本配置 Struts2的...

  • 蜜罐

    我把我的破罐 蜜罐都给你 蜜罐里面装着想你时的甜蜜蜜 破罐里面装着忘你时的意绵绵 所有快乐的 不快乐的 都交给你了...

  • 蜜罐

    后台执行 进入基础容器 创建脚本 dockerFile 编译构建 启动容器 docker run -idt hon...

  • 蜜罐

    特征: 1 其中重要的一点机器是虚假的,攻击者需要花费时间攻破。在这段时间内,系统管理员能够锁定攻击者同时保护真正...

  • 蜜罐

    图/松子 小李的心一会儿浸在蜜罐,一会跌到落花里。她奖励了自己一个大蛋糕,允着奶油,充分地咀嚼黑巧克力。她像极一只...

  • Struts2干货笔记——第一天

    目录 1. 什么是Struts2 2. Struts2下载 3. Struts2的目录结构 4. Struts2中...

  • struts2核心工作流程与原理 学习笔记

    Struts2官方文档 Struts2整体结构: Struts2的入口在web.xml中,通过Filter进入。 ...

  • struts2标签

    layout: posttitle: struts2标签subtitle: struts2标...

网友评论

    本文标题:Struts2的蜜罐:StrutsHoneypot

    本文链接:https://www.haomeiwen.com/subject/rkgntxtx.html