doomedraven / VirusTotalApi

VirusTotal Full api
MIT License
290 stars 85 forks source link

bulk domain scan #16

Closed SuchitV closed 7 years ago

SuchitV commented 7 years ago

is there a built in option to scan a large list of domains in a file?

doomedraven commented 7 years ago

vt -d domain1 domain2try it ;) see options for more info to filter it as by default it not show nothing -v will return all info for them

SuchitV commented 7 years ago

I'm able to do that but I meant is it possible to do vt -d filelistofdomains.txt

On 5/26/17 11:17 AM, doomedraven wrote:

|vt -d domain1 domain2|try it ;) see options for more info to filter it as by default it not show nothing |-v| will return all info for them

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/doomedraven/VirusTotalApi/issues/16#issuecomment-304310056, or mute the thread https://github.com/notifications/unsubscribe-auth/AEN0bctwNt7CilgBnRVVhC2iHU3RkWzdks5r9u0UgaJpZM4Nnte5.

doomedraven commented 7 years ago

No, but it easy to add, will try to add it in a bit :) i will let you know once that is done

SuchitV commented 7 years ago

Thanks.. I appreciate it.

Suchit

On 5/26/17 12:19 PM, doomedraven wrote:

No, but it easy to add, will try to add it in a bit :) i will let you know once that is done

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/doomedraven/VirusTotalApi/issues/16#issuecomment-304325383, or mute the thread https://github.com/notifications/unsubscribe-auth/AEN0ba3KWVAUdUEjtfKrlaMBzl6nzSf8ks5r9vukgaJpZM4Nnte5.

doomedraven commented 7 years ago

done, already in repo or you can install it with sudo pip install vt -U thanks :)

let me know if you have more feature requests or anything :)