Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
skateforever committed May 27, 2020
1 parent e3078cd commit ba7ce41
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions recon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -912,18 +912,18 @@ echo "Directories created."
echo -e "${red}Attention:${reset} The output from all tools used here will be placed in background and treated later."
echo -e "\t If you need look the output in execution time, you need to \"tail\" the files."

#subdomains_recon
#adjust_files
#diff_domains
subdomains_recon
adjust_files
diff_domains
nmap_ips
#hosts_alive
#web_data "${report_dir}/domains_web.txt"
#cleanup_web_data_files
#robots_txt
#web_data "${report_dir}/robots_urls.txt"
#cleanup_web_data_files
#aquatone_function
#rebuild_git
hosts_alive
web_data "${report_dir}/domains_web.txt"
cleanup_web_data_files
robots_txt
web_data "${report_dir}/robots_urls.txt"
cleanup_web_data_files
aquatone_function
rebuild_git
#report
message
) 2>&1 | tee -a "${log_dir}/recon_${date_recon}.log"

0 comments on commit ba7ce41

Please sign in to comment.