-
Notifications
You must be signed in to change notification settings - Fork 5
URL Usage
Nikos Vourdas edited this page Apr 16, 2024
·
6 revisions
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 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)
The following image presents the URL structure: