Method: Rex::Exploitation::CmdStagerVBS#encode_payload
- Defined in:
- lib/rex/exploitation/cmdstager/vbs.rb
#encode_payload(opts) ⇒ Object
Simple base64…
54 55 56 |
# File 'lib/rex/exploitation/cmdstager/vbs.rb', line 54 def encode_payload(opts) Rex::Text.encode_base64(@exe) end |