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

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

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

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

工具目录

分类

查看所有分类
Loading categories
noPac-detection — 检测 CVE-2021-42278 和 CVE-2021-42287 的脚本 | Kitploit
工具/GitHubGitHub/cybersecurityworks553/nopac-detection
权限提升侦察漏洞分析漏洞利用渗透测试
GitHubcybersecurityworks553/nopac-detection

noPac-detection

检测 CVE-2021-42278 和 CVE-2021-42287 的脚本

查看仓库

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享
234年前尚未审核

关于

CVE-2021-42278和CVE-2021-42287的检测脚本

使用

root@kitploit:~
The detection script uses the domain account credentials to determine the possibility of the vulnerabilities.

usage: noPac-detection.py [-h] [-debug] -dc-ip <IP address> -targetUser <Target Username> credentials

optional arguments:
  -h, --help            show this help message and exit
  -debug                Turn DEBUG output ON

mandatory:
  -dc-ip <IP address>   IP of the domain controller to use. Useful if you can't translate the FQDN.specified in the
                        account parameter will be used
  -targetUser <Target Username>
                        The target user to retrieve the PAC of
  credentials           domain/username[:password]. Valid domain credentials to use for grabbing targetUser's PAC

注意:所有强制参数都是脚本运行所必需的,支持调试模式,targetUser可以是任何域连接的用户账户,始终将域设置为domain.local,例如megacorp.local, cars.local等。


示例:

  • $ python noPac-detection.py MARVEL.local/pparker:P#%DG323c89 -targetUser fcastle -dc-ip 192.168.10.13 1.png

下载工具