HQLmap icon indicating copy to clipboard operation
HQLmap copied to clipboard

(Deprecated) HQLmap, Automatic tool to exploit HQL injections

Results 5 HQLmap issues
Sort by recently updated
recently updated
newest added

``` def table_exists(message): if ('is not mapped' in message): return False else: return True ``` The method of checking table exists is check if 'is not mapped' string in response....

Hello, Is it possible to test for HQL injection vulnerabilities with using HQLmap with a url that is using mod rewrite (or something like it) to make the urls clean?...

Hello @PaulSec , I tried running this one on my very own Apache Server which doesn't have a db on but just a static page and here is the output:...

### Description There is some Logical problems with parameter '--tables'. The problem just as the issues' title. ### Detail ``` x:\hqlmap>HQLmap.py -v -u "http://hql-injection-site/doSysLogin.action" --data "hdu.hdUsersNmae=admin&hdu.hdPassWord=password&verifyCode=jgnb" -p hdu.hdPassWord --T com_recruit.entity.sysuser.hdzuser...