diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2019-06-29 11:10:27 -0400 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2019-06-29 11:10:27 -0400 |
commit | c1812a9fdb8c3a80e8ecde97f1627421e7815f70 (patch) | |
tree | edeaeca94df74157be7d98f4bb1e95b7b657b814 /README.md | |
parent | 8b49dea5166b11fed6c6206e95119ae00dc8ea20 (diff) | |
download | cmd2-git-c1812a9fdb8c3a80e8ecde97f1627421e7815f70.tar.gz |
Updated CHANGELOG with more details on breaking changes to poutput and perror
Also:
- Updated README with more info on a couple more open-source applications using cmd2
Diffstat (limited to 'README.md')
-rwxr-xr-x | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -355,12 +355,16 @@ Here are a few examples of open-source projects which use `cmd2`: * [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 +* [psiTurk](https://psiturk.org) + * An open platform for science on Amazon Mechanical Turk * [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 +* [FLASHMINGO](https://github.com/fireeye/flashmingo) + * Automatic analysis of SWF files based on some heuristics. Extensible via plugins. * [tomcatmanager](https://github.com/tomcatmanager/tomcatmanager) * A command line tool and python library for managing a tomcat server * [mptcpanalyzer](https://github.com/teto/mptcpanalyzer) |