First time here? Check out the FAQ!
THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

Reviewing a pcap how do i uncover version of php running?

  • retag add tags

ok so wanted to put out there because there doesn't seem to be an answer, need to figure out the fastest way to find out what version of php is being used by a webserver captured in a pcap.

thanks

Mamaexploi's avatar
3
Mamaexploi
asked 2019-02-21 19:05:02 +0000
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

Unless the server explicitly puts the version of PHP into a header in a page it serves, there's no way to determine that, except by trying to guess based on other stuff put into the pages.

Guy Harris's avatar
19.9k
Guy Harris
answered 2019-02-22 00:53:16 +0000
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer