Skip to content

Commit

Permalink
added scancannon
Browse files Browse the repository at this point in the history
  • Loading branch information
TrustedSec committed Sep 6, 2016
1 parent 7c8c056 commit 837b755
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions modules/intelligence-gathering/scancannon.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
#!/usr/bin/env python
#####################################
# Installation module for ScanCannon
#####################################

# AUTHOR OF MODULE NAME
AUTHOR="Dave Kennedy (ReL1K)"

# DESCRIPTION OF THE MODULE
DESCRIPTION="This module will install/update ScanScannon - features of masscan and nmap combined (need to install masscan module first)"

# 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/johnnyxmas/ScanCannon"

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

# DEPENDS FOR DEBIAN INSTALLS
DEBIAN="git,nmap"

# DEPENDS FOR FEDORA INSTALLS
FEDORA="git,nmap"

# COMMANDS TO RUN AFTER
AFTER_COMMANDS=""

LAUNCHER="scancannon"

0 comments on commit 837b755

Please sign in to comment.