Skip to content

Commit

Permalink
test: revert changes
Browse files Browse the repository at this point in the history
  • Loading branch information
GangGreenTemperTatum committed Nov 7, 2024
1 parent 066a989 commit 189bdf3
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions cybersecurity/offensive/information-gathering/amass.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,27 +22,6 @@ functions:
- -d
- ${target}

amass_test:
description: Perform DNS enumeration and network mapping of systems exposed to the Internet.
parameters:
target:
type: string
description: The URL of the target to scan.
examples:
- https://target.tld

container:
image: caffix/amass

cmdline:
- amass
- enum
- -brute
- -min-for-recursive
- '2'
- -d
- ${target}

amass_intel:
description: Collect open source intelligence for investigation of the target organization.
parameters:
Expand Down

0 comments on commit 189bdf3

Please sign in to comment.