Skip to content

Commit 6f8f2e5

Browse files
committed
cent commented
1 parent fc11c03 commit 6f8f2e5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

reconftw.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2213,7 +2213,7 @@ function subtakeover() {
22132213
cat webs/webs.txt webs/webs_uncommon_ports.txt 2>/dev/null | anew -q webs/webs_all.txt
22142214
fi
22152215

2216-
cent update -p ${NUCLEI_TEMPLATES_PATH} &>/dev/null
2216+
#cent update -p ${NUCLEI_TEMPLATES_PATH} &>/dev/null
22172217

22182218
if [[ $AXIOM != true ]]; then
22192219
if ! nuclei -update 2>>"$LOGFILE" >/dev/null; then
@@ -3256,7 +3256,7 @@ function nuclei_check() {
32563256
# Check if the function should run
32573257
if { [[ ! -f "$called_fn_dir/.${FUNCNAME[0]}" ]] || [[ $DIFF == true ]]; } && [[ $NUCLEICHECK == true ]]; then
32583258
start_func "${FUNCNAME[0]}" "Templates-based Web Scanner"
3259-
cent update -p ${NUCLEI_TEMPLATES_PATH} &>/dev/null
3259+
#cent update -p ${NUCLEI_TEMPLATES_PATH} &>/dev/null
32603260
# Update nuclei templates
32613261
nuclei -update 2>>"$LOGFILE" >/dev/null
32623262

@@ -4990,7 +4990,7 @@ function fuzzparams() {
49904990
URL_COUNT=$(wc -l <"webs/url_extract_nodupes.txt")
49914991
if [[ $DEEP == true ]] || [[ $URL_COUNT -le $DEEP_LIMIT2 ]]; then
49924992

4993-
cent update -p ${NUCLEI_TEMPLATES_PATH} &>/dev/null
4993+
#cent update -p ${NUCLEI_TEMPLATES_PATH} &>/dev/null
49944994

49954995
if [[ $AXIOM != true ]]; then
49964996
printf "${yellow}\n[$(date +'%Y-%m-%d %H:%M:%S')] Running: Nuclei Setup and Execution${reset}\n\n"

0 commit comments

Comments
 (0)