Tired getting hacked and finding where the hacker backdoor is? Worldfind is a basic web shell finder command-line tool written in Go that helps you identify potential web shell hidden within your web server directories or even in your image file. It works by scanning files for suspicious keywords and regular expressions commonly found in malicious scripts.
https://github.com/Arya-f4/worldshellfinder
or you can install it straight from go :
go install -v github.com/Arya-f4/worldshellfinder@latest
Usage :
worldshellfinder <directory> <wordlist_path (optional)>
Example of use :
worldshellfinder <option> /path/to/your/websitedir/ <your wordlist (optional)>
以上が軽量 Web シェル スキャナーの詳細内容です。詳細については、PHP 中国語 Web サイトの他の関連記事を参照してください。