diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-06-10 09:49:30 -0400 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-06-10 09:49:30 -0400 |
commit | 273538ca647d9f50a92f11df621c26d2a65a3cc1 (patch) | |
tree | 0b9fec3f3dbcf7f5c899cda66fd20733bbefb357 | |
parent | 99856663b54b73d7c9f758d2830d48f879c0bc07 (diff) | |
parent | f64f9d559caa08b5649b9bd356af2812acf103bd (diff) | |
download | cmd2-git-273538ca647d9f50a92f11df621c26d2a65a3cc1.tar.gz |
Merge branch 'master' into script_refactor
-rwxr-xr-x | README.md | 16 |
1 files changed, 12 insertions, 4 deletions
@@ -353,11 +353,19 @@ Open source projects using cmd2 Here are a few examples of open-source projects which use `cmd2`: -* [cliff](https://github.com/openstack/cliff) - * OpenStack Command Line Interface Formulation Framework +* [CephFS Shell](http://docs.ceph.com/docs/master/cephfs/cephfs-shell/) + * [Ceph](https://ceph.com/) is a distributed object, block, and file storage platform +* [JSShell](https://github.com/Den1al/JSShell) + * An interactive multi-user web JavaScript shell +* [Jok3r](http://www.jok3r-framework.com) + * Network & Web Pentest Automation Framework +* [Poseidon](https://github.com/CyberReboot/poseidon) + * Leverages software-defined networks (SDNs) to acquire and then feed network traffic to a number of machine learning techniques +* [Unipacker](https://github.com/unipacker/unipacker) + * Automatic and platform-independent unpacker for Windows binaries based on emulation * [tomcatmanager](https://github.com/tomcatmanager/tomcatmanager) * A command line tool and python library for managing a tomcat server -* [clanvas](https://github.com/marklalor/clanvas) - * Command-line client for Canvas by Instructure * [mptcpanalyzer](https://github.com/teto/mptcpanalyzer) * Tool to help analyze mptcp pcaps +* [clanvas](https://github.com/marklalor/clanvas) + * Command-line client for Canvas by Instructure |