From a9793f8f382df6cb3234baefa03fc64da7042cd5 Mon Sep 17 00:00:00 2001 From: ugomeguerditchian Date: Sat, 5 Aug 2023 00:30:37 +0200 Subject: [PATCH] the readme --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 0dd52e8..f448f8e 100644 --- a/README.md +++ b/README.md @@ -86,9 +86,7 @@ options: Network to scan, don't forget the CIDR (ex: 192.168.1.0/24) -R RECURSIVE, --recursive RECURSIVE Recursive scan, will rescan all the subdomains finds and go deeper as you want, default is 0 - --resume RESUME Resume a scan from the json export and to a tool (the last one to have finished), split with a ':' (ex: --resume exports/mydomain/date.json:nuclei) You - can also use --resume exports/mydomain/date.json:export to just generate the html report - + --resume RESUME Resume a scan from the json export. You can specify a tool (the last one to have finished), split with a ':' (ex: --resume exports/mydomain/date.json:nuclei) You can also use --resume exports/mydomain/date.json:export to just generate the html report ``` ## Roadmap 🏎️