Add some checks in buffer.rb and fix option in msfvenom

This commit is contained in:
Wei Chen
2018-04-11 13:02:35 -05:00
parent 13edf66fa3
commit 19e76329dc
2 changed files with 15 additions and 1 deletions
+1 -1
View File
@@ -121,7 +121,7 @@ def parse_args(args)
opts[:encryption_key] = e
end
opt.on('--encrypt-iv <value>', String, 'An init vector for the encryption') do |e|
opt.on('--encrypt-iv <value>', String, 'An initialization vector for the encryption') do |e|
opts[:encryption_iv] = e
end