Amass

module
v3.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 16, 2022 License: Apache-2.0

README

OWASP Logo OWASP Amass

Customize For Personal Purposes

Using command

go install github.com/th13ntc/Amass/v3/amass/cmd

Implement code

package main

import (
	"fmt"
	"go4recon/config"
	"path/filepath"
	"strconv"

	"github.com/th13ntc/Amass/v3/amass"
)

func main() {
	var args = []string{
		"-passive",
		"-d", "example.com",
	}
	fmt.Println(args)
	amass.Run("enum", args)
}

Lisence And More Information at OWASP Amass Github

Directories

Path Synopsis
In-depth Attack Surface Mapping and Asset Discovery
In-depth Attack Surface Mapping and Asset Discovery
cmd
In-depth Attack Surface Mapping and Asset Discovery
In-depth Attack Surface Mapping and Asset Discovery
net
dns

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL