
MagicReconは、対象の偵察とデータ収集プロセスを最大化し、一般的な脆弱性を発見するための強力なシェルスクリプトです。取得した結果をディレクトリに整理し、さまざまな形式で保存します。
MagicRecon は、ターゲットの偵察とデータ収集プロセスを最大化し、一般的な脆弱性を発見するための強力なシェルスクリプトです。取得した結果はディレクトリに整理され、様々な形式で保存されます。
Magic Recon を使用すると、受動的偵察、能動的偵察、脆弱性分析、サブドメインスキャンなどを実行できます!
$ git clone https://github.com/robotshell/magicRecon
$ cd magicRecon
$ chmod +x install.sh
$ ./install.sh
MagicRecon ツールを設定するには、configuration.cfg ファイルを開き、ユーザーデータに応じて変数を変更する必要があります。
また、Subfinder や Notify などのツールを正しく設定し、magicRecon の正しい動作を保証することも重要です。
ターゲットオプション
| パラメータ | 説明 |
|---|---|
| -d | ターゲットドメイン |
| -w | ワイルドカードドメイン |
| -l | ターゲットリスト |
モードオプション
追加オプション
| パラメータ | 説明 |
|---|---|
| -n, --notify | 通知 - Discord、Telegram、または Slack 経由で通知を受け取るために使用 |
| -h, --help | ヘルプ - ヘルプを表示 |
./magicrecon.sh -h
__ __ _ ____
| \/ | __ _ __ _(_) ___| _ \ ___ ___ ___ _ __
| |\/| |/ _` |/ _` | |/ __| |_) / _ \/ __/ _ \| '_ \
| | | | (_| | (_| | | (__| _ < __/ (_| (_) | | | |
|_| |_|\__,_|\__, |_|\___|_| \_\___|\___\___/|_| |_|
|___/
MagicRecon v.3.0 - Open Source Project | Author: Robotshell | Twitter: @robotshelld
USAGE
./magicrecon.sh [-d domain.com] [-w domain.com] [-l listdomains.txt]
[-a] [-p] [-x] [-r] [-v] [-m] [-n] [-h]
TARGET OPTIONS
-d domain.com Target domain
-w domain.com Wildcard domain
-l list.txt Target list
MODE OPTIONS
-a, --all All mode - Full scan with full target recognition and vulnerability scanning
-p, --passive Passive reconnaissance (Footprinting) - Performs only passive recon with multiple tools
-x, --active Active reconnaissance (Fingerprinting) - Performs only active recon with multiple tools
-r, --recon Reconnaissance - Perform active and passive reconnaissance
-v, --vulnerabilities Vulnerabilities - Check multiple vulnerabilities in the domain/list domains
-m, --massive Massive recon - Massive vulnerability analysis with repetitions every X seconds
EXTRA OPTIONS
-n, --notify Notify - This option is used to receive notifications via Discord, Telegram or Slack
-h, --help Help - Show this help
全て:
./magicrecon.sh -d domain.com -a
ドメインリストに対する受動的偵察:
./magicrecon.sh -l domainlist.txt -p
ドメインに対する能動的偵察:
./magicrecon.sh -d domain.com -x
完全な偵察:
./magicrecon.sh -d domain.com -r
完全な偵察と脆弱性スキャン:
./magicrecon.sh -d domain.com -r -v
ワイルドカードに対する完全な偵察と脆弱性スキャン:
./magicrecon.sh -w domain.com
大規模な偵察と脆弱性スキャン:
./magicrecon.sh -w domain.com -m

以下の方法で貢献できます:
MagicRecon は GPL-3.0 License の下でライセンスされています。
このツールは教育および研究目的のみを意図しています。作者および貢献者は、このツールの誤用について一切責任を負いません。ユーザーはこのツールを責任を持って、明示的な許可を得たシステムでのみ使用することをお勧めします。システム、ネットワーク、またはデータへの不正アクセスは違法であり、非倫理的です。他のユーザーやシステムに影響を与える可能性のある活動を行う前に、必ず適切な許可を取得してください。
| パラメータ | 説明 |
|---|
| -a, --all | 全モード - 完全なターゲット認識と脆弱性スキャンを含むフルスキャン |
| -p, --passive | 受動的偵察(フットプリンティング) - 複数のツールを使用して受動的偵察のみを実行 |
| -x, --active | 能動的偵察(フィンガープリンティング) - 複数のツールを使用して能動的偵察のみを実行 |
| -r, --recon | 偵察 - 能動的偵察と受動的偵察を実行 |
| -v, --vulnerabilities | 脆弱性 - ドメイン/ドメインリスト内の複数の脆弱性をチェック |
| -m, --massive | 大規模偵察 - X 秒ごとに繰り返す大規模な脆弱性分析 |