diff options
author | foxfair <foxfair@FreeBSD.org> | 1999-12-01 13:35:29 +0800 |
---|---|---|
committer | foxfair <foxfair@FreeBSD.org> | 1999-12-01 13:35:29 +0800 |
commit | 7b2b5812e231b41ff3a07428c8ef9fbe48b50d48 (patch) | |
tree | 7b7331f3094a52a941823b794ab3543c4eb3beba /security/nessus-libnasl/pkg-descr | |
parent | c931b1ff5d12d0980ffca250f7ea3ce1ad743c01 (diff) | |
download | freebsd-ports-gnome-7b2b5812e231b41ff3a07428c8ef9fbe48b50d48.tar.gz freebsd-ports-gnome-7b2b5812e231b41ff3a07428c8ef9fbe48b50d48.tar.zst freebsd-ports-gnome-7b2b5812e231b41ff3a07428c8ef9fbe48b50d48.zip |
PR: 14775
Submitted by: Anders Nordby <anders@fix.no>
NASL is a scripting language designed for the Nessus security scanner. Its
aim is to allow anyone to write a test for a given security hole in a few
minutes, to allow people to share their tests without having to worry
about their operating system, and to garantee everyone that a NASL script
can not do anything nasty except performing a given security test against
a given target.
NASL is not a powerful scripting language. Its purpose is to make scripts
that are security tests. So, do not expect to write a third generation web
server in this language, nor a file conversion utility. Use perl, python
or whatever scripting language to do this.
WWW: http://www.nessus.org/doc/nasl.html
Diffstat (limited to 'security/nessus-libnasl/pkg-descr')
-rw-r--r-- | security/nessus-libnasl/pkg-descr | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/security/nessus-libnasl/pkg-descr b/security/nessus-libnasl/pkg-descr new file mode 100644 index 000000000000..2a37b48b4e1f --- /dev/null +++ b/security/nessus-libnasl/pkg-descr @@ -0,0 +1,19 @@ +NASL is a scripting language designed for the Nessus security scanner. Its +aim is to allow anyone to write a test for a given security hole in a few +minutes, to allow people to share their tests without having to worry +about their operating system, and to garantee everyone that a NASL script +can not do anything nasty except performing a given security test against +a given target. Thus, NASL allows you to easily forge IP packets, or to +send regular packets. It provides you some convenient functions that will +make the test of web and ftp server more easy to write. NASL +garantees you that a NASL script : + + will not send any packet to a host other than the target host + will not execute any commands on your local system + +NASL is not a powerful scripting language. Its purpose is to make scripts +that are security tests. So, do not expect to write a third generation web +server in this language, nor a file conversion utility. Use perl, python +or whatever scripting language to do this. + +WWW: http://www.nessus.org/doc/nasl.html |