Skip to content

Commit

Permalink
Update to add dnsenum
Browse files Browse the repository at this point in the history
  • Loading branch information
TrustedSec committed Sep 14, 2015
1 parent d15ae53 commit 4162faf
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions modules/intelligence-gathering/dnsenum.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
#!/usr/bin/env python
#####################################
# Installation module for DNSEnum
#####################################

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

# DESCRIPTION OF THE MODULE
DESCRIPTION="This module will install/update dnsenum - a DNS scanning 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/fwaeytens/dnsenum"

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

# DEPENDS FOR DEBIAN INSTALLS
DEBIAN="perl"

# COMMANDS TO RUN AFTER
AFTER_COMMANDS="export PERL_MM_USE_DEFAULT=1,export PERL_EXTUTILS_AUTOINSTALL='--defaultdeps',cpan -fi Net::IP Net::DNS Net::Netmask Net::Whois::IP HTML::Parser WWW::Mechanize XML::Writer String::Random"

# create a launcher
LAUNCHER="dnsenum"

0 comments on commit 4162faf

Please sign in to comment.