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 8ab0a37 commit 4331041Copy full SHA for 4331041
tools/network/nmap-wrapper.sh
@@ -1,10 +1,7 @@
1
-#!/bin/bash
2
-# Nmap Wrapper - 516 Hackers Toolkit
3
-# Enhanced with 516 security scanning profiles
4
5
set -e
6
7
-LOG_DIR="../../logs"
+LOG_DIR="./logs"
8
mkdir -p "$LOG_DIR"
9
LOG_FILE="$LOG_DIR/nmap_$(date +%Y%m%d_%H%M%S).log"
10
0 commit comments