OK here is my problem: the content disappears from my site . This is not the safest site, it has a number of problems. Right now, every time I load a page that can remove content from my site using simple links connected to a GET request, I find that the relevant content is deleted in bulk.
For example, I have a function on my site for uploading images. When a user uploads an image, the administrator (owner) can use another page to delete all (owned) images from the site. The removal functionality is implemented in such a way that the user clicks on the link under each thumbnail of the downloaded images, which he would send a request for receipt, which removes information about the image from the site database and removes the image from the server file system.
The other day I downloaded this functionality, and the next morning I found that all my images were deleted. Pages are protected by user authentication when viewing pages using a browser. However, to my surprise, I was able wget on this page to solve any problem.
So I was wondering if some kind of evil web bot is deleting my content using these links? Is it possible? What do you advise to further consolidate my site.
source share