Skip to content

Commit 6e88bbd

Browse files
author
Tod Beardsley
committed
No need for that kind of language
1 parent e638c3d commit 6e88bbd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/msf/base/sessions/meterpreter.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ def _interact
396396
console.interact { self.interacting != true }
397397

398398
# If the stop flag has been set, then that means the user exited. Raise
399-
# the EOFError so we can drop this bitch like a bad habit.
399+
# the EOFError so we can drop this handle like a bad habit.
400400
raise EOFError if (console.stopped? == true)
401401
end
402402

lib/rex/encoding/xor/generic.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def Generic.find_key(data, badchars)
3636
return _find_good_key(data, _find_bad_keys(data, badchars), badchars)
3737
end
3838

39-
# !!! xxx MAKE THESE BITCHE PRIVATE
39+
# !!! xxx MAKE THESE PRIVATE
4040

4141
#
4242
# Find a list of bytes that can't be valid xor keys, from the data and badchars.

0 commit comments

Comments
 (0)