PHP Version - KnightCTF 2022

Posted on by 0xt4req

In this challenge you have to find the php version that the server is using. It can be done by many ways like analyzing the headers, searching for PHP as strings etc etc. But the easiest way to solve this challenge is by using strings command in linux. Just search for "php" in the file using strings command.

image