home *** CD-ROM | disk | FTP | other *** search
/ H4CK3R 15 / hacker15 / 15_H4CK3R#15.ISO / linux_security / engarde / ENGARDE_COMMUNITY_FEINT.ISO / WEBTOOL.pl < prev   
Encoding:
Perl Script  |  2003-01-03  |  4.7 KB  |  52 lines

  1. #!/usr/bin/perl
  2.  
  3. sub local_media_populate() {
  4.   my %RV;
  5.  
  6.   $RV{'install_parry_core-databases'}->{'NAME'}    = 'EnGarde Secure Professional: Database Packages';
  7.   $RV{'install_parry_core-databases'}->{'TOOLURL'} = '/';
  8.   $RV{'install_parry_core-databases'}->{'DITTY'}   = 'Select this option to include support for building databases Use the MySQL database to build true multi-user, multi-threaded SQL databases, enabling EnGarde system users and applications to create robust interactive Web sites and powerful E-commerce sites.';
  9.   $RV{'install_parry_core-databases'}->{'PACKAGES'}[0] = 'MySQL-3.23.36-1.2.1.i386.rpm';
  10.  
  11.   $RV{'install_parry_core-dns'}->{'NAME'}    = 'EnGarde Secure Professional: DNS Packages';
  12.   $RV{'install_parry_core-dns'}->{'TOOLURL'} = '/';
  13.   $RV{'install_parry_core-dns'}->{'DITTY'}   = 'EnGarde Secure Professional can manage DNS for thousands of domains for external users trying to access virtual Web and email sites running on EnGarde, as well as for internal users. This is all configurable using the WebTool.';
  14.   $RV{'install_parry_core-dns'}->{'PACKAGES'}[0] = 'bind-chroot-8.2.5-1.2.2.i386.rpm';
  15.  
  16.   $RV{'install_parry_core-firewall'}->{'NAME'}    = 'EnGarde Secure Professional: Firewall Packages';
  17.   $RV{'install_parry_core-firewall'}->{'TOOLURL'} = 'The integrated Gateway Firewall includes the ability to protect organizations from malicious cybervandals. The port forwarding functionality provides small organizations with the ability to publish internal servers on the Internet. Network Address Translation provides security by masquerading requests by internal clients for Internet services as well as enabling organizations to use a single IP address for all their internal workstations to reach the Internet.';
  18.   $RV{'install_parry_core-firewall'}->{'DITTY'}   = '/Security/firewall/';
  19.   $RV{'install_parry_core-firewall'}->{'PACKAGES'}[0] = 'WebTool-firewall-1.2.2-1.2.21.noarch.rpm';
  20.   $RV{'install_parry_core-firewall'}->{'PACKAGES'}[1] = 'ipchains-1.3.10-1.2.6.i386.rpm';
  21.   $RV{'install_parry_core-firewall'}->{'PACKAGES'}[2] = 'ipmasqadm-0.4.2-1.2.0.i386.rpm';
  22.  
  23.   $RV{'install_parry_core-mail'}->{'NAME'}    = 'EnGarde Secure Professional: Mail Packages';
  24.   $RV{'install_parry_core-mail'}->{'TOOLURL'} = 'The include email server has been engineered to provide security and stability and can control email for hundreds of domains with the click of a mouse. Mail can then be retrieved in a secure format using conventional email clients. Additional security improvements have been made including protection from common email threats as well as restricting unsolicited email.';
  25.   $RV{'install_parry_core-mail'}->{'DITTY'}   = '/';
  26.   $RV{'install_parry_core-mail'}->{'PACKAGES'}[0] = 'fetchmail-ssl-5.8.7-1.2.0.i386.rpm';
  27.   $RV{'install_parry_core-mail'}->{'PACKAGES'}[1] = 'imap-2000c-1.2.3.i386.rpm';
  28.   $RV{'install_parry_core-mail'}->{'PACKAGES'}[2] = 'pine-4.33-1.2.1.i386.rpm';
  29.   $RV{'install_parry_core-mail'}->{'PACKAGES'}[3] = 'postfix-20001121-1.2.6.i386.rpm';
  30.   $RV{'install_parry_core-mail'}->{'PACKAGES'}[4] = 'procmail-3.21-1.2.2.i386.rpm';
  31.   $RV{'install_parry_core-mail'}->{'PACKAGES'}[5] = 'stunnel-3.22-1.2.0.i386.rpm';
  32.  
  33.   $RV{'install_parry_core-nids'}->{'NAME'}    = 'EnGarde Secure Professional: NIDS Packages';
  34.   $RV{'install_parry_core-nids'}->{'TOOLURL'} = 'The intrusion detection features will detect and notify you of possible threats and security related events. Select this option to enable network and host intrusion detection on your EnGarde system.';
  35.   $RV{'install_parry_core-nids'}->{'DITTY'}   = '/';
  36.   $RV{'install_parry_core-nids'}->{'PACKAGES'}[0] = 'snort-1.8.1-1.2.0.i386.rpm';
  37.  
  38.   $RV{'install_parry_core-web'}->{'NAME'}    = 'EnGarde Secure Professional: Web Packages';
  39.   $RV{'install_parry_core-web'}->{'TOOLURL'} = 'All Web functions are configurable using the WebTool. The creation of thousands of fully-functional virtual Web sites, including CGI, PHP, and perl support, can be easily managed and maintained. Select this option to provide services for building Web sites.';
  40.   $RV{'install_parry_core-web'}->{'DITTY'}   = '/VHost/';
  41.   $RV{'install_parry_core-web'}->{'PACKAGES'}[0] = 'WebTool-VHost-1.2.2-1.2.21.noarch.rpm';
  42.   $RV{'install_parry_core-web'}->{'PACKAGES'}[1] = 'apache-1.3.23-1.2.5.i386.rpm';
  43.   $RV{'install_parry_core-web'}->{'PACKAGES'}[2] = 'mod_perl-1.24-1.2.0.i386.rpm';
  44.   $RV{'install_parry_core-web'}->{'PACKAGES'}[3] = 'mod_php-4.0.6-1.2.2.i386.rpm';
  45.   $RV{'install_parry_core-web'}->{'PACKAGES'}[4] = 'php-4.0.6-1.2.2.i386.rpm';
  46.   $RV{'install_parry_core-web'}->{'PACKAGES'}[5] = 'php-imap-4.0.6-1.2.2.i386.rpm';
  47.   $RV{'install_parry_core-web'}->{'PACKAGES'}[6] = 'php-mysql-4.0.6-1.2.2.i386.rpm';
  48.   $RV{'install_parry_core-web'}->{'PACKAGES'}[7] = 'webalizer-2.01-1.2.1.i386.rpm';
  49.  
  50.   return %RV;
  51. }
  52.