Question

I have a doubt with Sql Inject Me Add-on. It does not work on my web page for testing SQLinjection. My web page is created using extjs 4

In the sql inject me side bar 'Sorry,This page has no forms ' is shown. actually that web page contain forms. How can I fix this? And what is the reason for this error?

Was it helpful?

Solution

Looking at the ExtJS4 samples - http://cdn.sencha.com/ext-4.1.1a-gpl/examples/simple-tasks/index.html - it looks this framework appears to produce all functionality entirely in JavaScript and examining the generated source it doesn't seem to use normal form tags at all when generating these UI elements.

I think SQL Inject is looking at the source, not seeing any standard HTML forms and then returning the observed error.

Without knowing much more about this framework I would hazard a guess that you can't use the SQL Inject tool with it.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top