Using {{domain}}
ReconNess replace {{domain}}
for the subdomain
echo '{{domain}}' | ./gau | grep "^https://{{domain}}"
​Click here to know more about Gau​
return new ReconNess.Core.Models.ScriptOutput { HttpDirectory = lineInput };
Check the Readme on GitHub to know more about the Script.
# -------- Agents dependencies --------​# To allow run gau inside the docker​RUN apt-get update && apt-get install -y git wgetRUN wget https://dl.google.com/go/go1.14.6.linux-amd64.tar.gzRUN tar -C /usr/local -xzf go1.14.6.linux-amd64.tar.gzRUN /usr/local/go/bin/go get -u -v github.com/lc/gau​# -------- End Agents dependencies --------
echo '{{domain}}' | /root/go/bin/gau | grep "^https://{{domain}}"