Releases: WangYihang/Platypus
Releases · WangYihang/Platypus
v1.2.9
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
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
- Improve user experience (eg: print RaaS helper)
- Recover prompt line when the client is deleted
- Fix failed test cases on RaaS
- Demonstrating video on asciinema.org
v1.2.6
- Reduct binary size via ldflags and upx.
v1.2.5
- 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 - Use go-bindata to keep platypus dependency-free, which means all you need is a single stand-alone file
v1.2.4
v1.2.2
- Support for case insensitive command prefix completion
- Refine user interface
2.1 Uploading progress bar
2.2List
command will generate a table instead of plain description
2.3 Change prompt while interacting with a specific client - Download/Upload implementation
- Upgrade OS detection, support for several unix-like operating system
- Performance improvement
v1.2.1
- Support for case insensitive commands
- Support for case insensitive commands prefix completion
v1.2.0
- 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
- RESTful API
- Reverse shell as a service