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

Add missing requires for socks proxy #14812

Merged
merged 1 commit into from
Feb 25, 2021

Conversation

dwelch-r7
Copy link
Contributor

@dwelch-r7 dwelch-r7 commented Feb 25, 2021

Resolves #14793

Adds a missing requires for rex/proto/proxy/socks5/packet in server_client.rb
zeitwerk didn't work in this case since there were multiple classes in that file and zeitwerk is only aware of the one matching the file name (ServerClient in this case)

Verification

  • use auxiliary/server/socks_proxy
  • run
  • Configure proxychains
  • proxychains curl http://google.com
  • Nothing should break anymore

@dwelch-r7 dwelch-r7 added the bug label Feb 25, 2021
@smcintyre-r7 smcintyre-r7 self-assigned this Feb 25, 2021
Copy link
Contributor

@smcintyre-r7 smcintyre-r7 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested successfully with curl using the --socks5 flag. Thanks @dwelch-r7 ! I'll have this merged in shortly.

@smcintyre-r7 smcintyre-r7 merged commit 63421b4 into rapid7:master Feb 25, 2021
@gwillcox-r7 gwillcox-r7 changed the title Add missing requires for scoks proxy Add missing requires for socks proxy Feb 25, 2021
@jmartin-tech jmartin-tech added the rn-fix release notes fix label Feb 25, 2021
@jmartin-tech
Copy link
Contributor

jmartin-tech commented Feb 25, 2021

Release Notes

Restored missing requires statement for sock5 proxy support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug rn-fix release notes fix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SOCKS5 Server Not Responding to SOCKS CONNECT Request
3 participants