https://github.com/chalbersma/manowar
Jellyfish opensourced, a tool for profiling servers.
https://github.com/chalbersma/manowar
security
Last synced: 6 months ago
JSON representation
Jellyfish opensourced, a tool for profiling servers.
- Host: GitHub
- URL: https://github.com/chalbersma/manowar
- Owner: chalbersma
- License: bsd-2-clause
- Created: 2018-07-05T23:10:17.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-04-03T23:21:20.000Z (over 6 years ago)
- Last Synced: 2025-09-25T04:39:19.551Z (9 months ago)
- Topics: security
- Language: Python
- Homepage: https://chalbersma.github.io/manowar/
- Size: 15.2 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
- Audit: audittools/__init__.py
Awesome Lists containing this project
README
# Manowar
> Manowar, it stores info about your servers and analyzes it for you if you ask it to.
## Description
Manowar is a tool designed to help people profile and analyze their server
fleets for for various things. With is companion tool, audittools
it can check environments for a series of common vulnerabilities that one might
wish to check against.
The goal is to build and centrally store a commonlly formatted
set of data for each server in your environment that you can use to analyze
and answer questions quickly about your environment with.
## Install
Installation is unfortunately manual at the moment. There are some pidgin examples
of how to install in the `travis/` directory. In the future, ports to replace
EdgeCast specific deployment code should be added.
## Security
[Bandit](https://github.com/PyCQA/bandit) is utilized in travis for automatic
code scanning. Generally, if your python code doesn't pass a bandit check it won't be
accepted in. Additionally, [shellcheck](https://www.shellcheck.net/) is utilized
for bash code, same rules apply.
## Contributing
Please refer to the `contributing.md` file for information about how to get involved. We welcome issues, questions, and pull requests. Pull Requests are welcome.
## Maintainers
Chris Halbersma : chris+manowar@halbersma.us
## Usage
See the `install.md` file for instruction on how to get the project running. The apis will by default start on localhost
on ports 5000 and 5001.
## License
Code is made available under a [BSD-2-Clause](https://opensource.org/licenses/BSD-2-Clause) license (see `LICENSE` file).