Metadata-Version: 2.1
Name: muraho
Version: 4.0.2
Summary: A Modular Pentest Framework
Home-page: UNKNOWN
Author: dgatwist
Author-email: dgatwist@gmail.com
License: MIT
Project-URL: Packages, https://github.com/dgatwist/muraho/blob/main/PACKAGES.md
Project-URL: Changelog, https://github.com/dgatwist/muraho/blob/main/CHANGELOG.md
Project-URL: Tracker, https://github.com/dgatwist/muraho/issues
Project-URL: Source, https://github.com/dgatwist/muraho
Keywords: muraho
Platform: UNKNOWN
Classifier: Topic :: Internet
Classifier: Topic :: Security
Classifier: Framework :: Flake8
Classifier: Environment :: Console
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.7.0
Description-Content-Type: text/markdown
Provides-Extra: dev
License-File: LICENSE


<p align="center">
  <img src="https://raw.githubusercontent.com/dgatwist/muraho/main/images/muraho.png" width="600px" alt="dgatwist/muraho" />
</p>

# fsociety

[![PyPI](https://img.shields.io/pypi/v/fsociety?color=orange&logo=pypi&logoColor=orange&style=flat-square)](https://pypi.org/project/fsociety/)
[![Python Version](https://img.shields.io/badge/python-3.7%2B-blue?logo=python&style=flat-square)](https://www.python.org/downloads/)
![PyPI - Downloads](https://img.shields.io/pypi/dm/fsociety?style=flat-square)
[![Docker Image Size (tag)](https://img.shields.io/docker/image-size/fsocietyteam/fsociety/latest?style=flat-square)](https://hub.docker.com/r/fsocietyteam/fsociety)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-organge.svg?logo=git&logoColor=organge&style=flat-square)](http://makeapullrequest.com)
[![Open in Visual Studio Code](https://img.shields.io/badge/VSCode-Open-0098FF?style=flat-square)](https://open.vscode.dev/fsociety-team/fsociety)
[![Twitter Follow](https://img.shields.io/twitter/follow/fsociety_team?color=blue&style=flat-square)](https://twitter.com/fsociety_team)

A Modular Pentest Framework

[![Packages](https://img.shields.io/badge/PACKAGES.md-red?style=flat-square)](https://github.com/dgatwist/muraho/blob/main/PACKAGES.md)
[![Changelog](https://img.shields.io/badge/CHANGELOG.md-red?style=flat-square)](https://github.com/dgatwist/muraho/blob/main/CHANGELOG.md)

<p align="center">
  <img src="https://raw.githubusercontent.com/dgatwist/muraho/main/images/cli.png" width="600px" alt="fsociety cli" />
</p>

## Install

```bash
pip install muraho
```

## Update

```bash
pip install --upgrade muraho
```

## Usage

```bash
usage: muraho [-h] [-i] [-s]

A Pentest Framework

optional arguments:
  -h, --help     show this help message and exit
  -i, --info     gets fsociety info
  -s, --suggest  suggest a tool
```


## Developing

```bash
git clone https://github.com/dgatwist/muraho.git
pip install -e ".[dev]"
```

## License

This software is licensed under the [MIT](https://github.com/dgatwist/muraho/blob/main/LICENSE) License.




