Skip to content

Commit 8ab0a37

Browse files
authored
Update whois-wrapper.sh
1 parent 473fcd8 commit 8ab0a37

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tools/reconnaissance/whois-wrapper.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
1-
#!/bin/bash
2-
# WHOIS Wrapper - 516 Hackers Toolkit
3-
# Legal: Only use on authorized targets
41

52
set -e
63

7-
LOG_DIR="../../logs"
4+
LOG_DIR="./logs"
85
mkdir -p "$LOG_DIR"
96
LOG_FILE="$LOG_DIR/whois_$(date +%Y%m%d_%H%M%S).log"
107

0 commit comments

Comments
 (0)