Land #4010, ReverseAllowProxy clarification

bug/bundler_fix
William Vu 2014-10-14 15:10:50 -05:00
commit fdd79e64c3
No known key found for this signature in database
GPG Key ID: E761DCB4C1629024
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ module ReverseTcp
# #
def setup_handler def setup_handler
if datastore['Proxies'] and not datastore['ReverseAllowProxy'] if datastore['Proxies'] and not datastore['ReverseAllowProxy']
raise RuntimeError, 'TCP connect-back payloads cannot be used with Proxies. Can be overriden by setting ReverseAllowProxy to true' raise RuntimeError, "TCP connect-back payloads cannot be used with Proxies. Use 'set ReverseAllowProxy true' to override this behaviour."
end end
ex = false ex = false