Skip to content

Commit

Permalink
Merge pull request trustedsec#163 from nmrdyer/patch-8
Browse files Browse the repository at this point in the history
Create prowl.py
  • Loading branch information
trustedsec committed May 10, 2016
2 parents 24bee6d + 87180e4 commit a976e09
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions modules/intelligence-gathering/prowl.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
#!/usr/bin/env python
#####################################
# Installation module for prowl
#####################################

# AUTHOR OF MODULE NAME
AUTHOR="Nick Dyer"

# DESCRIPTION OF THE MODULE
DESCRIPTION="This module will install/update Prowl - LinkedInCrawler"

# 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/Pickfordmatt/Prowl.git"

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

# DEPENDS FOR DEBIAN INSTALLS
DEBIAN="python"

# DEPENDS FOR FEDORA INSTALLS
FEDORA="git"

# COMMANDS TO RUN AFTER
AFTER_COMMANDS="pip install argparse BeautifulSoup urllib3 gitpython colorama, cd {INSTALL_LOCATION} && chmod +x prowl.py"

# CREATE LAUNCHER
LAUNCHER="prowl.py"

0 comments on commit a976e09

Please sign in to comment.