Open ntriisii opened 1 year ago
Similar problem, on windows only options of intel | enum but nothing for db command. Cant interact with the results of scans.
`.\amass db
.+++:. : .+++.
+W@@@@@@8 &+W@# o8W8: +W@@@@@@#. oW@@@W#+
&@#+ .o@##. .@@@o@W.o@@o :@@#&W8o .@#: .:oW+ .@#+++&#&
+@& &@& #@8 +@W@&8@+ :@W. +@8 +@: .@8
8@ @@ 8@o 8@8 WW .@W W@+ .@W. o@#:
WW &@o &@: o@+ o@+ #@. 8@o +W@#+. +W@8:
#@ :@W &@+ &@+ @8 :@o o@o oW@@W+ oW@8
o@+ @@& &@+ &@+ #@ &@. .W@W .+#@& o@W.
WW +@W@8. &@+ :& o@+ #@ :@W&@& &@: .. :@o
:@W: o@# +Wo &@+ :W: +@W&o++o@W. &@& 8@#o+&@W. #@: o@+
:W@@WWWW@@8 + :&W@@@@& &W .o#@@W&. :W@WWW@@&
+o&&&&+. +oooo.
v4.2.0
OWASP Amass Project - @owaspamass
In-depth Attack Surface Mapping and Asset Discovery
Usage: C:\Users\ease\Desktop\tools\amass\amass.exe intel|enum [options]
-h Show the program usage message
-help
Show the program usage message
-version
Print the version number of this Amass binary
Subcommands:
amass intel - Discover targets for enumerations
amass enum - Perform enumerations and network mapping
The user's guide can be found here:
https://github.com/owasp-amass/amass/blob/master/doc/user_guide.md
An example configuration file can be found here:
https://github.com/owasp-amass/amass/blob/master/examples/config.yaml
The Amass tutorial can be found here:
https://github.com/owasp-amass/amass/blob/master/doc/tutorial.md`
Yup, I have a similar issue as described by @ntriisii. I am on Kali Linux and I cannot use the -ip
option for Amass enum at v4.2.0. Here are my system and Amass versions along with how to reproduce the problem:
┌──(kali㉿kali)-[~]
└─$ amass enum -ip -d example.com
flag provided but not defined: -ip
┌──(kali㉿kali)-[~]
└─$ uname -a
Linux kali 6.5.0-kali2-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.5.3-1kali2 (2023-10-03) x86_64 GNU/Linux
┌──(kali㉿kali)-[~]
└─$ apt list amass
Listing... Done
amass/kali-rolling,now 4.2.0-0kali1 amd64 [installed]
┌──(kali㉿kali)-[~]
└─$ amass -version
v4.2.0
For what it's worth, I also tried directly downloading the v4.2.0 binary (amass_Linux_amd64.zip) from the GitHub Releases page (https://github.com/owasp-amass/amass/releases), unzipped it, and ran that binary specifically via ./amass enum -ip -d example.com
, but I got the same result as above.
The db tools are moved to oam-tools . I'm still figuring out how to combine this
the latest version of amass installed from the releases doesn't contain the
db
or thetrack
subcommands, as well as some options to subcommands are not present either.steps to reproduce:
wget https://github.com/owaspamass/amass/releases/download/v4.2.0/amass_Linux_amd64.zip
./amass
for example running
./amass enum
generates this help:running
amass enum -d <domain> -ip
generates:flag provided but not defined: -ip
software versions: