Sudomy is a subdomain enumeration tool to collect subdomains and analyzing domains performing automated reconnaissance (recon) for bug hunting / pentesting
I have already installed cf-check using go install and it's stored inside ~/go/bin/cf-check. Meanwhile, the Sudomy is stored inside $HOME directory. When running Sudomy with -cF it can't detect installed cf-check inside ~/go/bin/cf-check.
Suggestion
Add support to run the plugin from ~/go/bin
Alternatively, preinstall the plugin inside sudomy directory.
Description
I have already installed cf-check using
go install
and it's stored inside~/go/bin/cf-check
. Meanwhile, theSudomy
is stored inside$HOME
directory. When running Sudomy with-cF
it can't detect installedcf-check
inside~/go/bin/cf-check
.Suggestion
~/go/bin
sudomy
directory.Attachment