owasp-amass / amass

In-depth attack surface mapping and asset discovery
https://owasp.org/www-project-amass/
Other
11.89k stars 1.87k forks source link

Amass gets in an infinity loop [Bug] #982

Open hashem-mo opened 11 months ago

hashem-mo commented 11 months ago

When i run amass with this command it keeps going and never stops until i terminate it with Ctrl + C here is the command used amass enum -df domains.txt -passive -silent -o amass.txt OS: Windows 11 Amass version: v4.2.0

pdelteil commented 11 months ago

Same here in Ubuntu 22.04.

hashem-mo commented 11 months ago

i went back to amass v3 it was the best

edoardottt commented 11 months ago

same here Ubuntu 23.04

cyb3rzest commented 10 months ago

use the above code without -passive like this amass enum -df domains.txt -silent -o amass.txt