Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some bugs with common tables and columns check #5798

Closed
kobyan opened this issue Nov 5, 2024 · 1 comment
Closed

Some bugs with common tables and columns check #5798

kobyan opened this issue Nov 5, 2024 · 1 comment

Comments

@kobyan
Copy link

kobyan commented Nov 5, 2024

  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
stamparm added a commit that referenced this issue Nov 6, 2024
stamparm added a commit that referenced this issue Nov 6, 2024
stamparm added a commit that referenced this issue Nov 6, 2024
@stamparm stamparm self-assigned this Nov 6, 2024
@stamparm stamparm closed this as completed Nov 6, 2024
@stamparm stamparm added this to the 1.9 milestone Nov 6, 2024
@stamparm
Copy link
Member

stamparm commented Nov 6, 2024

thank you for reporting it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants