Skip to content

Commit

Permalink
Create owasp.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Fernando Ochoa Olivares <[email protected]>
  • Loading branch information
fochoao-alt authored Dec 26, 2024
1 parent 51e1545 commit e5b4923
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/owasp.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
- name: OWASP Amass Enum
# You may pin to the exact commit or the version.
# uses: fguisso/amass-action@b5db9490e22b59278100f93bbadca2b99250de5a
uses: fguisso/[email protected]
with:
# Domain names separated by commas (can be used multiple times)
domains: x.com
# Disable DNS resolution of names and dependent features
passive: # optional
# Execute brute forcing after searches
brute: true
# Path to the text file containing terminal stdout/stderr
output: errorlog.txt

0 comments on commit e5b4923

Please sign in to comment.