From c66d2a158c858f605bc664cd18464d2843a78f87 Mon Sep 17 00:00:00 2001 From: xer0dayz <1N3@hushmail.com> Date: Mon, 21 Oct 2024 14:36:48 -0700 Subject: [PATCH] Update webscan.sh Fixed Nuclei template scans --- modes/webscan.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modes/webscan.sh b/modes/webscan.sh index a69ae4d..7894a17 100644 --- a/modes/webscan.sh +++ b/modes/webscan.sh @@ -130,8 +130,8 @@ if [[ "$MODE" = "webscan" ]]; then echo -e "${OKGREEN}====================================================================================${RESET}•x${OKGREEN}[`date +"%Y-%m-%d](%H:%M)"`${RESET}x•" echo -e "$OKRED RUNNING NUCLEI SCAN $RESET" echo -e "${OKGREEN}====================================================================================${RESET}•x${OKGREEN}[`date +"%Y-%m-%d](%H:%M)"`${RESET}x•" - nuclei -silent -t /usr/share/sniper/plugins/nuclei-templates/ -c $THREADS -target http://$TARGET -o $LOOT_DIR/web/nuclei-http-${TARGET}-port80.txt - nuclei -silent -t /usr/share/sniper/plugins/nuclei-templates/ -c $THREADS -target https://$TARGET -o $LOOT_DIR/web/nuclei-https-${TARGET}-port443.txt + nuclei -silent -t /root/nuclei-templates/ -c $THREADS -target http://$TARGET -o $LOOT_DIR/web/nuclei-http-${TARGET}-port80.txt + nuclei -silent -t /root/nuclei-templates/ -c $THREADS -target https://$TARGET -o $LOOT_DIR/web/nuclei-https-${TARGET}-port443.txt fi if [[ "$SC0PE_VULNERABLITY_SCANNER" == "1" ]]; then echo -e "${OKGREEN}====================================================================================${RESET}•x${OKGREEN}[`date +"%Y-%m-%d](%H:%M)"`${RESET}x•" @@ -162,4 +162,4 @@ if [[ "$MODE" = "webscan" ]]; then fi loot exit -fi \ No newline at end of file +fi