Method: Wpxf::Payload#post_exploit

Defined in:
lib/wpxf/core/payload.rb

#post_exploit(mod) ⇒ Boolean

Run payload specific post-exploit procedures.

Parameters:

  • mod (Module)

    the module using the payload.

Returns:

  • (Boolean)

    true if successful.



75
76
77
# File 'lib/wpxf/core/payload.rb', line 75

def post_exploit(mod)
  true if mod
end