mitchmoser / sputnik

Open Source Intelligence Browser Extension
Other
332 stars 68 forks source link

Fixed VT endpoint and added VT URL search #21

Closed cthulhusec closed 3 years ago

mitchmoser commented 3 years ago

Thank you for the suggestions regarding VirusTotal.

However, I do not wish to add an additional javascript resource to generate hashes of a URL. For now, we will stick with the use case of directing users to the submission page and writing the URL to the clipboard for interactive submission. This will be consistent with other resources that also require some form of interactive submission (captcha, etc).

Additionally, the VirusTotal searches using the suggested /#/<artifact type>/ endpoints all redirect to the currently implemented /gui/search/ endpoint.

Closing issue