厭倦了被駭客攻擊並尋找駭客後門在哪裡? 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中文網其他相關文章!