8000 Some bugs with common tables and columns check · Issue #5798 · sqlmapproject/sqlmap · GitHub
[go: up one dir, main page]

Skip to content
Some bugs with common tables and columns check #5798
Closed
@kobyan

Description

@kobyan
  1. If the common tables check is performed without a schema name (in the current schema), then the log will output the table names with None as the schema name
[INFO] fetched tables: 'None.news', 'None.usuario'
  1. If several table names are specified for column definition (-T news,usuario --columns), then in the definition method via information_schema sqlmap tries to get columns first for one table, then for the next one, but in the common columns check method sqlmap tries to check columns for the table news,usuario
[PAYLOAD] -6177'Or exisTs(SeleCT rid fROm **redacted**.`news,usuario`)aND'1'='1

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0