From c8797758bc448683a3f19704f09ea18b4873f3d4 Mon Sep 17 00:00:00 2001 From: juzeon Date: Thu, 8 Feb 2024 21:29:43 +0800 Subject: [PATCH] update README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 06345ed..063e00d 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,9 @@ It is recommended to run this tool locally, as running the scanner in the cloud # Scan a list of targets from a file (targets should be divided by line break): ./RealiTLScanner -in in.txt +# Crawl domains from a URL and scan: +./RealiTLScanner -url https://launchpad.net/ubuntu/+archivemirrors + # Specify a port to scan, default: 443 ./RealiTLScanner -addr 1.1.1.1 -port 443