Skip to content

Commit b281ffb

Browse files
authored
Update nuclei-wrapper.sh
1 parent 6198d35 commit b281ffb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tools/vulnerability/nuclei-wrapper.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
#!/bin/bash
2-
# Nuclei Wrapper - 516 Hackers Toolkit
31

42
set -e
53

6-
LOG_DIR="../../logs"
4+
LOG_DIR="./logs"
75
mkdir -p "$LOG_DIR"
86
LOG_FILE="$LOG_DIR/nuclei_$(date +%Y%m%d_%H%M%S).log"
97

0 commit comments

Comments
 (0)