项目作者: everping

项目描述 :
Sub-domains enumeration framework
高级语言: Python
项目地址: git://github.com/everping/substack.git
创建时间: 2017-02-09T03:30:26Z
项目社区:https://github.com/everping/substack

开源协议:

下载


Substack

substack is an open source penetration testing tool that can discover sub-domains from a specific domain. This tool is based on the idea of listing search engine results. Sublist3r also implemented this idea, but it was really hard to develop more features, so we decided to write a tool for ourselves.

Features

  • Discover sub-domains
  • Discover openned ports

Installation

  1. pip -r requirements.txt

Usage

  1. substack -d google.com

Credits

  • Sublist3r - An anwesome tool, it inspires us to build substack