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 0fc01c2 commit aa6a0c6Copy full SHA for aa6a0c6
tools/reconnaissance/subfinder-wrapper.sh
@@ -1,9 +1,7 @@
1
-#!/bin/bash
2
-# Subfinder 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/subfinder_$(date +%Y%m%d_%H%M%S).log"
9
@@ -12,7 +10,7 @@ echo "[516] Subfinder Wrapper - Starting subdomain discovery"
12
10
13
11
if ! command -v subfinder &> /dev/null; then
14
echo "Error: subfinder not found. Install with:"
15
- echo " go install -v github.com/projectdiscovery/subfinder/v2/cmd/subfinder@latest"
+ echo " Go: go install -v github.com/projectdiscovery/subfinder/v2/cmd/subfinder@latest"
16
exit 1
17
fi
18
0 commit comments