From 745855718abad13110835981325aa3922606e62c Mon Sep 17 00:00:00 2001 From: pr3y <67231282+pr3y@users.noreply.github.com> Date: Tue, 10 Oct 2023 05:54:59 -0300 Subject: [PATCH] fixed typo fixed wrong argument for skipping DOM, before was the same sample from remote wordlists --- docs/_docs/parameter-mining.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_docs/parameter-mining.md b/docs/_docs/parameter-mining.md index e449fd87..a7e524c0 100644 --- a/docs/_docs/parameter-mining.md +++ b/docs/_docs/parameter-mining.md @@ -24,7 +24,7 @@ Dalfox performs parameter mining by default when scanning. This is based on the ## Disable Mining ### Disable DOM-Mining ``` -▶ dalfox url https://example.com --remote-wordlists=burp,assetnote +▶ dalfox url https://example.com --skip-mining-dom ``` ### Disable Dict Mining (Gf-Patterns) ```