Skip to content

Commit

Permalink
Fix virutotal search link
Browse files Browse the repository at this point in the history
  • Loading branch information
juffardm authored Dec 6, 2024
1 parent 8695a31 commit ed50663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fir_artifacts/static/fir_artifacts/js/tooltips.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function virustotal_tooltip(hash) {
li = $('<li />')
li.text("Virustotal on ")
a = $('<a></a>')
a.attr("href","https://www.virustotal.com/en/search/?query="+hash)
a.attr("href","https://www.virustotal.com/gui/search/"+hash)
a.attr('target','_blank')
a.text(hash)
li.append(a)
Expand Down

0 comments on commit ed50663

Please sign in to comment.