Skip to content

Commit

Permalink
Merge pull request trustedsec#520 from ypcrts/feat/autorecon
Browse files Browse the repository at this point in the history
autorecon
  • Loading branch information
HackingDave authored Apr 26, 2020
2 parents dbf69ca + 58f2ff3 commit efa0cd5
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions modules/intelligence-gathering/autorecon.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
#####################################
# Installation module for autorecon
#####################################

# XXX: Expects seclists to be in /usr/share/seclists

# AUTHOR OF MODULE NAME
AUTHOR="ypcrts"

# DESCRIPTION OF THE MODULE
DESCRIPTION="This module will install/update autorecon - a multi-threaded network reconnaissance tool"

# 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/Tib3rius/AutoRecon.git"

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

# DEPENDS FOR DEBIAN INSTALLS
DEBIAN="python3,python3-pip"

# DEPENDS FOR FEDORA INSTALLS
FEDORA="git"

# COMMANDS TO RUN AFTER
AFTER_COMMANDS="cd {INSTALL_LOCATION}, pip3 install -r requirements.txt"

# AUTOMATIC LAUNCH
LAUNCHER="autorecon.py"

# needed for install
#BYPASS_UPDATE="YES"

0 comments on commit efa0cd5

Please sign in to comment.