<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>SQL Injection Attack in search form</title>
        <description>hello guys, i have one question here..

i have a website using php..i tried to launch the attack through the search form but i failed.. when i put some statements in the field, the result showed back the statement i given earlier..

for example, i put &amp;quot; ' or 1=1-- &amp;quot;.. and the result is..

Sorry, your search: &amp;quot;\' or 1=1--&amp;quot; returned zero results

it keep repeating what i put in the form.. anyone can help me?
thank you in advance! :)</description>
        <link>http://sla.ckers.org/forum/read.php?16,43630,43630#msg-43630</link>
        <lastBuildDate>Sun, 26 May 2013 02:23:43 -0500</lastBuildDate>
        <generator>Phorum 5.2.15a</generator>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?16,43630,45359#msg-45359</guid>
            <title>Re: SQL Injection Attack in search form</title>
            <link>http://sla.ckers.org/forum/read.php?16,43630,45359#msg-45359</link>
            <description><![CDATA[i am not understand much details about the alternate encoding.. what i know is to put the statement in the different form but in the same meaning..<br />
<br />
anything else? for example how it can be done or something else..<br />
<br />
any help would be appreciated.. :) thnks!]]></description>
            <dc:creator>huz</dc:creator>
            <category>SQL and Code Injection</category>
            <pubDate>Wed, 28 Mar 2012 10:15:57 -0500</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?16,43630,45352#msg-45352</guid>
            <title>Re: SQL Injection Attack in search form</title>
            <link>http://sla.ckers.org/forum/read.php?16,43630,45352#msg-45352</link>
            <description><![CDATA[You can try different encodings for the characters you're trying to inject. Look online and find some cheat sheets with alternate encodings. Also, some SQL injections do not require any quotes/slashes, so keep that in mind. <br />
For the XSS, you can try using a null byte ( %00 ) and see if that changes its behaviour. Or, again, look for a cheat sheet with some filter evasion techniques.]]></description>
            <dc:creator>dangerbear</dc:creator>
            <category>SQL and Code Injection</category>
            <pubDate>Tue, 27 Mar 2012 09:48:00 -0500</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?16,43630,44784#msg-44784</guid>
            <title>Re: SQL Injection Attack in search form</title>
            <link>http://sla.ckers.org/forum/read.php?16,43630,44784#msg-44784</link>
            <description><![CDATA[the_storm Wrote:<br />
-------------------------------------------------------<br />
&gt; This maybe is one reason you might try another web<br />
&gt; browser, or maybe there is some filteration in the<br />
&gt; website against XSS attacks :)<br />
<br />
<br />
thanx! i'll try that later...but is xss been secured?]]></description>
            <dc:creator>huz</dc:creator>
            <category>SQL and Code Injection</category>
            <pubDate>Mon, 26 Mar 2012 01:45:18 -0500</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?16,43630,44543#msg-44543</guid>
            <title>Re: SQL Injection Attack in search form</title>
            <link>http://sla.ckers.org/forum/read.php?16,43630,44543#msg-44543</link>
            <description><![CDATA[This maybe is one reason you might try another web browser, or maybe there is some filteration in the website against XSS attacks :)]]></description>
            <dc:creator>the_storm</dc:creator>
            <category>SQL and Code Injection</category>
            <pubDate>Sun, 25 Mar 2012 15:52:36 -0500</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?16,43630,43641#msg-43641</guid>
            <title>Re: SQL Injection Attack in search form</title>
            <link>http://sla.ckers.org/forum/read.php?16,43630,43641#msg-43641</link>
            <description><![CDATA[@Reiners<br />
thank you for your reply!<br />
i don't know, just try to attack the web.<br />
but i have put backslash just like you said.. i put &quot;some\&quot; and the result is..<br />
Sorry, your search: &quot;some\\&quot; returned zero results<br />
i think it use magic_quotes. how to bypass that?<br />
i tried to encode but the result is the one that i encode.<br />
<br />
@the_storm<br />
thanks!<br />
i tried putting this one<br />
&quot;&lt;script&gt;alert(&quot;XSS&quot;)&lt;/script&gt;&quot;<br />
but the result is<br />
Sorry, your search: &quot;&quot; returned zero results<br />
i think this is because of my browser. current version of web browsers are already secured from xss isn't it?]]></description>
            <dc:creator>huz</dc:creator>
            <category>SQL and Code Injection</category>
            <pubDate>Mon, 19 Mar 2012 19:26:29 -0500</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?16,43630,43640#msg-43640</guid>
            <title>Re: SQL Injection Attack in search form</title>
            <link>http://sla.ckers.org/forum/read.php?16,43630,43640#msg-43640</link>
            <description><![CDATA[I dont think it is vulnerable to SQLi but you should try XSS!! I think it is vulnerable !]]></description>
            <dc:creator>the_storm</dc:creator>
            <category>SQL and Code Injection</category>
            <pubDate>Mon, 19 Mar 2012 17:42:57 -0500</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?16,43630,43633#msg-43633</guid>
            <title>Re: SQL Injection Attack in search form</title>
            <link>http://sla.ckers.org/forum/read.php?16,43630,43633#msg-43633</link>
            <description><![CDATA[it is probably not vulnerable to SQL injection. note the escaped single quote. is the backslash \ escaped too ?<br />
<br />
PS: although your description is not that detailed it is nice to see a thread again without &quot;please hack http://url/&quot;.]]></description>
            <dc:creator>Reiners</dc:creator>
            <category>SQL and Code Injection</category>
            <pubDate>Mon, 19 Mar 2012 08:11:50 -0500</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?16,43630,43630#msg-43630</guid>
            <title>SQL Injection Attack in search form</title>
            <link>http://sla.ckers.org/forum/read.php?16,43630,43630#msg-43630</link>
            <description><![CDATA[hello guys, i have one question here..<br />
<br />
i have a website using php..i tried to launch the attack through the search form but i failed.. when i put some statements in the field, the result showed back the statement i given earlier..<br />
<br />
for example, i put &quot; ' or 1=1-- &quot;.. and the result is..<br />
<br />
Sorry, your search: &quot;\' or 1=1--&quot; returned zero results<br />
<br />
it keep repeating what i put in the form.. anyone can help me?<br />
thank you in advance! :)]]></description>
            <dc:creator>huz</dc:creator>
            <category>SQL and Code Injection</category>
            <pubDate>Sun, 18 Mar 2012 22:15:45 -0500</pubDate>
        </item>
    </channel>
</rss>
