DEV Community

Cover image for Lightweight Web Shell Scanner
Arya
Arya

Posted on

Lightweight Web Shell Scanner

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.

Web Shell finder Worldshellfinder

Get this HERE!

https://github.com/Arya-f4/worldshellfinder

or you can install it straight from go :

go install -v github.com/Arya-f4/worldshellfinder@latest
Enter fullscreen mode Exit fullscreen mode

Usage :

worldshellfinder <directory> <wordlist_path (optional)>
Enter fullscreen mode Exit fullscreen mode

Example of use :

worldshellfinder <option> /path/to/your/websitedir/ <your wordlist (optional)>
Enter fullscreen mode Exit fullscreen mode

World shell finder

Features:

  • Scans files for specified keywords.
  • Uses regular expressions to detect common webshell patterns.
  • Customizable wordlist (optional).
  • Have 100 total Line of keyword default that able to detect hundred webshell.
  • Simple and easy to use.
  • Fastest Webshell scanner.
  • Written in most loved language Go!!!

Compatibility :

  • Windows
  • Linux
  • Mac

Top comments (0)