websites always have backdoor files generated with the suffix .php. Because no more .php files will be added to the site, think of using inotifywait to recursively monitor the entire site directory, find the newly created php file, and then delete it. In...