35967 matches found
exploit-joomla
exploit-joomla 一个简单的利用CVE-2015-7297、CVE-2015-7857和CVE-2015-7858的漏洞,用于列出数据库中用户及其密码的exploit。 漏洞利用标题 : Joomla 3.2 to 3.4.4 Remote SQL Injection Mass Exploit 日期 : 12-09-2020 需求 : Python 3.4.x , Requests module python -m pip install requests 代码来源 : https://github.com/kally-life/exploit-joomla 漏洞发现者 :...
Joomla-CVE-2015-8562-PHP-POC
Joomla-CVE-2015-8562-PHP-POC A proof of concept for Joomla's CVE-2015-8562 vulnerability Intro This PoC is a near 1:1 copy of Gary's python implementation hosted at exploit-db. Use it It's very easy to install: root@kitploit: git clone...
uxss-poc
Universal Cross Site Scripting PoC(通用跨站脚本攻击概念验证) 这是一个针对 CVE-2015-0072 的概念验证,用于顺序获取目标网站的 Cookie。 免责声明 本概念验证仅供教育用途。未经事先许可,请勿将其用于任何系统。您对使用本代码所做的一切自行负责。 改进 为了使漏洞利用生效,第一个框架位置内的 JavaScript 注入必须在第二个框架重定向之后执行。最初的解决方案(在其他 PoC 中提出)使用了休眠和超时。然而,如果服务器同步了重定向和休眠请求,则无需休眠即可利用该漏洞。 实际上,这里仍有一个小的 setTimeout,但 500...
scaredycat
SCAREDYCAT! 版本 0.1 beta 用于生成恶意 MP4 文件的 Python 脚本,并在端口 8080 上启动一个托管包含嵌入 '视频' 文件的页面的 Web 服务器。 此工具利用另一个 Stagefright 漏洞,即由 Exodus Intelligence 发布的整数溢出漏洞 CVE-2015-3864。 作者:vvn eudemonics 基于 Google 为 CVE-2015-3864 编写的原始利用代码构建 用法:scaredycat.py -h -p PAYLOAD -v libcfile 可选参数: root@kitploit: libcfile...
OpenSSL-1_0_1g_CVE-2015-1791
OpenSSL 1.0.1g 7 Apr 2014 Copyright c 1998-2011 The OpenSSL Project Copyright c 1995-1998 Eric A. Young, Tim J. Hudson All rights reserved. DESCRIPTION The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, fully featured, and Open Source toolkit implementing the...
joomla_rce_CVE-2015-8562
joomlarceCVE-2015-8562 All versions of the Joomla! below 3.4.6 are known to be vulnerable. But exploitation is possible with PHP versions below 5.5.29, 5.6.13 and below 5.5. Démo : https://www.youtube.com/watch?v=twqYpn1ir4o...
cve-2015-8103
CVE-2015-8103 这是 Cved 的一部分: 一个用于管理易受攻击的 Docker 容器的工具。 Cved:https://github.com/git-rep-src/cved 镜像来源:https://github.com/cved-sources/cve-2015-8103 镜像作者:https://github.com/Medicean/VulApps/tree/master/j/jboss/1...
CVE-2015-0235-test
CVE-2015-0235-test 用于检查漏洞 CVE-2015-0235 的 Ansible playbook。该 playbook 基于芝加哥大学提供的测试程序(链接)。Ansible 允许你同时指定大量主机进行测试。 这不会修补或重启任何东西 ,仅报告你的系统是否受影响。 假设远程已安装 gcc。 注意! 请勿随意在你的主机上运行此程序,先阅读代码了解其作用 : 用法 需要 Ansible。将 ghost.yml:2 中的 user: yourremoteuser 修改为你的远程系统用户名。 root@kitploit: pip install ansible...
CVE-2015-2546-Exploit
CVE-2015-2546-Exploit My paper about CVE-2015-2546: http://bobao.360.cn/learning/detail/3184.html My blog:http://whereisk0shl.top...
OpenSSL-1_0_1g_CVE-2015-3194
OpenSSL 1.0.1g 7 Apr 2014 Copyright c 1998-2011 The OpenSSL Project Copyright c 1995-1998 Eric A. Young, Tim J. Hudson All rights reserved. DESCRIPTION The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, fully featured, and Open Source toolkit implementing the...
CVE-2015-1157
此存储库没有 README。...
Modified-CVE-2015-3306-Exploit
Modified-CVE-2015-3306-Exploit 如何使用 1. 创建一个 PHP 反向 shell 2. 启动服务器以在同一目录中托管 shell python3 -m http.server 3. 启动 netcat 监听器在本地选择的端口,例如:nc -nlvp port of choice 4. 运行以下提供的漏洞利用示例 python3 modifiedCVE20153306.py --host remote host --port most likely port 21 --path /var/www or /var/www/html --shell name o...
CVE-2015-1635-POC
️⃣ CVE-2015-1635-POC HTTP.sys 中的远程代码执行 MS15-034...
CVE-2015-6637
CVE-2015-6637 PoC 作者:Edward Hung 运行 PoC 时请备份您的设备 https://source.android.com/security/bulletin/2016-01-01.html...
ActiveMQ_CVE-2015-5254
ActiveMQ反序列化(CVE-2015-5254) 漏洞描述:Apache ActiveMQ 5.13.0之前5.x版本中存在安全漏洞,该漏洞源于程序没有限制可在代理中序列化的类。远程攻击者可借助特制的序列化的Java Message ServiceJMSObjectMessage对象利用该漏洞执行任意代码。 影响版本:Apache ActiveMQ 5.13.0之前的5.x版本 0x01 登陆后台确定版本: http://IP:8161 0x02 确定61616端口开放: nmap -sV -Pn -T4 -sC -p 61616 IP 0x03 发送反弹payload: java...
OpenSSL-1_0_1g_CVE-2015-3195
OpenSSL 1.0.1g 2014年4月7日 版权所有 c 1998-2011 OpenSSL 项目 版权所有 c 1995-1998 Eric A. Young, Tim J. Hudson 保留所有权利. 描述 OpenSSL 项目是一项协作努力,旨在开发一个健壮、商业级、功能齐全且开源的工具包,实现安全套接字层 SSL v2/v3 和传输层安全 TLS v1 协议,以及一个全强度通用密码库。该项目由一个全球志愿者社区管理,他们利用互联网沟通、规划和开发 OpenSSL 工具包及其相关文档。 OpenSSL 基于 Eric A. Young 和 Tim J. Hudson 开发的...
CVE-2015-5119_walkthrough
CVE-2015-5119walkthrough...
OpenSSL-1_0_1g_CVE-2015-1792
OpenSSL 1.0.1g 7 Apr 2014 Copyright c 1998-2011 The OpenSSL Project Copyright c 1995-1998 Eric A. Young, Tim J. Hudson All rights reserved. DESCRIPTION The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, fully featured, and Open Source toolkit implementing the...
iovyroot
iovyroot Una herramienta root basada en la vulnerabilidad CVE-2015-1805 Es compatible con 32 y 64 bits, pero requiere direcciones absolutas del kernel ver offsets.c El PoC fue realizado por idler1984 https://github.com/idl3r/testcode...