We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c25f4ac commit 3994c84Copy full SHA for 3994c84
reconftw.sh
@@ -565,7 +565,7 @@ function domain_info() {
565
566
# Run whois command and check for errors
567
whois "$domain" >"osint/domain_info_general.txt"
568
- "${tools}/msftrecon/venv/bin/python3" "${tools}/msftrecon/msftrecon/msftrecon.py" -d ${domain} >osint/azure_tenant_domains.txt
+ "${tools}/msftrecon/venv/bin/python3" "${tools}/msftrecon/msftrecon/msftrecon.py" -d ${domain} 2>>"$LOGFILE" >osint/azure_tenant_domains.txt
569
570
company_name=$(unfurl format %r <<<"$domain")
571
"${tools}/Scopify/venv/bin/python3" "${tools}/scopify/scopify.py" -c ${company_name} >osint/scopify.txt
0 commit comments