Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
virustotalx — ♥ | Kitploit
工具/GitHubGitHub/orwagodfather/virustotalx
OSINT (开源情报)侦察信息收集Web安全威胁情报
GitHuborwagodfather/virustotalx

virustotalx

♥

查看仓库
2196551年前Kitploit 审核通过

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

virustotalx 用于端点

virustotalx 用于 IP(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

用法:orwaV2.sh 用于 IP(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
下载工具