No need for that kind of language

bug/bundler_fix
Tod Beardsley 2014-03-04 14:34:50 -06:00
parent e638c3d50a
commit 6e88bbd827
No known key found for this signature in database
GPG Key ID: 1EFFB682ADB9F193
2 changed files with 2 additions and 2 deletions

View File

@ -396,7 +396,7 @@ class Meterpreter < Rex::Post::Meterpreter::Client
console.interact { self.interacting != true } console.interact { self.interacting != true }
# If the stop flag has been set, then that means the user exited. Raise # If the stop flag has been set, then that means the user exited. Raise
# the EOFError so we can drop this bitch like a bad habit. # the EOFError so we can drop this handle like a bad habit.
raise EOFError if (console.stopped? == true) raise EOFError if (console.stopped? == true)
end end

View File

@ -36,7 +36,7 @@ class Generic
return _find_good_key(data, _find_bad_keys(data, badchars), badchars) return _find_good_key(data, _find_bad_keys(data, badchars), badchars)
end end
# !!! xxx MAKE THESE BITCHE PRIVATE # !!! xxx MAKE THESE PRIVATE
# #
# Find a list of bytes that can't be valid xor keys, from the data and badchars. # Find a list of bytes that can't be valid xor keys, from the data and badchars.