8000 Tags · victpork/sshsyrup · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: victpork/sshsyrup

Tags

v0.6.1

Toggle v0.6.1's commit message
Same deployment as v0.6.0, just to fix CI script and bump to v0.6.1

Features:
- Report IP to AbuseIPDB (https://www.abuseipdb.com/)
- Support simple shell interpret (#32)
- Add filesize limit for scp/sftp upload (#20)
- Add config param server.allowRetryLogin , server.retryDelay
- Add cmdOutput - associate text file content to command output in fake shell.
- Add lspci and lscpu

Bugfixs:
- Eliminate prompt when user use command "exit" in terminal

Enhancements:
- Refactor and clean up much of the code. Move ssh-related logic to separate package rather than syrup/main
- Make config param names more consistent
- Switch default config format to YAML

Deployment/Documentation:
- Compile with Go 1.11 along with go module
- Rewrite Dockerfile, Travis CI script
- Update documentation

v0.6.0

Toggle v0.6.0's commit message
Features:

- Report IP to AbuseIPDB (https://www.abuseipdb.com/)
- Support simple shell interpret (#32)
- Add filesize limit for scp/sftp upload (#20)
- Add config param server.allowRetryLogin , server.retryDelay
- Add cmdOutput - associate text file content to command output in fake shell.
- Add lspci and lscpu

Bugfixs:
- Eliminate prompt when user use command "exit" in terminal

Enhancements:
- Refactor and clean up much of the code. Move ssh-related logic to separate package rather than syrup/main
- Make config param names more consistent
- Switch default config format to YAML

Deployment/Documentation:
- Compile with Go 1.11 along with go module
- Rewrite Dockerfile, Travis CI script
- Update documentation

v0.5.0

Toggle v0.5.0's commit message
Addh shell lexer, add various commands

0.4.0

Toggle 0.4.0's commit message
Switch to viper for config, add SCP support, add rate limiter and ran…

…dom delay, add various commands

v0.4.0

Toggle v0.4.0's commit message
Update readme to include recent changes

0.0.3

Toggle 0.0.3's commit message
Add SFTP for upload/download, proper command panic handling,

0.0.2

Toggle 0.0.2's commit message
Add ls and pwd command

0.0.1

Toggle 0.0.1's commit message
FIx tarvis build script (again :(

0