From c96cf969ab8f5088ef86988a55290888882f2c3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A5le=20Pettersen?= Date: Wed, 6 Jan 2021 20:25:59 +0100 Subject: [PATCH] Update README.md: Consistent argument value with example Set example filename to match the example two lines above. ``` Examples: - `./subjack -w subdomains.txt -t 100 -timeout 30 -o results.txt -ssl` ``` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 86a9102..6d3c843 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Examples: Options: - `-d test.com` if you want to test a single domain. -- `-w domains.txt` is your list of subdomains. +- `-w subdomains.txt` is your list of subdomains. - `-t` is the number of threads (Default: 10 threads). - `-timeout` is the seconds to wait before timeout connection (Default: 10 seconds). - `-o results.txt` where to save results to. For JSON: `-o results.json`