Help for this page

Select Code to Download


  1. or download this
    open(NBE, '<', 'path/to/nessus/data.nbe') or die "$!\n";
    @nessusdata = <NBE>;
    close(NBE);
    
  2. or download this
    use Parse::Nessus::NBE;
    
  3. or download this
    use Parse::Nessus::NBE qw( nnfs nos );