1
0
mirror of https://github.com/calebstewart/pwncat.git synced 2024-11-27 19:04:15 +01:00
pwncat/CHANGELOG.md
Caleb Stewart 72c31e305e Removed release data and version from CHANGELOG
I will release a patch version once a couple other bugs
are fixed. Namely, the dockerhub building problems and
exception issues. In the meantime, the changes are listed
under "Unreleased".
2021-06-16 16:12:39 -04:00

2.1 KiB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

The Changelog starts with v0.4.1, because we did not keep one before that, and simply didn't have the time to go back and retroactively create one.

[Unreleased]

Changed

  • Changed session tracking so session IDs aren't reused
  • Changed zsh prompt to match CWD of other shell prompts

Fixed

  • Fixed syntax for f-strings in escalation command

[0.4.2] - 2021-06-15

Quick patch release due to corrected bug in ChannelFile which caused command output to be empty in some situations.

Fixed

  • Fixed linux.enumerate.system.network to work with old and new style ip.
  • Fixed ChannelFile.recvinto which will no longer raise BlockingIOError (#126, #131)
  • Fixed sessions command with invalid session ID (#130)
  • Fixed zsh shell prompt color syntax (#130)

Added

  • Added Pull Request template
  • Added CONTRIBUTING.md
  • Added --version option to entrypoint to retrieve pwncat version
  • Added latest tag to documented install command to prevent dev installs

[0.4.1] - 2021-06-14

Added

  • Differentiate prompt syntax for standard bash, zsh and sh (#126)
  • Added -c=never to ip command in linux.enumerate.system.network (#126)
  • Updated Dockerfile to properly build post-v0.4.0 releases (#125)
  • Added check for nologin shell to stop pwncat from accidentally closing the session (#116)
  • Resolved all flake8 errors (#123)
  • Improved EOF handling for Linux file-writes (#117)