Skip to content

tdzmont/vti_bookmarklet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 

Repository files navigation

vti_bookmarklet

This repository contains a tiny basic javascript for a bookmarklet which will load a virustotal intelligence query for the current basic analysis page.

Why?

  • Most public links to virustotal link to the basic page, if you have vti, you will have to manually search for the hash again.

What's it do?

Usage

Chrome

  • Open Bookmark Manager and/or Add Page on bookmark bar
  • Enter a Bookmark name
  • Paste the javascript into the URL/second field.
javascript:void%20function(){(function(){var%20o=window.location,e=/file\/([a-f0-9]+)\//,i=e.exec(o),n=i[1],t=%22https://www.virustotal.com/intelligence/search/%3Fquery=%22+n;document.location.href=t})()}();

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published