-
Notifications
You must be signed in to change notification settings - Fork 14.2k
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
Move command_exists? to Msf::Post::Common #11339
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems legit. I, personally, don't care about Windows support.
It's in |
Windows support makes sense and is good. I don't care whether the implementation is sane. |
This probably won't fix the 3 instances of https://github.com/rapid7/metasploit-framework/blob/master/lib/msf/core/post/file.rb Fortunately, most modules which make use of Post File also import Post Common. |
I read some docs, found some shit, and wrote it up. I'll post the test results in the PR description, but I don't care if the Windows implementation gets tested, and I'm not going to put more effort into it. Let's fix the outstanding issue. |
|
Release NotesThis fix moves the |
Thanks! |
Thanks team for handling this! |
I'm not sure I understand. Base your work against |
@h00die I'd go with option 2: leave a note. |
And add rudimentary Windows support.
Fixes #11334, hopefully. See #10119 for the regression.