Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Path: blob/master/documentation/modules/auxiliary/multidrop.md
Views: 11777
This module dependent on the given filename extension creates either a .lnk, .scf, .url, desktop.ini file which includes a reference to the the specified remote host, causing SMB connections to be initiated from any user that views the file. This allows for NetNTLM hashes to be captured by a listening user.
Vulnerable Application
Microsoft Windows
Verification Steps
Install the application
Start msfconsole
Do:
use auxiliary/multidrop
Customise Options as required
Do:
run
A file pointing back to the listening host will then be generated.
Configure auxiliary/server/capture/smb or similar to capture hashes.
Upload the document to an open share or similar and wait for hashes.
Options
FILENAME This option allows you to customise the generated filename and filetpye that is generated.
To generate desktop.ini configure a filename of desktop.ini To generate a scf file configure a filename of anyname.scf To generate a url file configure a filename of anyname.url To generate a lnk file configure a filename of anyname.lnk
Filetype generation is based on the file extension.
LHOST This option allows you to set the IP address of the SMB Listener that the document points to This can be changed using set LHOST 192.168.1.25