View Issue Details

IDProjectCategoryView StatusLast Update
0005145Kali LinuxQueued Tool Additionpublic2021-05-18 11:00
Reportercaffix Assigned Tosbrun  
PrioritynormalSeverityminorReproducibilityhave not tried
Status resolvedResolutionduplicate 
Product Version2018.4 
Fixed in Versionkali-dev 
Summary0005145: OWASP Amass - In-depth DNS Enumeration and Network Mapping
Description

The OWASP Amass tool suite obtains subdomain names by scraping data sources, recursive brute forcing, crawling web archives, permuting/altering names and reverse DNS sweeping. Additionally, Amass uses the IP addresses obtained during resolution to discover associated netblocks and ASNs. All the information is then used to build maps of the target networks.

DNS name resolution is performed across many public servers so the authoritative server will see traffic coming from different locations.

Project page: https://www.owasp.org/index.php/OWASP_Amass_Project

GitHub repo: https://github.com/OWASP/Amass

Relationships

duplicate of 0004704 resolvedsbrun Amass - Information Gathering Tool 

Activities

caffix

caffix

2018-12-06 19:35

reporter   ~0010086

  • [Name] - OWASP Amass

  • [Version] - 2.8.5

  • [Homepage] - https://www.owasp.org/index.php/OWASP_Amass_Project

  • [Download] - https://github.com/OWASP/Amass

  • [Author] - OWASP / Jeff Foley / Project Contributors

  • [Licence] - Apache 2.0

  • [Description] - DNS enumeration and network mapping

  • [Dependencies] - You will need the Go version 1.10 or later development tools to compile

  • [Similar tools] - Outdated tools, such as Sublist3r

  • [Activity] - Started in September of 2017 and is an active project

  • [How to install]

    $ go get -u github.com/OWASP/Amass/...

  • [How to use]

    $ amass -src -ip -active -brute -d kali.org

sbrun

sbrun

2019-09-16 11:27

manager   ~0011098

amass is in kali-rolling

Issue History

Date Modified Username Field Change
2018-12-06 19:24 caffix New Issue
2018-12-06 19:35 caffix Note Added: 0010086
2019-09-16 11:26 sbrun Relationship added duplicate of 0004704
2019-09-16 11:27 sbrun Assigned To => sbrun
2019-09-16 11:27 sbrun Status new => resolved
2019-09-16 11:27 sbrun Resolution open => duplicate
2019-09-16 11:27 sbrun Note Added: 0011098
2021-05-18 10:55 g0tmi1k Fixed in Version => kali-dev
2021-05-18 11:00 g0tmi1k Category New Tool Requests => Queued Tool Addition