-
Notifications
You must be signed in to change notification settings - Fork 7
SCF Usage
Nikos Vourdas edited this page Apr 16, 2024
·
6 revisions
SCF or Shell Command Files are Windows Explorer Command files that can be used to to launch commands by Windows Explorer. They have been used before by attackers to steal credentials. In new Windows Version maybe it will not work.
Create a custom SCF file with following command:
.\Rocabella.exe scf -t localhost -p 8080 -o myscf
which:
-
-t
: Set target host (Mandatory) -
-p
: Set port number (Optional, default port 80) -
-o
: Set output file (Mandatory)
The following image presents the scf structure: