Skip to content

Commit

Permalink
docs: update scan command documentation to support multiple tables
Browse files Browse the repository at this point in the history
  • Loading branch information
Kremilly committed Jan 7, 2025
1 parent 8e4ac5a commit 4278c6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/scan.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dumpsync scan -t <table> -p <path_or_url_to_payload_file>

### Parameters

- **-t `<table>`**: 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 `<table>`**: 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 <path_or_url_to_payload_file>** (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 `<limit>`** (Optional): Specifies the limit of the number of rows to scan.
- **-o `<offset>`** (Optional): Specifies the offset from where to start scanning the rows.
Expand Down

0 comments on commit 4278c6e

Please sign in to comment.