厌倦了被黑客攻击并寻找黑客后门在哪里? Worldfind 是一个用 Go 编写的基本 Web shell 查找器命令行工具,可帮助您识别隐藏在 Web 服务器目录甚至图像文件中的潜在 Web shell。它的工作原理是扫描文件中常见的恶意脚本中的可疑关键字和正则表达式。
https://github.com/Arya-f4/worldshellfinder
或者您可以直接从 go 安装它:
go install -v github.com/Arya-f4/worldshellfinder@latest
用法:
worldshellfinder <directory> <wordlist_path (optional)>
使用示例:
worldshellfinder <option> /path/to/your/websitedir/ <your wordlist (optional)>
以上是轻量级 Web Shell 扫描器的详细内容。更多信息请关注PHP中文网其他相关文章!