Skip to content

Commit

Permalink
Merge pull request #2 from qtc-de/develop
Browse files Browse the repository at this point in the history
Prepare v1.1.0 Release #2
  • Loading branch information
qtc-de authored Aug 7, 2022
2 parents 8e24ce6 + 7f34268 commit 5bd570f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* `webshell.php`: `812cbbf7fd27976ab0576ead9f565c54eb2f41500c7b3da9bde06f0f7c6f89e6`
* `webshell.jsp`: `1c06b43aa06decd1d2a5e1be4a4aeb6c4db325f42018dcd920eeb686c9108586`
* `webshell.aspx`: `6294b0be29209434152ac7c16980229e5d44a0d70ee514940d611f22a1e2441a`
* `webshell-cli.py`: `aa3f7138537e1680d2c623f01faa7bbc7c5b7e1a25a338713c30ae02b3dea021`
* `webshell-cli.py`: `3aa1016d9d9b4ad9a0d66d12042796369e606f4214596faf7e935973c2cba9b3`


## [1.0.0] - Apr 29, 2022
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ variables and allows easy uploads and downloads of files.

![](https://github.com/qtc-de/webshell-cli/workflows/main%20Python%20CI/badge.svg?branch=main)
![](https://github.com/qtc-de/webshell-cli/workflows/develop%20Python%20CI/badge.svg?branch=develop)
[![](https://img.shields.io/badge/version-1.0.0-blue)](https://github.com/qtc-de/webshell-cli/releases)
[![](https://img.shields.io/badge/version-1.1.0-blue)](https://github.com/qtc-de/webshell-cli/releases)
![](https://img.shields.io/badge/python-9%2b-blue)
[![](https://img.shields.io/badge/license-GPL%20v3.0-blue)](https://github.com/qtc-de/webshell-cli/blob/master/LICENSE)

Expand Down
2 changes: 1 addition & 1 deletion webshell-cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,7 @@ def handle_cmd(self, cmd: str) -> str:

history = str(pathlib.Path.home().joinpath('.webshell_cli_history'))

parser = argparse.ArgumentParser(description='''webshell-cli v1.0.0 - A simple command line interface for webshells''')
parser = argparse.ArgumentParser(description='''webshell-cli v1.1.0 - A simple command line interface for webshells''')
parser.add_argument('url', help='url of the webshell')
parser.add_argument('-m', '--memory', action='store_true', help='use InMemoryHistory instead of FileHistory')
parser.add_argument('-f', '--file-history', metavar='file', default=history, help=f'history file (default: {history})')
Expand Down

0 comments on commit 5bd570f

Please sign in to comment.