Skip to content

Releases: WangYihang/Platypus

v1.2.9

21 Mar 06:51
Compare
Choose a tag to compare
1. Add `Alias` command which gives a session a human friendly name
2. Solve conflicts on the sessions from the same machine
3. Direct nohup output to /dev/null

v1.2.8

19 Mar 08:27
Compare
Choose a tag to compare
1. display command execution results while using DataDispatch
2. fix several bugs, eg: incorrect help info when starting a server
3. improve performance

v1.2.7

25 Jan 10:34
Compare
Choose a tag to compare
  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

24 Jan 11:26
Compare
Choose a tag to compare
  1. Reduct binary size via ldflags and upx.

v1.2.5

24 Jan 11:02
Compare
Choose a tag to compare
  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

24 Jan 07:34
Compare
Choose a tag to compare
v1.2.4 Pre-release
Pre-release
  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

01 Mar 10:48
Compare
Choose a tag to compare
  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

29 Feb 09:06
Compare
Choose a tag to compare
  • Support for case insensitive commands
  • Support for case insensitive commands prefix completion

v1.2.0

27 Aug 04:44
Compare
Choose a tag to compare
  • 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

24 Oct 05:40
Compare
Choose a tag to compare
  • RESTful API
  • Reverse shell as a service