·smtp penetration testing
</>

smtp penetration testing

zebbern/secops-cli-guides

このスキルは、ユーザーが「SMTP ペネトレーション テストの実行」、「電子メール ユーザーの列挙」、「オープン メール リレーのテスト」、「SMTP バナーの取得」、「総当り電子メール資格情報の取得」、または「メール サーバーのセキュリティの評価」を要求する場合に使用する必要があります。 SMTP サーバーのセキュリティをテストするための包括的なテクニックを提供します。

3インストール·0トレンド·@zebbern

インストール

$npx skills add https://github.com/zebbern/secops-cli-guides --skill smtp penetration testing

SKILL.md

Conduct comprehensive security assessments of SMTP (Simple Mail Transfer Protocol) servers to identify vulnerabilities including open relays, user enumeration, weak authentication, and misconfiguration. This skill covers banner grabbing, user enumeration techniques, relay testing, brute force attacks, and security hardening recommendations.

| HELO | Identify client | HELO client.com | | EHLO | Extended HELO | EHLO client.com | | MAIL FROM | Set sender | MAIL FROM: | | RCPT TO | Set recipient | RCPT TO: | | DATA | Start message body | DATA | | VRFY | Verify user | VRFY admin | | EXPN | Expand alias | EXPN staff | | QUIT | End session | QUIT |

| 220 | Service ready | | 221 | Closing connection | | 250 | OK / Requested action completed | | 354 | Start mail input | | 421 | Service not available | | 450 | Mailbox unavailable | | 550 | User unknown / Mailbox not found | | 553 | Mailbox name not allowed |

原文を見る

引用可能な情報

AI/検索での引用用の安定したフィールドとコマンド。

インストールコマンド
npx skills add https://github.com/zebbern/secops-cli-guides --skill smtp penetration testing
カテゴリ
</>開発ツール
認証済み
初回登録
2026-02-05
更新日
2026-02-18

クイックアンサー

smtp penetration testing とは?

このスキルは、ユーザーが「SMTP ペネトレーション テストの実行」、「電子メール ユーザーの列挙」、「オープン メール リレーのテスト」、「SMTP バナーの取得」、「総当り電子メール資格情報の取得」、または「メール サーバーのセキュリティの評価」を要求する場合に使用する必要があります。 SMTP サーバーのセキュリティをテストするための包括的なテクニックを提供します。 ソース: zebbern/secops-cli-guides。

smtp penetration testing のインストール方法は?

ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/zebbern/secops-cli-guides --skill smtp penetration testing インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります

ソースリポジトリはどこですか?

https://github.com/zebbern/secops-cli-guides