Skip to content
This repository was archived by the owner on Jul 31, 2020. It is now read-only.

Latest commit

 

History

History
29 lines (23 loc) · 1.44 KB

File metadata and controls

29 lines (23 loc) · 1.44 KB

AutoScan

BannerMaintenance made-with-bash MIT license

Tools used

  • Httprobe : Take a list of domains and probe for working HTTP and HTTPS servers
  • Nuclei : Configurable targeted scanning based on templates
  • Hakrawler : Simple, fast web crawler
  • ParamSpider : Mining parameters from dark corners of Web Archives
  • Gf : A wrapper around grep, to help you grep for things
  • Ffuf : Discovery content (with some usage from ffufplus
  • JSScanner : Scanning JS Files for Endpoints and Secrets

Workflow

Installation

  • Installation & Recon tested on Debian 10

Run installer :

./install.sh

Usage

./scan.sh -d domain.tld

Usage