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 473fcd8 commit 8ab0a37Copy full SHA for 8ab0a37
tools/reconnaissance/whois-wrapper.sh
@@ -1,10 +1,7 @@
1
-#!/bin/bash
2
-# WHOIS Wrapper - 516 Hackers Toolkit
3
-# Legal: Only use on authorized targets
4
5
set -e
6
7
-LOG_DIR="../../logs"
+LOG_DIR="./logs"
8
mkdir -p "$LOG_DIR"
9
LOG_FILE="$LOG_DIR/whois_$(date +%Y%m%d_%H%M%S).log"
10
0 commit comments