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

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

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

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

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
virustotalx — ♥ | Kitploit
ツール/GitHubGitHub/orwagodfather/virustotalx
OSINT (Open Source Intelligence)ReconnaissanceInformation GatheringWeb SecurityThreat Intelligence
GitHuborwagodfather/virustotalx

virustotalx

♥

リポジトリを見る
2196511ヶ月前Kitploit レビュー済み

人気

すべて見る →

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

すべてのツールを探索

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

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

エンドポイント向け virustotalx

IP向け virustotalx (V2)

インストール

root@kitploit:~
git clone https://github.com/orwagodfather/virustotalx.git
root@kitploit:~
cd virustotalx

3つのアカウントを https://www.virustotal.com/gui/join-us で作成し、3つのAPIキーをコピーしてください ===>

root@kitploit:~
nano orwa.sh

&

root@kitploit:~
nano orwaV2.sh

ここに3つのAPIキーを貼り付けてください ....

root@kitploit:~
  if [ $api_key_index -eq 1 ]; then
    api_key="key-1"
  elif [ $api_key_index -eq 2 ]; then
    api_key="key-2"
  else
    api_key="key-3"
  fi

例

root@kitploit:~
  if [ $api_key_index -eq 1 ]; then
    api_key="XXXXXXXXXXXXXX1"
  elif [ $api_key_index -eq 2 ]; then
    api_key="XXXXXXXXXXXXXX2"
  else
    api_key="XXXXXXXXXXXXXX3"
  fi

次のステップ

chmod +x orwa.sh & chmod +x orwaV2.sh

エンドポイント向け orwa.sh の使い方

サブドメインファイルを作成 EX ===> subdomain.txt ===> http/s なし

===>

root@kitploit:~
./orwa.sh subdomain.txt | tee results.txt 

===>

root@kitploit:~
cat results.txt | egrep 'http|https' > endpoints.txt

IP向け orwaV2.sh の使い方 (V2)

IPファイルを作成 EX ===> all-IP-range.txt ===> http/s なし

===>

root@kitploit:~
./orwaV2.sh all-IP-range.txt | tee endpointsV2.txt 

===>

root@kitploit:~
cat endpointsV2.txt | httpx -sc -title
ツールをダウンロード