OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: Steve (thompson+isspobox.upenn.edu)
Date: Tue Jun 04 2002 - 10:35:39 CDT

  • Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

    TO UNSUBSCRIBE: email "unsubscribe issforum" in the body of your message to
    majordomoiss.net Contact issforum-owneriss.net for help with any problems!
    ----------------------------------------------------------------------------

    Andrei wrote:

    > Need help with subj.: Is there a script available that would alert me
    > (through email, SMS, sound alert etc.) when Internet Scanner finished
    > scanning?

    I've had great success calling IS from a .BAT file, followed by a
    call to a program to send e-mail. I break up my scans into
    smaller pieces, then the .BAT file looks like this:

      iss_winnt -k iss.key -f hostfile1.hst -p "policy_name"
      perl mail_sending_script.pl "Done with hostfile1.hst"
      iss_winnt -k iss.key -f hostfile2.hst -p "policy_name"
      perl mail_sending_script.pl "Done with hostfile2.hst"
      iss_winnt -k iss.key -f hostfile3.hst -p "policy_name"
      perl mail_sending_script.pl "Done with hostfile3.hst"
      iss_winnt -k iss.key -f hostfile4.hst -p "policy_name"
      perl mail_sending_script.pl "Done with hostfile4.hst"

    Of course this involves the overhead of installing Perl
    and learning one of the several modules it provides for
    email (check the LWP bundle).

    En paz,
    Steve