Skip to content

Commit 537937a

Browse files
committed
Updated the ChangeLog for 0.1.5.
1 parent 2004274 commit 537937a

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

ChangeLog.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
### 0.1.5 / 2024-06-19
2+
3+
* Fixed order of arguments passed to `TCPServer.new` in
4+
{Ronin::Payloads::Mixins::ReverseShell#perform_prelaunch} which was preventing
5+
reverse shells from opening a local TCP server socket.
6+
7+
#### Payloads
8+
9+
* Fixed the module namespace for the {Ronin::Payloads::CMD::Node::ReverseShell}
10+
payload (aka `cmd/node/reverse_shell`).
11+
12+
#### CLI
13+
14+
* Automatically create the parent directory of the new payload file,
15+
if it doesn't exist, when running `ronin-payloads new path/to/new_payload.rb`.
16+
* Fixed typo in `ronin-payloads encode` man-page for the `-E,--encoder` option.
17+
118
### 0.1.4 / 2023-09-19
219

320
#### CLI

0 commit comments

Comments
 (0)