diff --git a/modules/exploits/windows/fileformat/.idea/.name b/modules/exploits/windows/fileformat/.idea/.name new file mode 100644 index 0000000000..0ef85843f7 --- /dev/null +++ b/modules/exploits/windows/fileformat/.idea/.name @@ -0,0 +1 @@ +fileformat \ No newline at end of file diff --git a/modules/exploits/windows/fileformat/.idea/encodings.xml b/modules/exploits/windows/fileformat/.idea/encodings.xml new file mode 100644 index 0000000000..e206d70d85 --- /dev/null +++ b/modules/exploits/windows/fileformat/.idea/encodings.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/modules/exploits/windows/fileformat/.idea/fileformat.iml b/modules/exploits/windows/fileformat/.idea/fileformat.iml new file mode 100644 index 0000000000..8f7472a8f1 --- /dev/null +++ b/modules/exploits/windows/fileformat/.idea/fileformat.iml @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/modules/exploits/windows/fileformat/.idea/misc.xml b/modules/exploits/windows/fileformat/.idea/misc.xml new file mode 100644 index 0000000000..6eb0c474e5 --- /dev/null +++ b/modules/exploits/windows/fileformat/.idea/misc.xml @@ -0,0 +1,8 @@ + + + + + + + diff --git a/modules/exploits/windows/fileformat/.idea/modules.xml b/modules/exploits/windows/fileformat/.idea/modules.xml new file mode 100644 index 0000000000..1587639be8 --- /dev/null +++ b/modules/exploits/windows/fileformat/.idea/modules.xml @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/modules/exploits/windows/fileformat/.idea/vcs.xml b/modules/exploits/windows/fileformat/.idea/vcs.xml new file mode 100644 index 0000000000..def6a6a184 --- /dev/null +++ b/modules/exploits/windows/fileformat/.idea/vcs.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/modules/exploits/windows/fileformat/.idea/workspace.xml b/modules/exploits/windows/fileformat/.idea/workspace.xml new file mode 100644 index 0000000000..3b6eae8825 --- /dev/null +++ b/modules/exploits/windows/fileformat/.idea/workspace.xml @@ -0,0 +1,188 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1333658641305 + 1333658641305 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/modules/exploits/windows/fileformat/csound_getnum_bof.rb b/modules/exploits/windows/fileformat/csound_getnum_bof.rb index 22b56b80ca..ad1551a1ce 100644 --- a/modules/exploits/windows/fileformat/csound_getnum_bof.rb +++ b/modules/exploits/windows/fileformat/csound_getnum_bof.rb @@ -52,8 +52,8 @@ class Metasploit3 < Msf::Exploit::Remote [ 'Csound 5.15 / Windows XP SP3 / Windows 7 SP1', { 'Offset' => 132, - 'Ret' => 0x6e955446 - } # push esp # ret / libgcc_s_dw2-1.dll + 'Ret' => 0x6e955446 # push esp # ret / libgcc_s_dw2-1.dll + } ], ], 'Privileged' => false,