Home > Backend Development > Golang > Lightweight Web Shell Scanner

Lightweight Web Shell Scanner

Barbara Streisand
Release: 2024-10-11 22:08:29
Original
259 people have browsed it

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.

Lightweight Web Shell Scanner

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
Copy after login

Usage :

worldshellfinder <directory> <wordlist_path (optional)>
Copy after login

Example of use :

worldshellfinder <option> /path/to/your/websitedir/ <your wordlist (optional)>
Copy after login

Lightweight Web Shell Scanner

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

The above is the detailed content of Lightweight Web Shell Scanner. For more information, please follow other related articles on the PHP Chinese website!

source:dev.to
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Articles by Author
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template