How Linux uses shell commands to detect PHP Trojans

  
                

PHP Trojan is mainly used to attack websites. It will insert code into the website. In Linux system, you can use shell command to detect PHP Trojan. In order to prevent the destruction of script Trojan and ensure the security of the website, learn to use shell command to find PHP Trojan. It is very important, the following small series will introduce the method to everyone.

1, word find PHP Trojan

code is as follows

# find. /-name “*.php”

Copyright © Windows knowledge All Rights Reserved