Skip to content

Commit 5bd570f

Browse files
authored
Merge pull request #2 from qtc-de/develop
Prepare v1.1.0 Release #2
2 parents 8e24ce6 + 7f34268 commit 5bd570f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2323
* `webshell.php`: `812cbbf7fd27976ab0576ead9f565c54eb2f41500c7b3da9bde06f0f7c6f89e6`
2424
* `webshell.jsp`: `1c06b43aa06decd1d2a5e1be4a4aeb6c4db325f42018dcd920eeb686c9108586`
2525
* `webshell.aspx`: `6294b0be29209434152ac7c16980229e5d44a0d70ee514940d611f22a1e2441a`
26-
* `webshell-cli.py`: `aa3f7138537e1680d2c623f01faa7bbc7c5b7e1a25a338713c30ae02b3dea021`
26+
* `webshell-cli.py`: `3aa1016d9d9b4ad9a0d66d12042796369e606f4214596faf7e935973c2cba9b3`
2727

2828

2929
## [1.0.0] - Apr 29, 2022

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ variables and allows easy uploads and downloads of files.
88

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

webshell-cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -756,7 +756,7 @@ def handle_cmd(self, cmd: str) -> str:
756756

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

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

0 commit comments

Comments
 (0)