/go/bin/amass enum -df {INPUT} --passive -timeout 1 -nocolor works for me, but sometimes the print information bugs out.
I tried /go/bin/amass enum -df {INPUT} --passive -timeout 1 -nocolor -o out; cat out, just saving output to out, and then printing that file, but that gives Encountered a bad command exit code and no idea why, the command has no errors.
With findomain I had no luck, I tried directly downloading the binary and then calling it from shadowclone and always gives bad command error, no matter what I try. if anyone has sucesfully installed and run findomain please let me know how!
Anyone got amass working with shadowclone?
/go/bin/amass enum -df {INPUT} --passive -timeout 1 -nocolor
works for me, but sometimes the print information bugs out.I tried
/go/bin/amass enum -df {INPUT} --passive -timeout 1 -nocolor -o out; cat out
, just saving output to out, and then printing that file, but that givesEncountered a bad command exit code
and no idea why, the command has no errors.With findomain I had no luck, I tried directly downloading the binary and then calling it from shadowclone and always gives
bad command
error, no matter what I try. if anyone has sucesfully installed and run findomain please let me know how!