Skip to content

0.1.5

Compare
Choose a tag to compare
@postmodern postmodern released this 20 Jun 05:39
· 86 commits to main since this release
v0.1.5
  • Fixed order of arguments passed to TCPServer.new in Ronin::Payloads::Mixins::ReverseShell#perform_prelaunch which was preventing reverse shells from opening a local TCP server socket.

Payloads

  • Fixed the module namespace for the Ronin::Payloads::CMD::Node::ReverseShell payload (aka cmd/node/reverse_shell).

CLI

  • Automatically create the parent directory of the new payload file, if it doesn't exist, when running ronin-payloads new path/to/new_payload.rb.
  • Fixed typo in ronin-payloads encode man-page for the -E,--encoder option.