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

♥

저장소 보기
2196551년 전Kitploit 검토 완료

인기

모두 보기 →

커뮤니티에서 가장 많이 사용되는 도구를 찾아보세요.

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

virustotalx 엔드포인트용

virustotalx IP용 (V2)

설치

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

https://www.virustotal.com/gui/join-us 에서 계정 3개를 만들고 API 키 3개를 복사하세요 ===>

root@kitploit:~
nano orwa.sh

&

root@kitploit:~
nano orwaV2.sh

여기에 API 키 3개를 붙여넣으세요 ....

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 ===> wihtout 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 ===> wihtout http/s

===>

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

===>

root@kitploit:~
cat endpointsV2.txt | httpx -sc -title
도구 다운로드