• 2024-10-24【泛微E9】ESB中心自定义接口无法保存的解决方法
    问题描述:ESB中心自定义接口保存失败,前端F12看请求状态码404解决方法:安全包拦截导致,处理方法如下:将weaver_isFix_integration_action.properties文件放到ecology/WEB-INF/prop目录下找到拦截日志:\ecology\WEB-INF\securitylog\systemSecurityxxx.log搜索最近一次出现的
  • 2024-10-23sql驱动
    #服务的端口server.port=7123spring.jpa.hibernate.ddl-auto=update#################redis配置start################spring.redis.host=127.0.0.1spring.redis.port=6379spring.redis.password=123456spring.redis.database=0#################redis配置end####
  • 2024-07-09【漏洞复现】泛微e-cology——resourceservlet——任意文件读取
    声明:本文档或演示材料仅供教育和教学目的使用,任何个人或组织使用本文档中的信息进行非法活动,均与本文档的作者或发布者无关。文章目录漏洞描述漏洞复现测试工具漏洞描述泛微e-cology是一款由泛微网络科技开发的协同管理平台,支持人力资源、财务、行政等多功能管理
  • 2024-05-19The cowherd and the weaving maid
    ThecowherdandtheweavingmaidInthecelestialcourtoftheJadeEmperorlivedsevenprincesses.Eachhadtheirchosenplaceincourt,buttheyoungestprincesshadaspecialskill.Shecouldpluckcloudsfromtheskyandspinthemintothesoftestrob
  • 2024-05-11The cowherd and the weaving maid
    ThecowherdandtheweavingmaidInthecelestialcourtoftheJadeEmperorlivedsevenprincesses.Eachhadtheirchosenplaceincourt,buttheyoungestprincesshadaspecialskill.Shecouldpluckcloudsfromtheskyandspinthemintothesoftestrob
  • 2024-01-17从OA中将加密文件解密并保存本地,或者保存到共享盘
     1、根据requestid 找出对应docid select *  from  formtable_main_291 where requestid=869869 2、 利用这个id继续查询select top 10  *  from  docimagefile where  docid = 46539找到对应的imagefileid  3、select t1.imagefilena
  • 2023-11-28E9代码使用事务
     注意代码里有两行update语句第一行是文本值,可以修改。第二行fpsl 是数字,改为文本的话会报错。提交事务,最终效果两行都没有改变。证明事务回滚成功。packagecom.test;importcom.engine.sunnypol.util.SapRfc;importorg.apache.http.client.config.RequestConfi
  • 2023-09-04泛微E-cology FileDownloadForOutDoc SQL注入漏洞(CVE-2023-15672)
    漏洞简介泛微e-cology未对用户的输入进行有效的过滤,直接将其拼接进了SQL查询语句中,导致系统出现SQL注入漏洞。远程未授权攻击者可利用此漏洞获取敏感信息,进一步利用可能获取目标系统权限等。影响版本Ecology9.x补丁版本<10.58.0;Ecology8.x补丁版本<10.58.0漏洞复现fo
  • 2023-07-17泛微ecology FileDownloadForOutDoc-前台sql注入
    厂商发布漏洞补丁Ecology_security_20230707_v9.0_v10.58.0.ziphttps://www.weaver.com.cn/cs/package/Ecology_security_20230707_v9.0_v10.58.0.zip?v=2023070700分析补丁文件ecology\WEB-INF\myclasses\weaver\security\rules\ruleImp\SecurityRuleForOutDocForSql.class