![]() |
|
i have a problem - Printable Version +- Sinisterly (https://sinister.li) +-- Forum: Hacking (https://sinister.li/Forum-Hacking) +--- Forum: Tutorials (https://sinister.li/Forum-Tutorials) +--- Thread: i have a problem (/Thread-i-have-a-problem) |
i have a problem - lashawn246810 - 04-01-2013 i am doing SQL injection but when i find the vulnerable site i thin put " 1' order by 1--+ " but when i put order by 1 it gives me an error and when i read up on sql injection it says "when finding the number of colums if it gives an error you should go lower for example 1' order by 15--+ if gives an error try 1' order by 10--+ so what did i do wrong RE: i have a problem - noize - 04-02-2013 Try removing the PLUS sign. RE: i have a problem - noize - 04-02-2013 Try removing the PLUS sign. RE: i have a problem - lashawn246810 - 04-02-2013 thanks it really helped |