<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Help.. SQL Injection.</title>
        <description>I have a website : www.site.com/lol/ .

I was looking the code and i saw that lol is the same as lol.php. Then i looked again the code and i saw a code like this :

&amp;lt;form method=&amp;quot;post&amp;quot; action=&amp;quot;/lol.php&amp;quot;&amp;gt;
				&amp;lt;div class=&amp;quot;buscbackg&amp;quot;&amp;gt;
					&amp;lt;input id=&amp;quot;q&amp;quot; name=&amp;quot;q&amp;quot; type=&amp;quot;text&amp;quot; class=&amp;quot;fields&amp;quot; /&amp;gt;
				&amp;lt;/div&amp;gt;
					&amp;lt;input type=&amp;quot;image&amp;quot; src=&amp;quot;/img/b_ir.jpg&amp;quot; style=&amp;quot;width:33px;height:29px;float:right;&amp;quot; /&amp;gt;
				&amp;lt;div class=&amp;quot;clear&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;
			&amp;lt;/form&amp;gt;

so i thinked it must be www.site.com/lol.php?q=. I am correct? Because it doesnt work , i put www.site.com/lol.php?q=1 and work , if i put q=1' works again . I made an scann and it says that is vulnerable to SQL Injection on that area.

Help me please</description>
        <link>http://sla.ckers.org/forum/read.php?16,36503,36503#msg-36503</link>
        <lastBuildDate>Wed, 22 May 2013 16:38:04 -0500</lastBuildDate>
        <generator>Phorum 5.2.15a</generator>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?16,36503,36536#msg-36536</guid>
            <title>Re: Help.. SQL Injection.</title>
            <link>http://sla.ckers.org/forum/read.php?16,36503,36536#msg-36536</link>
            <description><![CDATA[site.com/lol.php?q=1' --&gt; q is GET parameter.<br />
Use Firefox + HackBar to make some POST requests.]]></description>
            <dc:creator>Plitvix</dc:creator>
            <category>SQL and Code Injection</category>
            <pubDate>Mon, 20 Jun 2011 15:05:05 -0500</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?16,36503,36519#msg-36519</guid>
            <title>Re: Help.. SQL Injection.</title>
            <link>http://sla.ckers.org/forum/read.php?16,36503,36519#msg-36519</link>
            <description><![CDATA[no problem man , http://www.racingclub.com.ar/resultados]]></description>
            <dc:creator>narutoo</dc:creator>
            <category>SQL and Code Injection</category>
            <pubDate>Sat, 18 Jun 2011 22:31:06 -0500</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?16,36503,36517#msg-36517</guid>
            <title>Re: Help.. SQL Injection.</title>
            <link>http://sla.ckers.org/forum/read.php?16,36503,36517#msg-36517</link>
            <description><![CDATA[when u ask, post link]]></description>
            <dc:creator>thanggiangho</dc:creator>
            <category>SQL and Code Injection</category>
            <pubDate>Sat, 18 Jun 2011 22:10:05 -0500</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?16,36503,36513#msg-36513</guid>
            <title>Re: Help.. SQL Injection.</title>
            <link>http://sla.ckers.org/forum/read.php?16,36503,36513#msg-36513</link>
            <description><![CDATA[form method=&quot;post&quot;<br />
<br />
injection will be in postdata if exists]]></description>
            <dc:creator>peann</dc:creator>
            <category>SQL and Code Injection</category>
            <pubDate>Sat, 18 Jun 2011 15:13:58 -0500</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?16,36503,36503#msg-36503</guid>
            <title>Help.. SQL Injection.</title>
            <link>http://sla.ckers.org/forum/read.php?16,36503,36503#msg-36503</link>
            <description><![CDATA[I have a website : www.site.com/lol/ .<br />
<br />
I was looking the code and i saw that lol is the same as lol.php. Then i looked again the code and i saw a code like this :<br />
<br />
&lt;form method=&quot;post&quot; action=&quot;/lol.php&quot;&gt;<br />
				&lt;div class=&quot;buscbackg&quot;&gt;<br />
					&lt;input id=&quot;q&quot; name=&quot;q&quot; type=&quot;text&quot; class=&quot;fields&quot; /&gt;<br />
				&lt;/div&gt;<br />
					&lt;input type=&quot;image&quot; src=&quot;/img/b_ir.jpg&quot; style=&quot;width:33px;height:29px;float:right;&quot; /&gt;<br />
				&lt;div class=&quot;clear&quot;&gt;&lt;/div&gt;<br />
			&lt;/form&gt;<br />
<br />
so i thinked it must be www.site.com/lol.php?q=. I am correct? Because it doesnt work , i put www.site.com/lol.php?q=1 and work , if i put q=1' works again . I made an scann and it says that is vulnerable to SQL Injection on that area.<br />
<br />
Help me please]]></description>
            <dc:creator>narutoo</dc:creator>
            <category>SQL and Code Injection</category>
            <pubDate>Sat, 18 Jun 2011 01:40:21 -0500</pubDate>
        </item>
    </channel>
</rss>
