We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2004274 commit 537937aCopy full SHA for 537937a
ChangeLog.md
@@ -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
18
### 0.1.4 / 2023-09-19
19
20
#### CLI
0 commit comments