Skip to content

Instantly share code, notes, and snippets.

@luckycdev
Last active April 20, 2022 16:25
Show Gist options
  • Save luckycdev/2229557099bb5be8573be2f22dea5fc2 to your computer and use it in GitHub Desktop.
Save luckycdev/2229557099bb5be8573be2f22dea5fc2 to your computer and use it in GitHub Desktop.

not that good, doesnt include the pathname of the website, only searches hostname

URL Structure: <protocol>//<hostname>:<port>/<pathname><search><hash> https://example.com:0000/example?example#example

VirusTotal search current page bookmarklet

This bookmarklet searches the current page you are on in VirusTotal. It does this with https://virustotal.com/gui/search/ and then the website you are on.

Bookmarklet:

javascript:open('https://virustotal.com/gui/search/'+location.host,'_blank','noreferrer,noopener');
javascript:open('https://virustotal.com/gui/search/'+location.host,'_blank','noreferrer,noopener');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment