how to see when a folder was created
Hi,
Theres a way to see when a folder was created by any web aplication. Not by ftp, or ssh. Like POST etc?
Thanks
-
Hello :) You could access the server via SSH and run the following command: stat /path/to/directory
Thank you.0 -
Hi Thanks for attention I'm searching for something more advanced, something like how the file was created, some web application like the wordpress creating automatic files, uploaded by injection etc. 0 -
You could try searching the domain access logs for the account to see when the directory was created (if it was through a PHP script). Otherwise, there's nothing that's going to easily tell you what created a directory after the fact. Thank you. 0
Please sign in to leave a comment.
Comments
3 comments