Skip to content

Commit

Permalink
Update parrot-recon.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
parrotassassin15 authored Sep 14, 2024
1 parent 1b483f5 commit b8047ef
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions parrot-recon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -151,14 +151,11 @@ web_scan(){
nuclei -u $domain -o $results_dir/nuclei-$domain.txt
echo "$green[+] Neclei Scans Saved To: $results_dir/nuclei-$domain.txt"

# echo "$red[+] Starting Request Enumeration$white"
# ruby http-get-header.sh $domain > $results_dir/req.txt
# echo "$green[+] HTTP Request Saved To: $results_dir/req.txt"

echo "$red[+] Starting Secure Headers Check$white"
python3 $tools_dir/shcheck.py > $result_dir/$domain-shcheck.txt
python3 $tools_dir/shcheck.py https://$domain > $results_dir/$domain-shcheck.txt || python3 $tools_dir/shcheck.py http://$domain > $results_dir/$domain-shcheck.txt
echo "$green[+] Shcheck Results Saved To: $results_dir/$domain-shcheck.txt"

echo "$red[+] Starting CORS Enumeration$white"
python3 $tools_dir/cors_scanner.py -u https://$domain -csv $results_dir/$domain-cors.csv || python3 $tools_dir/cors_scanner.py -u http://$domain -csv $results_dir/$domain-cors.csv
echo "$green[+] CORS Enumaration Results Saved To: $results_dir/$domain-cors.csv"
Expand Down

0 comments on commit b8047ef

Please sign in to comment.