module
Version:
v3.0.1
Opens a new window with list of versions in this module.
Published: Sep 16, 2022
License: Apache-2.0
Opens a new window with license information.
README
¶
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)
}
Directories
¶
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 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Click to show internal directories.
Click to hide internal directories.