Skip to content

orwagodfather/virustotalx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

virustotalx for endpoints

Installation

git clone https://github.com/orwagodfather/virustotalx.git
cd virustotalx

create a 3 accounts https://www.virustotal.com/gui/join-us and copy the 3 api keys ===>

nano orwa.sh

paste 3 api keys here ....

  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

Ex

  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

next step

chmod +x orwa.sh

Usage

Create sub domain file EX ===> subdomain.txt ===> wihtout http/s

===>

./orwa.sh subdomain.txt | tee results.txt 

===>

cat results.txt | egrep 'http|https' > endpoints.txt

Releases

No releases published

Packages

No packages published

Languages