We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6198d35 commit b281ffbCopy full SHA for b281ffb
tools/vulnerability/nuclei-wrapper.sh
@@ -1,9 +1,7 @@
1
-#!/bin/bash
2
-# Nuclei Wrapper - 516 Hackers Toolkit
3
4
set -e
5
6
-LOG_DIR="../../logs"
+LOG_DIR="./logs"
7
mkdir -p "$LOG_DIR"
8
LOG_FILE="$LOG_DIR/nuclei_$(date +%Y%m%d_%H%M%S).log"
9
0 commit comments