-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Nikos Vourdas edited this page Oct 26, 2024
·
8 revisions
Rocabella is an open-source tool that generates sniffing files.
It supports a variety of sniffing file formats, including:
- searchConnector-ms
- library-ms
- LNK shortcuts
- URL shortcuts
- SCF Shortcuts
Rocabella is written in Golang, a cross-platform language, enabling its use on both Windows and Linux systems.
ℹ️ Use the generated files with Responder to target the specified port for harvesting Net-NTLM credentials or enabling the Webclient service.
lnk
, it does not work!
You can use the precompiled binaries, or you can manually install Rocabella by following the next steps:
- Clone the repository by executing the following command:
git clone https://github.com/nickvourd/Rocabella.git
- Once the repository is cloned, navigate into the Rocabella directory:
cd Rocabella
- Install the third-party dependencies:
go mod download
- Build Rocabella with the following command:
go build Rocabella