Remove unecessary print from #generate in payloads.
parent
801dda2b09
commit
cd98c4654d
|
@ -37,11 +37,7 @@ module Metasploit3
|
||||||
# Constructs the payload
|
# Constructs the payload
|
||||||
#
|
#
|
||||||
def generate
|
def generate
|
||||||
# Future proof for PrependEncoder
|
super + command_string
|
||||||
ret = super + command_string
|
|
||||||
# For copy-paste to files or other sessions
|
|
||||||
vprint_good(ret)
|
|
||||||
return ret
|
|
||||||
end
|
end
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
|
@ -34,11 +34,7 @@ module Metasploit3
|
||||||
# Constructs the payload
|
# Constructs the payload
|
||||||
#
|
#
|
||||||
def generate
|
def generate
|
||||||
# Future proof for PrependEncoder
|
super + command_string
|
||||||
ret = super + command_string
|
|
||||||
# For copy-paste to files or other sessions
|
|
||||||
vprint_good(ret)
|
|
||||||
return ret
|
|
||||||
end
|
end
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue