Skip to content

Commit

Permalink
Updated the ChangeLog for 0.1.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Jun 20, 2024
1 parent 2004274 commit 537937a
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
### 0.1.5 / 2024-06-19

* 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.

### 0.1.4 / 2023-09-19

#### CLI
Expand Down

0 comments on commit 537937a

Please sign in to comment.