Mail from ILUG-BOM list (Non-Digest Mode)
Sometime Today, Trevor Warren assembled some asciibets to say:
> i downloaded a package called SATAN(a
System Administrator's Tool for Analysing Networks. Developed by Sun
Microsystems as an internal project to test the security of their own
network and then released publicly for all to use. Many people actually
use this tool to identify vulnerabilities in other networks. A must have
for all Net Admins.
> tool for analysing ur networks). I compiled the source & the prog starts up a
> HTML file in NETSCAPE, but when i click on ny link thats a perl script
> --> A dialog box opens up saying "This may be a dangerous perl script.
> --> Even if i say yes & continue, nothing works.
> What bothers me is even though Netscape recognizes it as a perl script
> why isn't is executing the script & if it is executing it where is the
Netscape has no business executing perl scripts. It is a html parser.
Executing of perl scripts is the job of your web server. Your scripts
should be in a directory that has ExecCGI permissions, and your scripts
would most likely need to be -r-xr-xr-x as well as have a .cgi extension
(unless they are in the cgi-bin directory where they can have any
extension). Only then will the web server execute the scripts and send
the output to Netscape or whatever browser you use.
Philip
--
Reply hazy, ask again later.
_______________________________________________
Linuxers mailing list
[EMAIL PROTECTED]
http://ilug-bom.org.in/mailman/listinfo/linuxers