diff options
author | Renato Botelho <renato@netgate.com> | 2016-03-28 15:28:33 -0300 |
---|---|---|
committer | Renato Botelho <renato@netgate.com> | 2016-03-28 15:28:33 -0300 |
commit | 0ae8b6dbdbe106bbb33c1fb62ae4b6479df81072 (patch) | |
tree | 149ae8ed2422afc781ea6fc9f492cf4aa31b1767 /config/pfblockerng/pfblockerng_threats.php | |
parent | 19f972e1ce5c9d9b66fb6bcda39f83ad8623df9d (diff) | |
parent | 5481da2b7ac2f73870e04d6610eaa93d180c2a84 (diff) | |
download | pfsense-packages-0ae8b6dbdbe106bbb33c1fb62ae4b6479df81072.tar.gz pfsense-packages-0ae8b6dbdbe106bbb33c1fb62ae4b6479df81072.tar.bz2 pfsense-packages-0ae8b6dbdbe106bbb33c1fb62ae4b6479df81072.zip |
Merge pull request #1243 from BBcan177/patch-1
Diffstat (limited to 'config/pfblockerng/pfblockerng_threats.php')
-rw-r--r-- | config/pfblockerng/pfblockerng_threats.php | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/config/pfblockerng/pfblockerng_threats.php b/config/pfblockerng/pfblockerng_threats.php index d1411ea8..98e11cad 100644 --- a/config/pfblockerng/pfblockerng_threats.php +++ b/config/pfblockerng/pfblockerng_threats.php @@ -3,7 +3,7 @@ pfBlockerNG_threats.php pfBlockerNG - Copyright (c) 2015 BBcan177@gmail.com + Copyright (c) 2015-2016 BBcan177@gmail.com All rights reserved. Redistribution and use in source and binary forms, with or without @@ -122,13 +122,16 @@ include('fbegin.inc'); <?=gettext("Alexa");?></a><br /> <a target="_blank" href="https://www.c-sirt.org/en/incidents-on-domain/<?php echo $domain; ?>"> <?=gettext("C-SIRT");?></a><br /> + <a target="_blank" href="https://safeweb.norton.com/report/show_mobile?name=<?php echo $domain; ?>"> + <?=gettext("Norton Safe Web");?></a><br /> <a target="_blank" href="https://www.herdprotect.com/domain-<?php echo $domain; ?>.aspx"> <?=gettext("HerdProtect");?></a><br /> <a target="_blank" href="https://sitecheck.sucuri.net/results/<?php echo $domain; ?>"> <?=gettext("Sucuri");?></a><br /> <a target="_blank" href="http://www.tcpiputils.com/browse/domain/<?php echo $domain; ?>/"> <?=gettext("TCPUtils");?></a></td> - + <a target="_blank" href="https://www.google.com/safebrowsing/diagnostic?site=<?php echo $domain; ?>/"> + <?=gettext("Google SafeBrowsing");?></a></td> <?php } ?> </td> |