Skip to content

Commit

Permalink
Update changelog after PRs #272 and #273
Browse files Browse the repository at this point in the history
  • Loading branch information
Francis Labelle committed Jan 5, 2021
1 parent a1f67f5 commit 83a509a
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,29 @@ For a detailed view of what has changed, refer to the {uri-repo}/commits/master[

== master - <unreleased>

=== Enhancements

*Tools*

* Added a JSON output format to `pyrdp-convert` (See {uri-issue}236[#236])

*MITM*

* Files intercepted or crawled by the MITM are now named according to the sha1 hash of their contents and stored in the `pyrdp_output/files` folder (see {uri-issue}261[#261])
* Files that are currently being downloaded by the MITM but are not complete are stored in the `pyrdp_output/files/tmp` folder
* Both the file stealer and the file crawler components now mimick the victim's filesystem by creating the same file hierarchy in the `pyrdp_output/filesystems/<SESSION_ID>` folders. Files in these folders are symbolic links to files in the `pyrdp_output/files` folder to avoid useless duplication. (See {uri-issue}270[#270])
* Removed `mapping.json` file since all the information it would contain can be obtained by checking the `pyrdp_output/filesystems` folder
* Added tests for the DeviceRedirectionMITM and FileMapping classes

=== Bug fixes

* Fixed a bug preventing files opened by the RDPDR file stealer from being closed ({uri-issue}264[#264])
* Fixed an issue with ghost mouse pointers in replays converted to MP4 ({uri-issue}271[#271])

=== Infrastructure

* Add automated tests to CI configuration

== 1.0.0 - 2020-10-19

We added many interesting features in the last couple of months and have used this tool in enough contexts to officially mark it as stable.
Expand Down

0 comments on commit 83a509a

Please sign in to comment.