Metadata-Version: 2.1
Name: cybersf
Version: 3.2.9
Summary: A Modular Penetration Testing Framework
Home-page: https://khulnasoft.com/
Author: khulnasoft
Author-email: contact@khulnasoft.com
License: MIT
Project-URL: Packages, https://github.com/khulnasoft/cybersf/blob/main/PACKAGES.md
Project-URL: Changelog, https://github.com/khulnasoft/cybersf/blob/main/CHANGELOG.md
Project-URL: Funding, https://github.com/sponsors/thehappydinoa
Project-URL: Tracker, https://github.com/khulnasoft/cybersf/issues
Project-URL: Source, https://github.com/khulnasoft/cybersf
Keywords: cybersf
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
Requires-Dist: distro >=1.7.0
Requires-Dist: GitPython >=3.1.3
Requires-Dist: requests >=2.23.0
Requires-Dist: rich >=9.2.0
Provides-Extra: dev
Requires-Dist: black ==24.4.2 ; extra == 'dev'
Requires-Dist: flake8 ==7.0.0 ; extra == 'dev'
Requires-Dist: flake8-black ==0.3.6 ; extra == 'dev'
Requires-Dist: flake8-comprehensions ==3.14.0 ; extra == 'dev'
Requires-Dist: flake8-simplify ==0.21.0 ; extra == 'dev'
Requires-Dist: isort ==5.13.2 ; extra == 'dev'
Requires-Dist: mypy ==1.10.0 ; extra == 'dev'
Requires-Dist: pre-commit ==3.6.0 ; extra == 'dev'
Requires-Dist: twine ==4.0.2 ; extra == 'dev'


# cybersf

[![PyPI](https://img.shields.io/pypi/v/cybersf?color=orange&logo=pypi&logoColor=orange&style=flat-square)](https://pypi.org/project/cybersf/)
[![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/cybersf?style=flat-square)
[![Docker Image Size (tag)](https://img.shields.io/docker/image-size/khulnasoft/cybersf/latest?style=flat-square)](https://hub.docker.com/r/khulnasoft/cybersf)
[![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/khulnasoft/cybersf)
[![Twitter Follow](https://img.shields.io/twitter/follow/khulnasoft?color=blue&style=flat-square)](https://twitter.com/khulnasoft)

A Modular Penetration Testing Framework

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

## Install

```bash
pip install cybersf
```

## Update

```bash
pip install --upgrade cybersf
```

## Usage

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

A Penetration Testing Framework

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

## Docker

```bash
docker pull khulnasoft/cybersf
docker run -it khulnasoft/cybersf cybersf
```

## Developing

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

## License

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

![Fuck It Ship It](https://img.shields.io/badge/fuck%20it-ship%20it-blue?style=flat-square)


