Skip to content

URL Usage

Nikos Vourdas edited this page Apr 16, 2024 · 6 revisions

About

URL files are shortcuts for the browser and can be used to open a URL. Just like LNKs, URL files can include an icon to display for the file and that can be leveraged for NetNTLM hash harvesting.

Create URL

Create a custom URL shortcut file with following command:

 .\Rocabella.exe url -t localhost -p 8080 -u hello1 -w hello2 -o myurl

which:

  • -t: Set target host (Mandatory)
  • -p: Set port number (Optional, default port 80)
  • -o: Set output file (Mandatory)
  • -u: Set Url header (Optional, default nickvourd)
  • -w: Set working directory (Optional, default nickvourd)

Create-URL

URL Structure

The following image presents the URL structure:

URL-Structure

Clone this wiki locally