Skip to content
KitploitKITPLOIT
ツールブログ
提出
ツールブログ
提出

ハッキング、侵入テスト、サイバーセキュリティツールをあなたのセキュリティアーセナルに!

Kitploitはハッキング、サイバーセキュリティ、ペネトレーションテストのツールディレクトリです。最新のプロジェクトアップデートを見つけて、脆弱性の発見、システム分析、テストの自動化、セキュリティの強化を行いましょう。

··フィード·お問い合わせ·プライバシー·© 2026 Kitploit

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
ツール/GitHubGitHub/gotr00t0day/valhalla
偵察脆弱性スキャナーエクスプロイト情報収集
GitHubgotr00t0day/valhalla

valhalla

Shodanを利用した脆弱性スキャナー。露出したデバイスを発見し、ドーククエリとIPリストを使用して既知のCVEや脆弱性についてターゲットをスキャンします。

リポジトリを見る
101182年前Kitploit レビュー済み

人気

すべて見る →

コミュニティで最も使われているツールを見つけましょう。

すべてのツールを探索

ツールコレクションを閲覧

すべてのツールを見る →
共有

valhalla

ValhallaはShodan上で脆弱なデバイスを発見します。また、ドメインのリストをスキャンして脆弱性を見つけることもできます。

インストール

git clone https://github.com/gotr00t0day/valhalla.git

cd valhalla

pip3 install -r requirements.txt

chmod +x install.sh
./install.sh

使用方法

root@kitploit:~
            ,
       ,   |\ ,__
       |\   \/   `.
       \ `-.:.     `\
        `-.__ `\=====|
           /=`'/   ^_\
         .'   /\   .=)
      .-'  .'|  '-(/_|
    .'  __(  \  .'`
   /_.'`  `.  |`
            \ |
             |/  "No system is safe"

____   ____      .__  .__           .__  .__
\   \ /   /____  |  | |  |__ _____  |  | |  | _____
 \   Y   /\__  \ |  | |  |  \\__  \ |  | |  | \__  \
  \     /  / __ \|  |_|   Y  \/ __ \|  |_|  |__/ __ \_
   \___/  (____  /____/___|  (____  /____/____(____  /
               \/          \/     \/               \/
               Author:  c0deninja
               Version: v1.8


usage: valhalla.py [-h] [-p 8080] [-t TARGET] [-d DORK] [-f FILE] [-cve CVE_ID]
                   [-vuln VULNERABILITY]

options:
  -h, --help            show this help message and exit
  -p 8080, --port 8080  port number to use
  -t TARGET, --target TARGET
                        file to scan
  -d DORK, --dork DORK  Dork to scan
  -f FILE, --file FILE  file to scan
  -cve CVE_ID, --cve_id CVE_ID
                        scan by cve id
  -vuln, --vulnerability
                        scan for vulnerabilities
  -ips, --ipaddresses   getting ip addresses from shodan

例

通常スキャン

root@kitploit:~
python3 valhalla.py -t IP --port 443

Shodan dorkを使用したIP抽出

root@kitploit:~
python3 valhalla.py -d "SHODAN DORK HERE" -ips

Dorkスキャン

root@kitploit:~
python3 valhalla.py -d 'SHODAN DORK HERE' --port 80

CVE IDを使用したファイルのスキャン

root@kitploit:~
python3 valhalla.py -f ips.txt --cve_id CVE-2022-30525

CVE IDを使用したターゲットのスキャン

root@kitploit:~
python3 valhalla.py -t IP --port 443 --cve_id CVE-2022-30525

CVE IDを使用したDorkスキャン

root@kitploit:~
python3 valhalla.py -d 'DORK HERE' --cve_id CVE-2022-30525 --port 80

脆弱性スキャン

root@kitploit:~
python3 valhalla.py -t IP --port 443 --vulnerability

Dorkを使用した脆弱性スキャン

root@kitploit:~
python3 valhalla.py -d 'DORK HERE' --port 443 --vulnerability
ツールをダウンロード