From 4278c6ee6d1c61a5bd0fe3e26d53514499570320 Mon Sep 17 00:00:00 2001 From: Kremilly Date: Tue, 7 Jan 2025 15:20:26 -0300 Subject: [PATCH] docs: update scan command documentation to support multiple tables --- docs/scan.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/scan.md b/docs/scan.md index 41a8265..630694f 100644 --- a/docs/scan.md +++ b/docs/scan.md @@ -13,7 +13,7 @@ dumpsync scan -t -p ### Parameters -- **-t `
`**: Specifies the name of the table to be scanned. The command will check the fields in the table for any inputs that could be vulnerable to XSS attacks. +- **-t `
`**: Specifies the name of the table or multiple tables (split by commas) to be scanned. The command will check the fields in the table for any inputs that could be vulnerable to XSS attacks. - **-p ** (Optional): Specifies the path or URL to the payload file containing XSS scripts that will be tested on the input fields of the table. - **-l ``** (Optional): Specifies the limit of the number of rows to scan. - **-o ``** (Optional): Specifies the offset from where to start scanning the rows.