Archive

Archive for the ‘Mysql injection’ Category

Bypassing the mysql_real_escape_string()

January 22nd, 2010

This publishing is around bonus stuff which I’ve considered ,MySQL injection , I had written a query :

/page.php?id=-1 union select table_name,2 from from information_schema.tables
where TABLE_SCHEMA='Sc0rpion'

As you see we used a single quote in query Read more…

Bypassing, General, Hacking, Mysql injection, PHP, Security , , , , ,

Mysql injection [1]

April 26th, 2009

Today my words are linked to my previous publications around MySQL injection attack , I examine the structure of URL used to attack .  as known each database has exclusive language ( query ) and the developing coding language handling dynamic queries makes no difference … Read more…

Bypassing, Mysql injection, PHP, Security , , , , , , , , , , , ,

Injector source

March 16th, 2009

I’ve been with studding nearly 6 months and the expectancy is that it would continue until next 3 months to see my concern , konkoor . by the way this rest or free time caused me to post up blog whereas I could imagine nothing to write till I found my old PHP project !

I have made decision long time ago that was to make public the Injector source Read more…

Hacking, Mysql injection, PHP , , , , , , , ,

Mysql injection [0]

February 6th, 2009

As server has only http port opened ( 80 ) , anything useful can’t be returned by your most trusted vulnerability scanner , the most known method called Injection may be using Read more…

Hacking, Mysql injection, PHP, Security , , , , , ,

Auto injector v 1.0

August 31st, 2008

Injector is a tool that injects user defined queries into vulnerable page and does some processes and activities , in fact it’s a utility tool which enables users to profit injection bugs considering he/she knows nothing about injection attacks structures , tricks and queries ( I suppose this is default contemplation of all utilities ) Read more…

Hacking, Mysql injection, PHP , , , , ,

MySQL injection attacks

August 26th, 2008

Hi guys , let me complete the title : MySQL injection attack and comparison ways to protection PHP code against injection , each time somebody hears about Persian tutorial journal which is related to kind of Injection attacks such as MySQL , Mssql  and … Read more…

Hacking, Mysql injection, PHP, Security , , , ,