Skip to content
Nikos Vourdas edited this page Oct 26, 2024 · 8 revisions

Welcome to the Rocabella wiki!

Introduction

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.

⚠️ For Linux machines the module named lnk, it does not work!

Installation

You can use the precompiled binaries, or you can manually install Rocabella by following the next steps:

  1. Clone the repository by executing the following command:
git clone https://github.com/nickvourd/Rocabella.git
  1. Once the repository is cloned, navigate into the Rocabella directory:
cd Rocabella
  1. Install the third-party dependencies:
go mod download
  1. Build Rocabella with the following command:
go build Rocabella
Clone this wiki locally