Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Commit e80a795

Browse files
committed
Update to Amass 3.10.1
1 parent ed06117 commit e80a795

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

scanners/amass/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: A Helm chart for the Amass security scanner that integrates with th
44

55
type: application
66
version: 0.1.0
7-
appVersion: 3.9.1
7+
appVersion: 3.10.1
88

99
keywords:
1010
- security

scanners/amass/README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ path: "scanners/amass"
44
category: "scanner"
55
type: "Network"
66
state: "released"
7-
appVersion: "3.9.1"
7+
appVersion: "3.10.1"
88
usecase: "Subdomain Enumeration Scanner"
99
---
1010

@@ -26,16 +26,16 @@ helm upgrade --install amass ./scanners/amass/
2626

2727
The following security scan configuration example are based on the [Amass User Guide], please take a look at the original documentation for more configuration examples.
2828

29-
* The most basic use of the tool for subdomain enumeration: `amass enum -d example.com`
30-
* Typical parameters for DNS enumeration: `amass enum -v -src -ip -brute -min-for-recursive 2 -d example.com`
29+
- The most basic use of the tool for subdomain enumeration: `amass enum -d example.com`
30+
- Typical parameters for DNS enumeration: `amass enum -v -src -ip -brute -min-for-recursive 2 -d example.com`
3131

3232
Special command line options:
3333

34-
* Disable generation of altered names `amass enum -noalts -d example.com`
35-
* Turn off recursive brute forcing `amass enum -brute -norecursive -d example.com`
36-
* Disable saving data into a local database `amass enum -nolocaldb -d example.com`
37-
* Domain names separated by commas (can be used multiple times) `amass enum -d example.com`
34+
- Disable generation of altered names `amass enum -noalts -d example.com`
35+
- Turn off recursive brute forcing `amass enum -brute -norecursive -d example.com`
36+
- Disable saving data into a local database `amass enum -nolocaldb -d example.com`
37+
- Domain names separated by commas (can be used multiple times) `amass enum -d example.com`
3838

39-
[OWASP_Amass_Project]: https://owasp.org/www-project-amass/
40-
[Amass GitHub]: https://github.com/OWASP/Amass
41-
[Amass User Guide]: https://github.com/OWASP/Amass/blob/master/doc/user_guide.md
39+
[owasp_amass_project]: https://owasp.org/www-project-amass/
40+
[amass github]: https://github.com/OWASP/Amass
41+
[amass user guide]: https://github.com/OWASP/Amass/blob/master/doc/user_guide.md

0 commit comments

Comments
 (0)