Skip to content

Instantly share code, notes, and snippets.

@mteodoro
Last active December 15, 2015 13:29
Show Gist options
  • Save mteodoro/5267626 to your computer and use it in GitHub Desktop.
Save mteodoro/5267626 to your computer and use it in GitHub Desktop.
<script>
function malwarn(data) {
if(data.matches.length > 0) {
var family = data.matches[0].family;
alert("Your PC may be part of a " + family + " botnet!");
} else {
alert("The coast is clear!");
}
}
</script>
<script type="text/javascript" src="http://malwarn.mteodor.er.edgerocket.com/lookup/?callback=malwarn"></script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment