amass icon indicating copy to clipboard operation
amass copied to clipboard

In-depth attack surface mapping and asset discovery

Results 208 amass issues
Sort by recently updated
recently updated
newest added

amass track -df test/wildcards2.txt -o discovered_subdomains.txt flag provided but not defined: -o

Hey, since Version 3.22.1 this errors apear in the Log: 03:05:19.025472 DNSSpy: vertical callback: runtime error: invalid memory address or nil pointer dereference stack traceback: [G]: in function 'scrape' :13:...

Example of Dockerfile built on alpine: ```Dockerfile FROM alpine:latest RUN wget https://github.com/OWASP/Amass/releases/download/v3.21.2/amass_linux_amd64.zip && unzip amass_linux_amd64.zip && chmod a+x amass_linux_amd64/amass CMD [ "sh" ] ``` Build & run: ```bash # sudo...

Thanks for your work in this interesting project. You have some very usefull and essential markdown files like the tutorial and user guides etc, in, https://github.com/OWASP/Amass/tree/master/doc But you are not...

config: 1. var [graphdbs] [graphdbs.postgres] url = "postgres://codeline:[email protected]/amass?sslmode=disable" 2.var [graphdbs] [graphdbs.mysql] url = root:codeline@tcp(127.0.0.1:3306)/amass?timeout=10sec Both vars don't work, I have no doubt all DB is remotely accessible.

Originally reported by `elderx` via [Discord](https://discord.com/channels/433729817918308352/855463582427119646/1061400738552610978) ## Short Description When running `amass intel -whois` with IPv6 enabled, fewer domains are returned. Once IPv6 is disabled, the expected number of domains...

I am running the official docker container caffix/amass:3.21.2 on AWS Fargate and mounting an EFS to store the output. The container basically receives a list of domains to query and...

->amass amass enum -config config.yaml panic: failed to connect to `host=localhost user=username database=database`: dial error (dial tcp [::1]:5432: connect: connection refused) goroutine 1 [running]: github.com/owasp-amass/asset-db/repository.New(...) /build/amass-OqngEC/amass-4.2.0/build/pkg/mod/github.com/owasp-amass/[email protected]/repository/sql.go:39 github.com/owasp-amass/asset-db.New({0x131d024?, 0x4?}, {0xc004e986e0?, 0x47a658?})...

命令: amass.exe enum -active -brute -max-depth 3 -d xxx.com -json amass.json 会一直卡在这, ![image](https://user-images.githubusercontent.com/52700174/215389755-da3f61af-c59f-43fd-b08f-0a5521fe1139.png) ctrl+c才会结束,并输出最后的统计内容,下图是我使用os.system执行上面的命令ctrl+c才会结束,否则会一直卡在上图的状态 ![image](https://user-images.githubusercontent.com/52700174/215389977-c59a6180-4ddd-41d4-bfaa-3f898dd72705.png)