WangYihang Platypus Versions Save

:hammer: A modern multiple reverse shell sessions manager written in go

v1.2.9

3 years ago

v1.2.8

3 years ago

v1.2.7

3 years ago
  1. Improve user experience (eg: print RaaS helper)
  2. Recover prompt line when the client is deleted
  3. Fix failed test cases on RaaS
  4. Demonstrating video on asciinema.org

v1.2.6

3 years ago
  1. Reduct binary size via ldflags and upx.

v1.2.5

3 years ago
  1. Add support for config file (yml), when platypus started, it will detect the existence of config.yml 1.1. if not exists, it will create it by the template file 1.2. if exists, it will read and parse the configuration to initialize
  2. Use go-bindata to keep platypus dependency-free, which means all you need is a single stand-alone file

v1.2.4

3 years ago
  1. #30 Support for RaaS reverse shell multiple languages
  2. Fix Travis-CI build error
  3. Adjust downloading block size (from 64k to 16k)

v1.2.2

4 years ago
  1. Support for case insensitive command prefix completion
  2. Refine user interface 2.1 Uploading progress bar 2.2 List command will generate a table instead of plain description 2.3 Change prompt while interacting with a specific client
  3. Download/Upload implementation
  4. Upgrade OS detection, support for several unix-like operating system
  5. Performance improvement

v1.2.1

4 years ago
  • Support for case insensitive commands
  • Support for case insensitive commands prefix completion

v1.2.0

4 years ago
  • Support for the full interactive reverse shell which provides facilities to cope with CTRL+C and CTRL+Z
  • Windows support terminated due to the SIGTSTP signal handler

v1.1.0

5 years ago
  • RESTful API
  • Reverse shell as a service