From 7b2b5812e231b41ff3a07428c8ef9fbe48b50d48 Mon Sep 17 00:00:00 2001 From: foxfair Date: Wed, 1 Dec 1999 05:35:29 +0000 Subject: PR: 14775 Submitted by: Anders Nordby 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 --- security/nessus-libnasl/distinfo | 1 + 1 file changed, 1 insertion(+) create mode 100644 security/nessus-libnasl/distinfo (limited to 'security/nessus-libnasl/distinfo') diff --git a/security/nessus-libnasl/distinfo b/security/nessus-libnasl/distinfo new file mode 100644 index 000000000000..20716720ef73 --- /dev/null +++ b/security/nessus-libnasl/distinfo @@ -0,0 +1 @@ +MD5 (nessus/libnasl-0.99.1.tar.gz) = d572f26f6e6a98f595e5541acba37663 -- cgit