----------------------------------------------------------------------- ASLrules V 0.7.4 (2002-09-26) 2002 by Volker Tanger ----------------------------------------------------------------------- ASLrules is a Perl script to parse Astaro Security Linux firewall configuration files and produces a readable report in HTML format. Requirements: * Perl installed (version 5.something will do) * ASL backup file (*.ABF) * It was/is being tested against ASL version 3.2 * For automatic processing of the *.ABF file you'll need (GNU) tar and bzip2 - usually installed by default for most fairly current Linux distibutions. KNOWN ISSUES: - currently only packet filter, NAT and associated objects and services work - templates are only copied and completely untested as of now The data aquisition is based on knowledge derived from analysis of well known configurations. The script is totally unsupported by Astaro or representatives. Updates will be available at http://www.wyae.de/software/aslrules/ Please check there for updates prior to submitting patches! There is a user/developer mailing list available. To subscribe send a mail with "subscribe fwtools" as subject to minimalist@wyae.de For bug reports and suggestions or if you just want to talk to me please contact me at volker.tanger@wyae.de or fwtools@wyae.de ----------------------------------------------------------------------- Usage: -> see USAGE.txt file ----------------------------------------------------------------------- Working with templates -> see templates/README_TEMPLATES.txt file ---------------------------------------------------------------------- HISTORY ---------------------------------------------------------------------- September 2002 v0.7.4 * Volker Tanger - better (i.e. more robust) HTML referencing - added NAT - corrected heading of firewall objects - reading ASL hostname - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - August 2002 v0.7.3 * Volker Tanger initial coding - forked from FW1Rules 7.3 - so this became version 0.7.3 ----------------------------------------------------------------------- Shortcut: Distributable under GPL ----------------------------------------------------------------------- Copyright (C) 2002 Volker Tanger This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. or on their website http://www.gnu.org/copyleft/gpl.html -----------------------------------------------------------------------