项目作者: mfdooom

项目描述 :
Penetration testing tools for CSCI 490
高级语言: Python
项目地址: git://github.com/mfdooom/490-pen-testing-tools.git
创建时间: 2017-02-04T19:10:12Z
项目社区:https://github.com/mfdooom/490-pen-testing-tools

开源协议:

下载


490-pen-testing-tools

NAME

recon.py - Reconnaissance tool for Penetration Testing

SYNOPSIS

recon [-dein] [url]

DESCRIPTION

This is a script which streamlines a number of steps in
the reconnaissance phase of a penetration test. It allows
for the input of a flag and an URL which will be used to
gather information about a website, where the flag determines
what information is gathered.

REQUIREMENTS

This script is intended to be run with Python 2.7. It is not compatible
with Python 3 and above. It is preferable to run the script on a Linux
operating system such as Kali Linux.

OPTIONS

If only a URL is entered, the command will return an aggregated list
of all available information concerning that URL.

If no operands are given, a help message will be displayed and the
command will do nothing else.

  1. -d Return information about DNS servers associated with
  2. the given URL.
  3. -e Return information about email addresses associated with
  4. the given URL.
  5. -i Return information about IP addresses associated with
  6. the given URL.
  7. -n Return information about names associated with the given
  8. URL.

EXAMPLES

recon.py -i google.com
recon.py -d apple.com
recon.py -p amazon.com

AUTHORS

Patrick Knight
Logan Smith