Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #4695, allow ms09_067_excel_featheader to save file #4759

Merged
merged 1 commit into from Feb 13, 2015

Conversation

jvazquez-r7
Copy link
Contributor

According to my analysis ms09_067_excel_featheader is not missing nothing, on my system, just trying to write to a nonexistent directory. I've fixed the default value for OUTPUTPATH to use Msf::Config.local_directory as FILEFORMAT mixin does.

Verification

  • Init the console
  • use exploit/windows/fileformat/ms09_067_excel_featheader
  • set TARGET 4
  • exploit verify which it doesn't raise errors:
msf exploit(ms09_067_excel_featheader) > rexploit
[*] Reloading module...

[*] Creating Excel spreadsheet ...
[*] Generated output file /Users/jvazquez/.msf4/local/msf.xls
  • exit the console and verify which the file exists:
msf exploit(ms09_067_excel_featheader) > exit -y
AUS-MAC-0916:metasploit-framework jvazquez$ file /Users/jvazquez/.msf4/local/msf.xls
/Users/jvazquez/.msf4/local/msf.xls: CDF V2 Document, No summary info

@jvazquez-r7
Copy link
Contributor Author

Fixes #4695

@wchen-r7 wchen-r7 self-assigned this Feb 13, 2015
@wchen-r7 wchen-r7 merged commit 92422c7 into rapid7:master Feb 13, 2015
wchen-r7 added a commit that referenced this pull request Feb 13, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants