Login Register






The stories and information posted here are artistic works of fiction and falsehood. Only a fool would take anything posted here as fact.
Thread Rating:
  • 0 Vote(s) - 0 Average


How to find the Vul SQLi on the site filter_list
Author
Message
How to find the Vul SQLi on the site #1
Hello

How can i find a SQLi on the site have extension *.hml or other extension.
ex: example.com/products.html

how can I find vul on that?

Thx

Reply

How to find the Vul SQLi on the site #2
Hello

How can i find a SQLi on the site have extension *.hml or other extension.
ex: example.com/products.html

how can I find vul on that?

Thx

Reply

RE: How to find the Vul SQLi on the site #3
Anyone can help me?

Thx

Reply

RE: How to find the Vul SQLi on the site #4
Anyone can help me?

Thx

Reply

RE: How to find the Vul SQLi on the site #5
Don't double post if no one replies.

Reply

RE: How to find the Vul SQLi on the site #6
There are several techniques, please read some SQL injection tutorial to actually understand what you are looking for.
Staff will never ever ask you for your personal information.
We know everything about you anyway.

Reply

RE: How to find the Vul SQLi on the site #7
(02-25-2013, 10:36 PM)1llusion Wrote: There are several techniques, please read some SQL injection tutorial to actually understand what you are looking for.

I read, but the tutorial only show where u have ID not html or other extension file such chn...

Reply

RE: How to find the Vul SQLi on the site #8
(02-26-2013, 03:50 AM)blackcobra Wrote:
(02-25-2013, 10:36 PM)1llusion Wrote: There are several techniques, please read some SQL injection tutorial to actually understand what you are looking for.

I read, but the tutorial only show where u have ID not html or other extension file such chn...

Oh... euhmmm... read a bit about parameters and how they are sent to server. POST and GET methods and general stuff around.
A little introduction: http://www.w3schools.com/tags/ref_httpmethods.asp

if you have a URL of:
Code:
index.php?test=something
the ".php" is extension and "test=something" is parameter.
Staff will never ever ask you for your personal information.
We know everything about you anyway.

Reply

RE: How to find the Vul SQLi on the site #9
(02-26-2013, 05:49 PM)1llusion Wrote:
(02-26-2013, 03:50 AM)blackcobra Wrote:
(02-25-2013, 10:36 PM)1llusion Wrote: There are several techniques, please read some SQL injection tutorial to actually understand what you are looking for.

I read, but the tutorial only show where u have ID not html or other extension file such chn...

Oh... euhmmm... read a bit about parameters and how they are sent to server. POST and GET methods and general stuff around.
A little introduction: http://www.w3schools.com/tags/ref_httpmethods.asp

if you have a URL of:
Code:
index.php?test=something
the ".php" is extension and "test=something" is parameter.


Which tool I can find the parameter? Burp....?

Reply

RE: How to find the Vul SQLi on the site #10
Some websites uses that mod_rewrite or something like that, to change url.
For example I have seen the webpage
Code:
http://www.website.com/articles/science/spaceship_fuel.html
and after few tests turned out, that "spaceship_fuel" is GET parameter for sql. So to find sql injection vulnerability you need luck, experience and some brains. Basic web programming knowledge also helps.

Reply







Users browsing this thread: 2 Guest(s)