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

Open
kobyan opened this issue Nov 5, 2024 · 0 comments
Open

Some bugs with common tables and columns check #5798

kobyan opened this issue Nov 5, 2024 · 0 comments

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
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

1 participant