Skip to content

Commit 7b7fce2

Browse files
authored
Update gobuster-wrapper.sh
1 parent 1ebe7d3 commit 7b7fce2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tools/web/gobuster-wrapper.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
#!/bin/bash
2-
# Gobuster 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/gobuster_$(date +%Y%m%d_%H%M%S).log"
97

0 commit comments

Comments
 (0)