diff options
author | jadawin <jadawin@FreeBSD.org> | 2008-06-06 03:40:32 +0800 |
---|---|---|
committer | jadawin <jadawin@FreeBSD.org> | 2008-06-06 03:40:32 +0800 |
commit | bdc275c6fc5cc8554090bcb029a631002defb52c (patch) | |
tree | 5b02b768b41f2b5ed52a5a627aac6fd780ba0479 /security/Makefile | |
parent | 60da5d0f42b5fe79ba61eaf240752892d5a8b876 (diff) | |
download | freebsd-ports-gnome-bdc275c6fc5cc8554090bcb029a631002defb52c.tar.gz freebsd-ports-gnome-bdc275c6fc5cc8554090bcb029a631002defb52c.tar.zst freebsd-ports-gnome-bdc275c6fc5cc8554090bcb029a631002defb52c.zip |
SpyBye is a tool to help web masters determine if their web pages
are hosting browser exploits that can infect visiting users with
malware. It functions as an HTTP proxy server and intercepts all
browser requests. SpyBye uses a few simple rules to determine if
embedded links on your web page are harmlesss, unknown or maybe
even dangerous.
SpyBye analyzes all downloads in the background and provides you
with a warning notification whenever it encounters content that
is potentially malicious. At that point, you can click on the link
in the notification and receive a more detailed analysis of the web page.
WWW: http://www.spybye.org/
PR: ports/123945
Submitted by: Paul Schmel <pauls utdallas.edu>
Approved by: tabthorpe (mentor)
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 8f94e5a061fd..e74d89e72621 100644 --- a/security/Makefile +++ b/security/Makefile @@ -721,6 +721,7 @@ SUBDIR += snortsms SUBDIR += snortsnarf SUBDIR += spike-proxy + SUBDIR += spybye SUBDIR += sqlmap SUBDIR += sqlninja SUBDIR += squidclam |