mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Added --count switch to count the number of entries for a specific table (when -T is provided), all database's tables (when only -D is provided) or all databases' tables when neither -D nor -T are provided
This commit is contained in:
parent
529595fd85
commit
a5968fff3e
7 changed files with 111 additions and 3 deletions
|
|
@ -314,6 +314,10 @@ getColumns = False
|
|||
# Valid: True or False
|
||||
getSchema = False
|
||||
|
||||
# Retrieve number of entries for table(s).
|
||||
# Valid: True or False
|
||||
getCount = False
|
||||
|
||||
# Dump back-end database management system database table entries.
|
||||
# Requires: tbl and/or col
|
||||
# Optional: db
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue