fixing text description

This commit is contained in:
Paolo 'VoidSec' Stagno 2020-05-01 16:48:43 +02:00
parent 90304c5ced
commit aeebe6e0f1
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ class MetasploitModule < Msf::Encoder::Alphanum
})
register_options(
[
OptBase.new('BufferRegister',[true, "Register pointing to our shellcode", "ECX"])
OptBase.new('BufferRegister',[true, "The register that points to the encoded payload", "ECX"])
]
)
end

View File

@ -25,7 +25,7 @@ class MetasploitModule < Msf::Encoder::Alphanum
})
register_options(
[
OptBase.new('BufferRegister',[true, "Register pointing to our shellcode", "ECX"])
OptBase.new('BufferRegister',[true, "The register that points to the encoded payload", "ECX"])
]
)
end