Crates.io | crabby-webshell-generator |
lib.rs | crabby-webshell-generator |
version | 2.0.0 |
source | src |
created_at | 2024-05-01 09:18:02.794609 |
updated_at | 2024-05-14 08:21:04.99221 |
description | Crabby is a tool developed to generate webshells written in - insert your desired webshell language -. It is designed to be used by red teams to aid in lateral movement, privilege escalation, and data exfiltration. |
homepage | https://github.com/ebalo55/crabby |
repository | https://github.com/ebalo55/crabby |
max_upload_size | |
id | 1225981 |
size | 1,949,764 |
Crabby is a tool developed to generate webshells written in - insert your desired webshell language -. It is designed to be used by red teams to aid in lateral movement, privilege escalation, and data exfiltration.
Refer to the list below for the supported web shells and their current status, more information are available in the associated template folder.
Get the latest version of Crabby by downloading a precompiled binary from the releases page. Precompiled binaries are available for Linux and Windows.
To build Crabby from source, you will need to have Rust installed on your system. You can install Rust by following the instructions on the official website.
git clone https://github.com/ebalo55/crabby.git
cd crabby
cargo build --release --bins
The compiled binary will be available in the target/release
directory.
You can also install Crabby using Cargo, the Rust package manager.
cargo install crabby-webshell-generator