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

ツールをダウンロード