Skip to content

Commit 3994c84

Browse files
committed
clean msftrecon
1 parent c25f4ac commit 3994c84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reconftw.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@ function domain_info() {
565565

566566
# Run whois command and check for errors
567567
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
568+
"${tools}/msftrecon/venv/bin/python3" "${tools}/msftrecon/msftrecon/msftrecon.py" -d ${domain} 2>>"$LOGFILE" >osint/azure_tenant_domains.txt
569569

570570
company_name=$(unfurl format %r <<<"$domain")
571571
"${tools}/Scopify/venv/bin/python3" "${tools}/scopify/scopify.py" -c ${company_name} >osint/scopify.txt

0 commit comments

Comments
 (0)