Skip to content

Crowbar

Crowbar (formally known as Levye) is a brute forcing tool that can be used during penetration tests. It was developed to brute force some protocols in a different manner according to other popular brute forcing tools.

Installation

Repo: https://github.com/galkan/crowbar

git clone https://github.com/galkan/crowbar
cd crowbar/
pip3 install -r requirements.txt

Basic commands

crowbar -b rdp -s $ip/32 -U users.txt -c 'password123'
Last update: 2024-11-01
Created: November 1, 2024 18:53:48