Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
CVE-2017-6079-Blind-Command-Injection-In-Edgewater-Edgemarc-Devices-Exploit — CVE-2017-6079 Edgewater Edgemarc设备盲命令注入漏洞利用程序。支持通过隐藏的web管理页面进行文件读取和ELF payload上传/执行。 | Kitploit
工具/GitHubGitHub/mostafasoliman/cve-2017-6079-blind-command-injection-in-edgewater-edgemarc-devices-exploit
漏洞分析漏洞利用Web应用程序漏洞利用远程访问工具
GitHubmostafasoliman/cve-2017-6079-blind-command-injection-in-edgewater-edgemarc-devices-exploit

CVE-2017-6079-Blind-Command-Injection-In-Edgewater-Edgemarc-Devices-Exploit

CVE-2017-6079 Edgewater Edgemarc设备盲命令注入漏洞利用程序。支持通过隐藏的web管理页面进行文件读取和ELF payload上传/执行。

查看仓库

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享
1837年前尚未审核

介绍

此漏洞利用是基于depthsecurity的技术描述开发的

root@kitploit:~
https://depthsecurity.com/blog/cve-2017-6079-blind-command-injection-in-edgewater-edgemarc-devices

描述

Edgewater Networks Edgemarc设备上的HTTP Web管理应用程序有一个隐藏页面,允许设置用户自定义命令,例如特定的iptables路由等。你实际上可以将此页面用作Web shell来执行命令,尽管Web应用程序客户端不会提供任何反馈:如果命令有效,它就会执行。一个例子是wget命令。此页面已在2006年的固件中得到确认。

设备检测

Nmap将从其Web服务器识别设备,如下所示 Alt text

用法

root@kitploit:~
 _____    _                          _
| ____|__| | __ _  _____      ____ _| |_ ___ _ __
|  _| / _` |/ _` |/ _ \ \ /\ / / _` | __/ _ \ '__|
| |__| (_| | (_| |  __/\ V  V / (_| | ||  __/ |
|_____\__,_|\__, |\___| \_/\_/ \__,_|\__\___|_|
            |___/
 _____    _
| ____|__| | __ _  ___ _ __ ___   __ _ _ __ ___
|  _| / _` |/ _` |/ _ \ '_ ` _ \ / _` | '__/ __|
| |__| (_| | (_| |  __/ | | | | | (_| | | | (__
|_____\__,_|\__, |\___|_| |_| |_|\__,_|_|  \___|
            |___/
 _____            _       _ _
| ____|_  ___ __ | | ___ (_) |_
|  _| \ \/ / '_ \| |/ _ \| | __|
| |___ >  <| |_) | | (_) | | |_
|_____/_/\_\ .__/|_|\___/|_|\__|
           |_|


                 Edgewater Edgemarc Exploit CVE-2017-6079
                 Coded By: Mostafa Soliman
                 
    [USAGE] CVE-2017-6079.py [operation] [TargetIP] [AttackerIP] [FilePath]
    operation: Either read / upload
    AttackerIP: IP address to receive the connection on
    TargetIP: IP address of the target running Edgewater Edgemarc server
    FilePath:  Remote file to download in case of "read" operation
               Local file to upload in case of "upload" operation

漏洞利用

此漏洞利用假设设备具有默认root密码default,如果不是这种情况,您需要替换Authorization。 该漏洞利用有两种操作模式:

1. 读取

此模式允许攻击者读取易受攻击设备上的任意文件。

Alt text

2. 上传

此模式允许攻击者将ELF文件有效载荷上传到/tmp/文件夹并执行。 您需要启动监听器以接收连接。

Alt text

下载工具