Skip to content

Commit aa6a0c6

Browse files
authored
Update subfinder-wrapper.sh
1 parent 0fc01c2 commit aa6a0c6

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

tools/reconnaissance/subfinder-wrapper.sh

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

@@ -12,7 +10,7 @@ echo "[516] Subfinder Wrapper - Starting subdomain discovery"
1210

1311
if ! command -v subfinder &> /dev/null; then
1412
echo "Error: subfinder not found. Install with:"
15-
echo " go install -v github.com/projectdiscovery/subfinder/v2/cmd/subfinder@latest"
13+
echo " Go: go install -v github.com/projectdiscovery/subfinder/v2/cmd/subfinder@latest"
1614
exit 1
1715
fi
1816

0 commit comments

Comments
 (0)