Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time

Resume Clone Script- the lastest version - SQL Injection

ADLab of Venustech

Well, when I pentest the official demo site of Resume Clone Script, I found some vulnerabilities here.

SQL Injection:

http://www.jobportalscript.com/resume-builder-script/forget.php

post parameter:

------WebKitFormBoundaryMBbGcdUZDV0hA2XK
Content-Disposition: form-data; name="username"

123

image

You can see, we can obtain the current data user or more sensitive data now!