Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 189 Bytes

Linux查找文件.md

File metadata and controls

5 lines (5 loc) · 189 Bytes
>find / -name index.php
查找木马文件
>find . -name '*.php' | xargs grep -n 'eval('
>find . -name '*.php' | xargs grep -n 'assert('
>find . -name '*.php' | xargs grep -n 'system('