Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.21 KB

README.rst

File metadata and controls

38 lines (27 loc) · 1.21 KB

Overview

L2t_Module_Creator is an automated Log2timeline module creator. The script was designed to allow a user to create a Log2timeline perl module for CSV type files with little to no programming knowledge.

Installation

L2t_Module_Creator requires no installation. It has been tested on Python 2.7 only and requires that the jinga2 module be installed.

Usage

L2t_Module_Creator only has two parameters.

-f denotes the file to be used in the creation of the module -l denotes the ability to specifiy a seperator other than a comma

LICENSE

Copyright (C) 2012 Kevin Glisson

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 3 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, see <http://www.gnu.org/licenses/>.