Skip to content

Commit

Permalink
Merge pull request trustedsec#272 from vdbaan/master
Browse files Browse the repository at this point in the history
Added sipvicious
  • Loading branch information
trustedsec authored Feb 13, 2017
2 parents 4eaf007 + bcce2d4 commit ca57635
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions modules/exploitation/sipvicious.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
#!/usr/bin/env python
#####################################
# Installation module for SIPVicious
#####################################

# AUTHOR OF MODULE NAME
AUTHOR="Steven van der Baan (vdbaan)"

# DESCRIPTION OF THE MODULE
DESCRIPTION="This module will install/update SIPVicious (Sandro Gauci)."

# 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/EnableSecurity/sipvicious.git"

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

# DEPENDS FOR DEBIAN INSTALLS
DEBIAN="git"

# DEPENDS FOR FEDORA INSTALLS
FEDORA="git"

# DEPENDS FOR ARCHLINUX INSTALLS
ARCHLINUX=""

# COMMANDS TO RUN AFTER
AFTER_COMMANDS=""

LAUNCHER=""

0 comments on commit ca57635

Please sign in to comment.