KnightCTF 2022

PHP Version – Networking Challenge Writeup | KnightCTF 2022

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

0 people love this