10BC0 Added a notice in documentation that amass is currently not functional by Ilyesbdlala · Pull Request #1848 · secureCodeBox/secureCodeBox · GitHub
[go: up one dir, main page]

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions scanners/amass/.helm-docs.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ usecase: "Subdomain Enumeration Scanner"
{{- define "extra.chartAboutSection" -}}
## What is OWASP Amass?

:::caution
Amass is currently not functional in the secureCodeBox due to a bug in the underlying docker image. We are working on a fix.
See [Issue #1847](https://github.com/secureCodeBox/secureCodeBox/issues/1847).
:::


The [OWASP Amass Project][owasp_amass_project] has developed a tool to help information security professionals perform network mapping of attack surfaces and perform external asset discovery using open source information gathering and active reconnaissance techniques. To learn more about the Amass scanner itself visit [OWASP Amass Project][owasp_amass_project] or [Amass GitHub].
{{- end }}

Expand Down
0