{"id":13510819,"url":"https://github.com/jeffzh3ng/fuxi","last_synced_at":"2025-05-16T06:06:29.586Z","repository":{"id":33035308,"uuid":"137179404","full_name":"jeffzh3ng/fuxi","owner":"jeffzh3ng","description":"Penetration Testing Platform","archived":false,"fork":false,"pushed_at":"2022-07-06T20:15:23.000Z","size":21899,"stargazers_count":1339,"open_issues_count":12,"forks_count":373,"subscribers_count":81,"default_branch":"v2.1","last_synced_at":"2024-10-29T21:01:15.178Z","etag":null,"topics":["penetration-testing","pentest-tool","security","vulnerability"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jeffzh3ng.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-06-13T07:32:07.000Z","updated_at":"2024-10-29T07:44:10.000Z","dependencies_parsed_at":"2022-07-31T10:38:08.768Z","dependency_job_id":null,"html_url":"https://github.com/jeffzh3ng/fuxi","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeffzh3ng%2Ffuxi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeffzh3ng%2Ffuxi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeffzh3ng%2Ffuxi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeffzh3ng%2Ffuxi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jeffzh3ng","download_url":"https://codeload.github.com/jeffzh3ng/fuxi/tar.gz/refs/heads/v2.1","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254478190,"owners_count":22077676,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["penetration-testing","pentest-tool","security","vulnerability"],"created_at":"2024-08-01T02:01:55.215Z","updated_at":"2025-05-16T06:06:24.577Z","avatar_url":"https://github.com/jeffzh3ng.png","language":"Python","funding_links":[],"categories":["Python","\u003ca id=\"1233584261c0cd5224b6e90a98cc9a94\"\u003e\u003c/a\u003e渗透\u0026\u0026offensive\u0026\u0026渗透框架\u0026\u0026后渗透框架","Python (1887)","\u003ca id=\"5dd93fbc2f2ebc8d98672b2d95782af3\"\u003e\u003c/a\u003e工具","vulnerability","Security"],"sub_categories":["\u003ca id=\"2e40f2f1df5d7f93a7de47bf49c24a0e\"\u003e\u003c/a\u003e未分类-Pentest","CI/CD"],"readme":"# Fuxi 2.1 - developing\n\n![Version](https://img.shields.io/badge/Version-Alpha--v2.1-red)\n[![Python](https://img.shields.io/badge/Python-3.6%20%7C%203.7-blue)](https://www.python.org/)\n[![GitHub license](https://img.shields.io/badge/License-MIT-green)](https://github.com/jeffzh3ng/fuxi/blob/master/LICENSE)\n[![GitHub stars](https://img.shields.io/github/stars/jeffzh3ng/fuxi?style=social)](https://github.com/jeffzh3ng/fuxi/stargazers)\n[![Fork](https://img.shields.io/github/forks/jeffzh3ng/fuxi?style=social)](https://github.com/jeffzh3ng/fuxi/fork)\n\nFuxi is cross-platform compatible and works in any Python 3.x environment including Linux, Mac OSX and Windows.\n\n## Getting Started\n\n### Docker\n\n```shell\ndocker pull jeffzh3ng/fuxi\ndocker run -itd --name fuxi_docker -p 5000:50020 jeffzh3ng/fuxi:latest\n```\n\n##### Wait about 15 seconds for the service to start, then visit: [http://127.0.0.1:5000](http://127.0.0.1:5000)\n\n\u003e - Default username: fuxi \n\u003e - Default password: whoami\n\u003e - Application restart: `docker restart fuxi_docker`\n\n#### How to persist data\n\n```shell\ndocker run -itd --name fuxi_docker -p 5000:50020 -v /your_volume/fuxi:/data jeffzh3ng/fuxi:latest\n```\n\nThe data and logs will be saved to `/your_volume/fuxi`\n\n### Installation\n\nDependency: `Linux` `python3.x` `redis` `mongoDB`\n\nGet the project:\n\n```shell\ngit clone https://github.com/jeffzh3ng/fuxi.git\ncd fuxi\npip install -r requirements.txt\n```\n\nCreating configuration file:\n\n```shell\ncd instance/\ncp _config.py config.py\nvi config.py\n```\n\nBegin using `fuxi`\n\n```shell\nchmod +x fuxi_manage.sh\n./fuxi_manage.sh\n```\n\n\u003e - Default username: fuxi \n\u003e - Default password: whoami\n\n![demo_1](docs/img/2020_04_05_02_demo.png)\n![demo_1](docs/img/2020_03_20_02_demo.png)\n\n## Docs\n\n### [API Document](docs/fuxi_api_doc_chinese.md)\n\n\n## Issues\n\n##### \u0026nbsp;\u0026nbsp;Github:\u0026nbsp;\u0026nbsp;\u0026nbsp;[New issue](https://github.com/jeffzh3ng/fuxi/issues/new)\n##### \u0026nbsp;\u0026nbsp;E-Mail:\u0026nbsp;\u0026nbsp;\u0026nbsp;\u003cjeffzh3ng@gmail.com\u003e\n##### \u0026nbsp;\u0026nbsp;Telegram:\u0026nbsp;\u0026nbsp;\u0026nbsp;\u003chttps://t.me/jeffzh3ng\u003e\n##### \u0026nbsp;\u0026nbsp;WeChat:\u0026nbsp;\u0026nbsp;\u0026nbsp;[QR Code](https://raw.githubusercontent.com/jeffzh3ng/fuxi/v2.1/docs/img/wechat.jpeg)\n*Feel free to contact me if you have any questions or suggestions.*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeffzh3ng%2Ffuxi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjeffzh3ng%2Ffuxi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeffzh3ng%2Ffuxi/lists"}