command
module
Version:
v1.0.3
Opens a new window with list of versions in this module.
Published: Mar 20, 2019
License: Apache-2.0
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
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 Variable |
Value Example |
ENGINE_ADDRESS |
http://engine |
ENGINE_BASIC_AUTH_USER |
username |
ENGINE_BASIC_AUTH_PASSWORD |
123456 |
Local setup
- Clone the repo into your $GOPATH
- Install the go dependency manager "dep"
- Run
dep ensure
inside your repo to load the dependencies
- Run
go build main.go
to compile
- Execute the compiled
./main
file
Build with docker
To build the docker container run: docker build -t IMAGE_NAME:LABEL .
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.