No need for that kind of language
parent
e638c3d50a
commit
6e88bbd827
|
@ -396,7 +396,7 @@ class Meterpreter < Rex::Post::Meterpreter::Client
|
|||
console.interact { self.interacting != true }
|
||||
|
||||
# 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)
|
||||
end
|
||||
|
||||
|
|
|
@ -36,7 +36,7 @@ class Generic
|
|||
return _find_good_key(data, _find_bad_keys(data, badchars), badchars)
|
||||
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.
|
||||
|
|
Loading…
Reference in New Issue