owasp-amass / amass

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

Fuzzing about using of -org and -d #851

Open enseitankado opened 2 years ago

enseitankado commented 2 years ago

I'm fuzzing about using of -org and -d

Example: amass intel -org -d owasp.org -active

Returns:

ASN: 44906 - COLTEA-AS B-dul I.C. Bratianu nr. 1-3
        194.42.44.0/23
ASN: 396176 - NADCORP-AS1 - North American Division of Seventh-day Adventists
        160.238.31.0/24
        204.76.177.0/24
        2602:fdaf::/36
ASN: 328601 - AS328601 - COMPAGNIE FINANCIERE DU CONGO S.A.R.L.
        192.145.188.0/22
        2001:43f8:1460::/48
        192.145.189.0/24
        192.145.191.0/24
        192.145.188.0/24
        192.145.190.0/24
ASN: 38399 - GOEYJ-AS-KR Gyeonggi-do Yeoju Office of Education
        1.227.84.16/29
        1.238.20.0/25
        1.238.20.200/29

-org parameter searchs on AS(autonomous network) description.

What kind of discovery do above command because of dont pass a search term to -org parameter. I just provide a domain name with -d and returns some intellegance result. I couldnt match search meachanism with result. Theres is no description in documentation.