|
|
|
|
Menu |
|
|
Home |
| |
|
Discussions |
| |
|
Tools |
| |
|
Affiliates |
| |
|
Content |
| |
|
Info |
| | |
|
|
|
|
|
User Info |
|
Membership:
Latest: MichaelSnaRe
New Today: 0
New Yesterday: 0
Overall: 9144
People Online:
Visitors: 74
Members: 0
Total: 74
|
|
|
|
|
|
Full disclosure |
|
|
|
|
|
|
IT Security and Insecurity Portal |
|
|
pgsql and types |
|
Posted: Tue Apr 05, 2005 9:35 pm |
|
|
guesty |
Beginner |
|
|
Joined: May 17, 2004 |
Posts: 3 |
|
|
|
|
|
|
|
Hi,
how to make union work if one column from source table has got text[] type.
for ex.:
Code: |
CREATE TABLE first (
name integer,
story text[]
);
CREATE TABLE second (
what integer,
where text
);
|
query is smth like this:select * from first where name=$my_input
in url: my_input=1 and 1=0 union select 0,....and what to put here. if I put another 0 then I get:
text[] and integer cannot be matched |
|
|
|
|
www.waraxe.us Forum Index -> Sql injection
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
All times are GMT
Page 1 of 1
|
|
|
Powered by phpBB © 2001-2008 phpBB Group
|
|
|
|
|
|
|