Web - Server

Sunday 27 August 2017, 22:34  #1
Web - Server - XSLT - Code execution
reyalp
  • 1 posts

I’m able to run a single php function remotely, and run the scan directory, but I can’t seem to get the output ( It comes back as 5 character string ’Array’, vs an actual array.

Any help please?

Monday 4 September 2017, 14:50  #2
Web - Server - XSLT - Code execution
Kardyne
  • 3 posts

You are on the right track, just check how to write a PHP array as a string. There are several methods available in the PHP documentation for this purpose.