From 695ae50fe57d2bd29ec4dd1383399e5d0d68c603 Mon Sep 17 00:00:00 2001 From: Theodore Kaczynski Date: Fri, 15 May 2026 14:37:44 +0300 Subject: [PATCH] update: readme file --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6619c8a..01aa17b 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,9 @@ Required: bash, nmap, dig, openssl. Basic invocation: ``` -./script.sh 82.22.146.0/24 +./subscan.sh 192.168.1.0/24 ``` -Output: a timestamped Markdown file named like `subscan_82.22.146.0-24_YYYYMMDD_HHMMSS.md`. +Output: a timestamped Markdown file named like `subscan_192.168.1.0-24_YYYYMMDD_HHMMSS.md`. ### What it does (high level) - Verifies required tools (prompts to install on Debian/Ubuntu via apt-get if missing).