Skip to content

Commit

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

#### CLI

* Correctly assign the `-d` short flag to `--debug` and the `-D` short flag to
`--dry-run` for the `ronin-exploits run` command.
* Multiple bug fixes to the `ronin-exploits new` command:
* Create the parent directory of the new exploit file, if it already doesn't
exist, when running `ronin-exploits new path/to/new_exploit.rb`.
* Fixed a bug where `ronin-exploits new -t open_redirect` was not being
accepted as a valid exploit type.
* Fixed a bug in `ronin-explotis new` where `-t xss` and `-t ssti` were not
adding placeholder `base_path` and `query_param` metadata attributes to the
newly generated exploit file.
* Fixed a typo in the example `escape_expr` metadata attribute added by
`ronin-exploits new -t ssti`.
* Fixed a spelling mistake in the new exploit template used by the
`ronin-exploits new` command.

### 1.0.4 / 2023-12-23

* Documentation fixes.
Expand Down

0 comments on commit c58aaa8

Please sign in to comment.