Skip to content

Commit 4331041

Browse files
authored
Update nmap-wrapper.sh
1 parent 8ab0a37 commit 4331041

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tools/network/nmap-wrapper.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
1-
#!/bin/bash
2-
# Nmap Wrapper - 516 Hackers Toolkit
3-
# Enhanced with 516 security scanning profiles
41

52
set -e
63

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

0 commit comments

Comments
 (0)