![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
|
Demonstration of your efforts at constructing the query for yourself are appreciated. However, if you want help I suggest you provide a representative data set together with an illustration (in something approaching plain English) of what it is you're trying to achieve. |
#4
| |||
| |||
|
|
I need to create a UPDATE query as a subquery of a SELECT one (after the where keyword) Something like: SELECT x FROM u WHERE k=i AND y IN (UPDATE o SET p=i WHERE r=u) AND y 4 (This is a wrong one) Even it doesn't make any sense, I need the update query to be executed. Thanks in advance, Alfio |
#5
| |||
| |||
|
|
On 25 Mar, 10:33, strawberry<zac.ca... (AT) gmail (DOT) com> wrote: Demonstration of your efforts at constructing the query for yourself are appreciated. However, if you want help I suggest you provide a representative data set together with an illustration (in something approaching plain English) of what it is you're trying to achieve. The representative data set doesn't matter, I guess. All I need is to execute an UPDATE query via an SQL-INJECTION, like "UPDATE core_user SET pass='1' WHERE userid='/admin'" In can only inject SQL in the WHERE clause of a SELECT query. I don't mind about what will the SELECT return. I cannot use multiple queries. |
#6
| |||
| |||
|
|
On 25 Mar, 10:33, strawberry <zac.ca... (AT) gmail (DOT) com> wrote: Demonstration of your efforts at constructing the query for yourself are appreciated. However, if you want help I suggest you provide a representative data set together with an illustration (in something approaching plain English) of what it is you're trying to achieve. The representative data set doesn't matter, I guess. All I need is to execute an UPDATE query via an SQL-INJECTION, like "UPDATE core_user SET pass='1' WHERE userid='/admin'" In can only inject SQL in the WHERE clause of a SELECT query. I don't mind about what will the SELECT return. I cannot use multiple queries. |
#7
| |||
| |||
|
|
In article<9b81d0a5-450b-48a6-a3d4-24d2119c0c13 (AT) h38g2000yqn (DOT) googlegroups.com>, Alfio Emanuele Fresta<alfio.emanuele.f (AT) gmail (DOT) com> wrote: On 25 Mar, 10:33, strawberry<zac.ca... (AT) gmail (DOT) com> wrote: Demonstration of your efforts at constructing the query for yourself are appreciated. However, if you want help I suggest you provide a representative data set together with an illustration (in something approaching plain English) of what it is you're trying to achieve. The representative data set doesn't matter, I guess. All I need is to execute an UPDATE query via an SQL-INJECTION, like "UPDATE core_user SET pass='1' WHERE userid='/admin'" In can only inject SQL in the WHERE clause of a SELECT query. I don't mind about what will the SELECT return. I cannot use multiple queries. This sounds rather like "I'm trying to hack someone's site using SQL Injection but I don't really know what I'm doing. Can you guys help me break the law?" Er, no. Tony |
#8
| |||
| |||
|
|
On 25 Mar, 10:33, strawberry <zac.ca... (AT) gmail (DOT) com> wrote: Demonstration of your efforts at constructing the query for yourself are = appreciated. However, if you want help I suggest you provide a representati= ve data set together with an illustration (in something approaching plain E= nglish) of what it is you're trying to achieve. The representative data set doesn't matter, I guess. All I need is to execute an UPDATE query via an SQL-INJECTION, like "UPDATE core_user SET pass='1' WHERE userid='/admin'" In can only inject SQL in the WHERE clause of a SELECT query. I don't mind about what will the SELECT return. I cannot use multiple queries. |
#9
| |||
| |||
|
|
In article <9b81d0a5-450b-48a6-a3d4-24d2119c0... (AT) h38g2000yqn (DOT) googlegroups.com>, Alfio Emanuele Fresta <alfio.emanuel... (AT) gmail (DOT) com> wrote: On 25 Mar, 10:33, strawberry <zac.ca... (AT) gmail (DOT) com> wrote: Demonstration of your efforts at constructing the query for yourself are = appreciated. However, if you want help I suggest you provide a representati= ve data set together with an illustration (in something approaching plain E= nglish) of what it is you're trying to achieve. The representative data set doesn't matter, I guess. All I need is to execute an UPDATE query via an SQL-INJECTION, like "UPDATE core_user SET pass='1' WHERE userid='/admin'" In can only inject SQL in the WHERE clause of a SELECT query. I don't mind about what will the SELECT return. I cannot use multiple queries. So in other words, you want to hack someone else's site but don't have the first clue how to do it yourself -- and you want us to help you. |
|
FOAD. |

#10
| |||
| |||
|
|
In article <9b81d0a5-450b-48a6-a3d4-24d2119c0... (AT) h38g2000yqn (DOT) googlegroups.com>, Alfio Emanuele Fresta <alfio.emanuel... (AT) gmail (DOT) com> wrote: On 25 Mar, 10:33, strawberry <zac.ca... (AT) gmail (DOT) com> wrote: Demonstration of your efforts at constructing the query for yourself are = appreciated. However, if you want help I suggest you provide a representati= ve data set together with an illustration (in something approaching plain E= nglish) of what it is you're trying to achieve. The representative data set doesn't matter, I guess. All I need is to execute an UPDATE query via an SQL-INJECTION, like "UPDATE core_user SET pass='1' WHERE userid='/admin'" In can only inject SQL in the WHERE clause of a SELECT query. I don't mind about what will the SELECT return. I cannot use multiple queries. So in other words, you want to hack someone else's site but don't have the first clue how to do it yourself -- and you want us to help you. |
|
FOAD. |

![]() |
| Thread Tools | |
| Display Modes | |
| |