Switch to side-by-side view
--- a/tool/src/utils/html.java +++ b/tool/src/utils/html.java @@ -195,6 +195,19 @@ +what +"/analysis/"); } + + /** + * Search a term using the VirusTotal engine + * @param what the search term to be found + * @return The HTML text prepared to be added on a web page + */ + public static String linkToSearchMetaScan(String what){ + return html.link("Metascan", "https://www.metascan.com/en/file/" + +what + +"/analysis/"); + } + + /** * Search a term using the Ohloh engine