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

Rex::Encoder::XDR conflicts with the XDR gem #8710

Merged
merged 1 commit into from
Jul 12, 2017

Conversation

busterb
Copy link
Contributor

@busterb busterb commented Jul 12, 2017

The XDR gem that came along for the ride with the Backupexec module conflicts with the SunRPC mixin (which also tries to define XDR), and thus ever module that uses that mixin fails. This explicitly spells out Rex::Encoder::XDR to disambiguate.

List the steps needed to make sure this thing works

  • Start msfconsole
  • use auxiliary/scanner/nfs/nfsmount
  • Verify that you are able to scan for an nfsmount without failures

@jbarnett-r7 jbarnett-r7 merged commit 345407b into rapid7:master Jul 12, 2017
jbarnett-r7 added a commit that referenced this pull request Jul 12, 2017
The previous use of XDR in these modules allowed for namespace collisions
with similar gems.
@alrosenthal-r7 alrosenthal-r7 added the rn-no-release-notes no release notes label Jul 18, 2017
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.

3 participants