Skip to content

Commit 4c4a931

Browse files
committed
Land rapid7#3064, naughty talk cleanup
2 parents 60d0667 + f50d6c8 commit 4c4a931

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
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.

msfencode

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ altexe = nil
133133
inject = false
134134
exedir = nil # use default
135135

136-
# Parse the argument and rock that shit.
136+
# Parse the argument and rock it
137137
$args.parse(ARGV) { |opt, idx, val|
138138
case opt
139139
when "-i"

msfpayload

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ end
3838
cmd = nil
3939
rest = []
4040

41-
# Parse the argument and rock that shit.
41+
# Parse the argument and rock it
4242
$args.parse(ARGV) { |opt, idx, val|
4343
#puts "opt[%d]: #{opt.inspect} / #{val.inspect}" % idx
4444

tools/find_badchars.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def debug_buffer(name, buf)
6262
# Output
6363
new_badchars = ''
6464

65-
# Parse the argument and rock that shit.
65+
# Parse the argument and rock it
6666
$args.parse(ARGV) { |opt, idx, val|
6767
case opt
6868
when "-i"

0 commit comments

Comments
 (0)