Categorygithub.com/securecodebox/scanner-infrastructure-amass

# README

Build Status License

About

This repository contains a self contained µService utilizing the Amass Subdomain Scanner for the secureCodeBox project.

Amass is a awesome tool to find subdomains of a domain using multiple techniques all at once.

Further Documentation:

Configuration Options

To configure this service specify the following environment variables:

Environment VariableValue Example
ENGINE_ADDRESShttp://engine
ENGINE_BASIC_AUTH_USERusername
ENGINE_BASIC_AUTH_PASSWORD123456

Local setup

  1. Clone the repo into your $GOPATH
  2. Install the go dependency manager "dep"
  3. Run dep ensure inside your repo to load the dependencies
  4. Run go build main.go to compile
  5. Execute the compiled ./main file

Build with docker

To build the docker container run: docker build -t IMAGE_NAME:LABEL .

# Structs

No description provided by the author