Skip to content

Commit

Permalink
Added system audit tool Lynis
Browse files Browse the repository at this point in the history
  • Loading branch information
mboelen committed May 14, 2016
1 parent 8778da8 commit 67ef2d3
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions modules/vulnerability-analysis/lynis.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
#!/usr/bin/env python
#####################################
# Installation module for Lynis
#####################################

# AUTHOR OF MODULE NAME
AUTHOR="Michael Boelen (@mboelen)"

# DESCRIPTION OF THE MODULE
DESCRIPTION="This module will install/update Lynis - the security auditing tool for Linux/UNIX systems"

# INSTALL TYPE GIT, SVN, FILE DOWNLOAD
# OPTIONS = GIT, SVN, FILE
INSTALL_TYPE="GIT"

# LOCATION OF THE FILE OR GIT/SVN REPOSITORY
REPOSITORY_LOCATION="https://github.com/CISOfy/lynis"

# WHERE DO YOU WANT TO INSTALL IT
INSTALL_LOCATION="lynis"

# DEPENDS FOR DEBIAN INSTALLS
DEBIAN=""

# DEPENDS FOR FEDORA INSTALLS
FEDORA=""

# DEPENDS FOR ARCHLINUX INSTALLS
ARCHLINUX=""

# COMMANDS TO RUN AFTER
AFTER_COMMANDS=""

0 comments on commit 67ef2d3

Please sign in to comment.