Skip to content

Commit

Permalink
Merge pull request trustedsec#550 from qt-pie/patch-1
Browse files Browse the repository at this point in the history
Added Legion to vulnerability-analysis modules
  • Loading branch information
HackingDave authored Oct 17, 2020
2 parents f5d37c6 + 329fc49 commit 000214e
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions modules/vulnerability-analysis/legion.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
#!/usr/bin/env python
#####################################
# Installation module for Legion
#####################################

# AUTHOR OF MODULE NAME
AUTHOR="qt-pie"

# DESCRIPTION OF THE MODULE
DESCRIPTION="This module will install/update Legion by GoVanguard - a semi-automated network penetration testing framework based on the tool Sparta (https://govanguard.com/legion)"

# 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/GoVanguard/legion"

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

# DEPENDS FOR DEBIAN INSTALLS
DEBIAN="git docker xorg"

# DEPENDS FOR FEDORA INSTALLS
FEDORA="git docker xorg-x11-server-Xorg"

AFTER_COMMANDS="cd {INSTALL_LOCATION}/docker,chmod +x runIt.sh,xhost +local:docker,./runIt.sh"

# create a launcher
LAUNCHER=""

# PREREQ INSTALL MODULES NEEDED FOR THIS TOOL TO WORK PROPERLY
TOOL_DEPEND=""

0 comments on commit 000214e

Please sign in to comment.