phoenixc2


Namephoenixc2 JSON
Version 1.1 PyPI version JSON
download
home_page
SummaryA C2 Framework for Red Team Operations
upload_time2023-04-08 11:44:40
maintainer
docs_urlNone
authorScreamz2k
requires_python>=3.11
licenseLICENSE
keywords pentesting c2 redteam hacking
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <p align="center">
    <img align="center" src="pages/images/logo.png" width="100px" height="100px" alt="PhoenixC2" />
    <h1 align="center">PhoenixC2</h1>
    <p align="center"> An Open-Source C2-Framework written in pure Python3.</p>
</p>
<p align="center">
    <img align="center" src="https://github.com/screamz2k/PhoenixC2/actions/workflows/tests.yml/badge.svg"/>
    <img align="center" src="https://github.com/screamz2k/PhoenixC2/actions/workflows/docker.yml/badge.svg"/>
    <img align="center" src="https://github.com/screamz2k/PhoenixC2/actions/workflows/pypi-publish.yml/badge.svg"/>
</p>

## Disclaimer
This project is still in **development** and **not** ready for professional use.
This framework is intended for educational and research purposes only. The author and its affiliates do not endorse or condone any illegal or malicious activity conducted with this framework. Users of this framework are solely responsible for ensuring that their use of this framework is in compliance with all applicable laws and regulations.

## Features
- [x] Modern Web-Interface
- [x] Built for Teams and Organizations (Multi-User)
- [x] Customizable (Plugins, Modules, Kits)
- [x] Easy to use
- [x] Easy to extend
- [x] Supports different languages (Python, Go, ...)

### Planned Features
- [ ] Finished Web-Interface
- [ ] CLI-Interface
- [ ] Multi-Language Loaders
- [ ] More standard modules/kits/plugins
- [ ] Better documentation
- [ ] More tests

## Installation
Installation from source.
### Requirements
- Python3.11 =< 
- Go 1.15 =< 

### Command Line

```bash
git clone https://github.com/screamz2k/PhoenixC2.git
cd PhoenixC2
python3 -m pip install poetry
poetry install
```

## Usage

### Local

#### Start the server

```bash
poetry run phserver
```
The Web-Interface is available at [http://localhost:8080](http://localhost:8080) by default.

### Start the client
The client is **not** yet available.

## Docker

```bash
# server
docker run --network host screamz2k/phoenixc2 phserver
```


## Documentation
The documentation is available [here](https://screamz2k.gitbook.io/phoenixc2/)

## Contributing
Contributions are welcome! Please read the [contribution guidelines](https://github.com/screamz2k/PhoenixC2/.github/CONTRIBUTING.md) first.

## LICENSE
View license [here](https://github.com/screamz2k/PhoenixC2/LICENSE)

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "phoenixc2",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": "",
    "keywords": "pentesting,c2,redteam,hacking",
    "author": "Screamz2k",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/2e/b4/425e83470831e67cfa2de52b704350ff792048b8f0cbd40d0b3cf4fc4462/phoenixc2-1.1.tar.gz",
    "platform": null,
    "description": "<p align=\"center\">\n    <img align=\"center\" src=\"pages/images/logo.png\" width=\"100px\" height=\"100px\" alt=\"PhoenixC2\" />\n    <h1 align=\"center\">PhoenixC2</h1>\n    <p align=\"center\"> An Open-Source C2-Framework written in pure Python3.</p>\n</p>\n<p align=\"center\">\n    <img align=\"center\" src=\"https://github.com/screamz2k/PhoenixC2/actions/workflows/tests.yml/badge.svg\"/>\n    <img align=\"center\" src=\"https://github.com/screamz2k/PhoenixC2/actions/workflows/docker.yml/badge.svg\"/>\n    <img align=\"center\" src=\"https://github.com/screamz2k/PhoenixC2/actions/workflows/pypi-publish.yml/badge.svg\"/>\n</p>\n\n## Disclaimer\nThis project is still in **development** and **not** ready for professional use.\nThis framework is intended for educational and research purposes only. The author and its affiliates do not endorse or condone any illegal or malicious activity conducted with this framework. Users of this framework are solely responsible for ensuring that their use of this framework is in compliance with all applicable laws and regulations.\n\n## Features\n- [x] Modern Web-Interface\n- [x] Built for Teams and Organizations (Multi-User)\n- [x] Customizable (Plugins, Modules, Kits)\n- [x] Easy to use\n- [x] Easy to extend\n- [x] Supports different languages (Python, Go, ...)\n\n### Planned Features\n- [ ] Finished Web-Interface\n- [ ] CLI-Interface\n- [ ] Multi-Language Loaders\n- [ ] More standard modules/kits/plugins\n- [ ] Better documentation\n- [ ] More tests\n\n## Installation\nInstallation from source.\n### Requirements\n- Python3.11 =< \n- Go 1.15 =< \n\n### Command Line\n\n```bash\ngit clone https://github.com/screamz2k/PhoenixC2.git\ncd PhoenixC2\npython3 -m pip install poetry\npoetry install\n```\n\n## Usage\n\n### Local\n\n#### Start the server\n\n```bash\npoetry run phserver\n```\nThe Web-Interface is available at [http://localhost:8080](http://localhost:8080) by default.\n\n### Start the client\nThe client is **not** yet available.\n\n## Docker\n\n```bash\n# server\ndocker run --network host screamz2k/phoenixc2 phserver\n```\n\n\n## Documentation\nThe documentation is available [here](https://screamz2k.gitbook.io/phoenixc2/)\n\n## Contributing\nContributions are welcome! Please read the [contribution guidelines](https://github.com/screamz2k/PhoenixC2/.github/CONTRIBUTING.md) first.\n\n## LICENSE\nView license [here](https://github.com/screamz2k/PhoenixC2/LICENSE)\n",
    "bugtrack_url": null,
    "license": "LICENSE",
    "summary": "A C2 Framework for Red Team Operations",
    "version": "1.1",
    "split_keywords": [
        "pentesting",
        "c2",
        "redteam",
        "hacking"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7e92854a594426bf0869a50391bf498aad95f084bb4bf83952206e15f7b51582",
                "md5": "ea5715b2da1bb793476594a36e1bc929",
                "sha256": "cea340bc0442e62b7f3837591da5b1702b9de565a2cfae73d1f241abf0b15414"
            },
            "downloads": -1,
            "filename": "phoenixc2-1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ea5715b2da1bb793476594a36e1bc929",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 463343,
            "upload_time": "2023-04-08T11:44:38",
            "upload_time_iso_8601": "2023-04-08T11:44:38.525175Z",
            "url": "https://files.pythonhosted.org/packages/7e/92/854a594426bf0869a50391bf498aad95f084bb4bf83952206e15f7b51582/phoenixc2-1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2eb4425e83470831e67cfa2de52b704350ff792048b8f0cbd40d0b3cf4fc4462",
                "md5": "72894e70f54f76963930ac67f7027219",
                "sha256": "45744e959201c4ebaba2ba1de0c533b87726c7b3b2e2a2c25f27cc366238a213"
            },
            "downloads": -1,
            "filename": "phoenixc2-1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "72894e70f54f76963930ac67f7027219",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 414781,
            "upload_time": "2023-04-08T11:44:40",
            "upload_time_iso_8601": "2023-04-08T11:44:40.502628Z",
            "url": "https://files.pythonhosted.org/packages/2e/b4/425e83470831e67cfa2de52b704350ff792048b8f0cbd40d0b3cf4fc4462/phoenixc2-1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-08 11:44:40",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "phoenixc2"
}
        
Elapsed time: 0.05354s