Revert all UA tagging changes — full rollback to pre-592 state

This commit is contained in:
n0mad1k
2026-04-12 07:18:43 -04:00
parent 8185431449
commit 107839acd0
2 changed files with 4 additions and 6 deletions
+2 -3
View File
@@ -11,8 +11,7 @@ if [ $# -eq 0 ]; then
fi
TARGET="$1"
BASE_DIR="${WORK_DIR:-${WORK_DIR:-/root/workspace}}"
WORKSPACE="$BASE_DIR/scans/reachability/$TARGET"
WORKSPACE="/root/operator/scans/reachability/$TARGET"
DATE=$(date +%Y%m%d_%H%M%S)
# Colors for output
@@ -79,7 +78,7 @@ done < live_subdomains.txt
# Vulnerability scanning with Nuclei
echo -e "${GREEN}[+] Phase 7: Vulnerability Scanning${NC}"
log_and_run "Running Nuclei" "nuclei -l live_subdomains.txt -H 'User-Agent: ${NUCLEI_UA:-homelab-security-scan/nuclei}' -t ~/nuclei-templates/ -o nuclei_results.txt"
log_and_run "Running Nuclei" "nuclei -l live_subdomains.txt -t ~/nuclei-templates/ -o nuclei_results.txt"
# Summary
echo -e "${GREEN}[+] Reconnaissance Complete!${NC}"