Skip to content

SCF Usage

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

About

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 SCF

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)

Create-SCF

SCF structure

The following image presents the scf structure:

SCF-Structure

Clone this wiki locally