Skip to content

Commit

Permalink
Merge pull request #444 from jeffmcjunkin/patch-8
Browse files Browse the repository at this point in the history
Update nessus_parser.py
  • Loading branch information
trustedsec committed Apr 25, 2019
2 parents 931864e + ee3f9d0 commit 4d7e684
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/reporting/nessus_parser.py
Expand Up @@ -14,7 +14,7 @@
INSTALL_TYPE="FILE"

# LOCATION OF THE FILE OR GIT/SVN REPOSITORY
REPOSITORY_LOCATION="http://www.melcara.com/wp-content/uploads/2016/07/parse_nessus_xml.v22.pl_.zip"
REPOSITORY_LOCATION="http://www.melcara.com/wp-content/uploads/2017/09/parse_nessus_xml.v24.pl_.zip"

# WHERE DO YOU WANT TO INSTALL IT
INSTALL_LOCATION="nessus_parser"
Expand All @@ -29,7 +29,7 @@
BYPASS_UPDATE="NO"

# COMMANDS TO RUN AFTER
AFTER_COMMANDS="cd {INSTALL_LOCATION},unzip -j -o parse_nessus_xml.v22.pl_.zip,rm parse_nessus_xml.v22.pl_.zip,sed -i.bak 's_#!/opt/local/bin/perl_#!/usr/bin/env perl_g' parse_nessus_xml.v22.pl,mv parse_nessus_xml.v22.pl nessus_parser.pl,chmod +x nessus_parser.pl,export PERL_MM_USE_DEFAULT=1,export PERL_EXTUTILS_AUTOINSTALL='--defaultdeps',yes | cpan -fi XML::TreePP XML::TreePP Math::Round Excel::Writer::XLSX Data::Table Excel::Writer::XLSX::Chart Getopt::Std"
AFTER_COMMANDS="cd {INSTALL_LOCATION},unzip -j -o parse_nessus_xml.v24.pl_.zip,rm parse_nessus_xml.v24.pl_.zip,sed -i.bak 's_#!/opt/local/bin/perl_#!/usr/bin/env perl_g' parse_nessus_xml.v24.pl,mv parse_nessus_xml.v24.pl nessus_parser.pl,chmod +x nessus_parser.pl,export PERL_MM_USE_DEFAULT=1,export PERL_EXTUTILS_AUTOINSTALL='--defaultdeps',yes | cpan -fi XML::TreePP XML::TreePP Math::Round Excel::Writer::XLSX Data::Table Excel::Writer::XLSX::Chart Getopt::Std"

# create a launcher
LAUNCHER="nessus_parser"

0 comments on commit 4d7e684

Please sign in to comment.