<h1 align="center">MoliGeek</h1>
<p align="center">一款逐渐完善的python集成工具,努力为开发者提供最大的便利</p>
<!-- PROJECT SHIELDS -->
<p align="center">
<img src="https://img.shields.io/github/contributors/yourmoln/moligeek.svg?style=flat-square">
<img src="https://img.shields.io/github/forks/yourmoln/moligeek.svg?style=flat-square">
<img src="https://img.shields.io/github/stars/yourmoln/moligeek.svg?style=flat-square">
<img src="https://img.shields.io/github/issues/yourmoln/moligeek.svg?style=flat-square">
<a href="https://github.com/yourmoln/moligeek/blob/main/LICENSE"><img src="https://img.shields.io/github/license/yourmoln/moligeek.svg?style=flat-square"></a>
</p>
<!-- PROJECT LOGO -->
<br />
<p align="center">
<a href="https://github.com/yourmoln/moligeek">
<img src="https://raw.githubusercontent.com/yourmoln/moligeek/main/logo.ico" alt="Logo">
</a>
<h3 align="center">moligeek</h3>
<p align="center">
打造最完善的python工具!
<br />
<a href="https://github.com/yourmoln/moligeek#%E7%9B%AE%E5%BD%95"><strong>探索本项目的文档 »</strong></a>
<br />
<br />
<a href="https://www.bilibili.com/video/BV1vG411P79B/">查看Demo</a>
·
<a href="https://github.com/yourmoln/moligeek/issues/new?assignees=&labels=bug&projects=&template=bug_report.md&title=%5BBug%5D%E6%88%91%E5%8F%91%E7%8E%B0%E4%B8%80%E4%B8%AA%E6%96%B0%E7%9A%84Bug%3A">报告Bug</a>
·
<a href="https://github.com/yourmoln/moligeek/issues/new?assignees=&labels=help+wanted&projects=&template=feature_request.md&title=%5BFeature+Request%5D%E6%88%91%E6%9C%89%E4%B8%80%E4%B8%AA%E6%96%B0%E7%9A%84%E5%8A%9F%E8%83%BD%E5%BB%BA%E8%AE%AE%3A">提出新特性</a>
</p>
</p>
<h2>目录</h2>
- [运行环境安装](#运行环境安装)
- [Termux](#termux)
- [Windows](#windows)
- [Linux](#linux)
- [使用需求](#使用需求)
- [现有功能](#现有功能)
- [开发环境](#开发环境)
- [如何参与开源项目](#如何参与开源项目)
- [作者](#作者)
- [版权说明](#版权说明)
- [特别鸣谢](#特别鸣谢)
## 运行环境安装
### Termux
**快速安装**
1.Termux可依次运行以下指令进行安装
```
apt install python
pip install moligeek
```
2.输入moligeek开始运行
```
moligeek
```
**传统安装**
1.Termux可依次运行以下指令进行安装
```
apt install python
apt install git
git clone https://github.com/yourmoln/moligeek.git
```
2.安装完成后可用以下指令运行
```
python ./moligeek/main.py
```
3.若安装过程出现意外,请使用以下指令换源后重新尝试以上指令
```
sed -i 's@^\(deb.*stable main\)$@#\1\ndeb https://mirrors.tuna.tsinghua.edu.cn/termux/apt/termux-main stable main@' $PREFIX/etc/apt/sources.list
apt update && apt upgrade
```
### Windows
**以下为三种不同的安装方式**
1. 在本仓库的[releases](https://github.com/yourmoln/moligeek/releases)下载windows版本的moligeek
2. 如果Windows版本高于16299(Windows 10 1709)并且软件包安装程序为最新版本,可尝试使用Winget命令安装moligeek
```
winget install moligeek
```
3. 使用python运行本仓库的源代码
---
### Linux
**Debian & Ubuntu**
```sh
apt install python
```
**CentOS**
```sh
yum install python
```
## 使用需求
**快速安装**
```sh
pip install moligeek
```
输入moligeek直接运行即可
**传统安装**
1. 安装脚本
```sh
git clone https://github.com/yourmoln/moligeek.git
```
2. 运行脚本
```sh
python ./moligeek/main.py
```
请在项目根目录下运行该指令
### 现有功能
1. 下载源码
2. 提交表单
3. 后台扫描
4. dos攻击
5. zip破解
6. 密文处理
持续更新中...
### 开发环境
[python](https://python.org)
**依赖**
- 请在[requirements.txt](https://github.com/yourmoln/moligeek/blob/main/requirements.txt)查看
- ps:脚本运行时会自动安装缺失依赖
### 如何参与开源项目
贡献使开源社区成为一个学习、激励和创造的绝佳场所。你所作的任何贡献都是**非常感谢**的。
1. Fork the Project
2. Create your Feature Branch
3. Commit your Changes
4. Push to the Branch
5. Open a Pull Request
### 作者
[yourmoln](https://github.com/yourmoln)
qq交流群:564136017
*您也可以在贡献者名单中参看所有参与该项目的开发者。*
### 版权说明
该项目签署了Apache-2.0 授权许可,详情请参阅 [LICENSE.txt](https://github.com/yourmoln/moligeek/blob/main/LICENSE)
### 特别鸣谢
- [miaobuao](https://github.com/miaobuao)
- [CoolPlayLin](https://github.com/CoolPlayLin)
<!-- links -->
[your-project-path]:yourmoln/moligeek
[contributors-shield]: https://img.shields.io/github/contributors/yourmoln/moligeek.svg?style=flat-square
[contributors-url]: https://github.com/yourmoln/moligeek/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/yourmoln/moligeek.svg?style=flat-square
[forks-url]: https://github.com/yourmoln/moligeek/network/members
[stars-shield]: https://img.shields.io/github/stars/yourmoln/moligeek.svg?style=flat-square
[stars-url]: https://github.com/yourmoln/moligeek/stargazers
[issues-shield]: https://img.shields.io/github/issues/yourmoln/moligeek.svg?style=flat-square
[issues-url]: https://github.com/yourmoln/moligeek/issues
[license-shield]: https://img.shields.io/github/license/yourmoln/moligeek.svg?style=flat-square
[license-url]: https://github.com/yourmoln/moligeek/blob/main/LICENSE
Raw data
{
"_id": null,
"home_page": "https://github.com/yourmoln/moligeek",
"name": "moligeek",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": "",
"keywords": "",
"author": "yourmoln",
"author_email": "yourmoln@outlook.com",
"download_url": "https://files.pythonhosted.org/packages/1b/48/556ea3d21ac356a9e7f42cd4293f635bc44c0042465b9da18c7b639f4707/moligeek-1.1.1.tar.gz",
"platform": null,
"description": "<h1 align=\"center\">MoliGeek</h1>\r\n\r\n<p align=\"center\">\u4e00\u6b3e\u9010\u6e10\u5b8c\u5584\u7684python\u96c6\u6210\u5de5\u5177,\u52aa\u529b\u4e3a\u5f00\u53d1\u8005\u63d0\u4f9b\u6700\u5927\u7684\u4fbf\u5229</p>\r\n<!-- PROJECT SHIELDS -->\r\n\r\n<p align=\"center\">\r\n<img src=\"https://img.shields.io/github/contributors/yourmoln/moligeek.svg?style=flat-square\">\r\n<img src=\"https://img.shields.io/github/forks/yourmoln/moligeek.svg?style=flat-square\">\r\n<img src=\"https://img.shields.io/github/stars/yourmoln/moligeek.svg?style=flat-square\">\r\n<img src=\"https://img.shields.io/github/issues/yourmoln/moligeek.svg?style=flat-square\">\r\n<a href=\"https://github.com/yourmoln/moligeek/blob/main/LICENSE\"><img src=\"https://img.shields.io/github/license/yourmoln/moligeek.svg?style=flat-square\"></a>\r\n</p>\r\n\r\n<!-- PROJECT LOGO -->\r\n<br />\r\n\r\n<p align=\"center\">\r\n <a href=\"https://github.com/yourmoln/moligeek\">\r\n <img src=\"https://raw.githubusercontent.com/yourmoln/moligeek/main/logo.ico\" alt=\"Logo\">\r\n </a>\r\n\r\n <h3 align=\"center\">moligeek</h3>\r\n <p align=\"center\">\r\n \u6253\u9020\u6700\u5b8c\u5584\u7684python\u5de5\u5177!\r\n <br />\r\n <a href=\"https://github.com/yourmoln/moligeek#%E7%9B%AE%E5%BD%95\"><strong>\u63a2\u7d22\u672c\u9879\u76ee\u7684\u6587\u6863 \u00bb</strong></a>\r\n <br />\r\n <br />\r\n <a href=\"https://www.bilibili.com/video/BV1vG411P79B/\">\u67e5\u770bDemo</a>\r\n \u00b7\r\n <a href=\"https://github.com/yourmoln/moligeek/issues/new?assignees=&labels=bug&projects=&template=bug_report.md&title=%5BBug%5D%E6%88%91%E5%8F%91%E7%8E%B0%E4%B8%80%E4%B8%AA%E6%96%B0%E7%9A%84Bug%3A\">\u62a5\u544aBug</a>\r\n \u00b7\r\n <a href=\"https://github.com/yourmoln/moligeek/issues/new?assignees=&labels=help+wanted&projects=&template=feature_request.md&title=%5BFeature+Request%5D%E6%88%91%E6%9C%89%E4%B8%80%E4%B8%AA%E6%96%B0%E7%9A%84%E5%8A%9F%E8%83%BD%E5%BB%BA%E8%AE%AE%3A\">\u63d0\u51fa\u65b0\u7279\u6027</a>\r\n </p>\r\n\r\n</p>\r\n \r\n \r\n<h2>\u76ee\u5f55</h2>\r\n\r\n- [\u8fd0\u884c\u73af\u5883\u5b89\u88c5](#\u8fd0\u884c\u73af\u5883\u5b89\u88c5)\r\n - [Termux](#termux)\r\n - [Windows](#windows)\r\n - [Linux](#linux)\r\n- [\u4f7f\u7528\u9700\u6c42](#\u4f7f\u7528\u9700\u6c42)\r\n - [\u73b0\u6709\u529f\u80fd](#\u73b0\u6709\u529f\u80fd)\r\n - [\u5f00\u53d1\u73af\u5883](#\u5f00\u53d1\u73af\u5883)\r\n - [\u5982\u4f55\u53c2\u4e0e\u5f00\u6e90\u9879\u76ee](#\u5982\u4f55\u53c2\u4e0e\u5f00\u6e90\u9879\u76ee)\r\n - [\u4f5c\u8005](#\u4f5c\u8005)\r\n - [\u7248\u6743\u8bf4\u660e](#\u7248\u6743\u8bf4\u660e)\r\n - [\u7279\u522b\u9e23\u8c22](#\u7279\u522b\u9e23\u8c22)\r\n\r\n## \u8fd0\u884c\u73af\u5883\u5b89\u88c5\r\n\r\n### Termux\r\n**\u5feb\u901f\u5b89\u88c5** \r\n1.Termux\u53ef\u4f9d\u6b21\u8fd0\u884c\u4ee5\u4e0b\u6307\u4ee4\u8fdb\u884c\u5b89\u88c5\r\n```\r\napt install python\r\npip install moligeek\r\n```\r\n2.\u8f93\u5165moligeek\u5f00\u59cb\u8fd0\u884c\r\n```\r\nmoligeek\r\n```\r\n\r\n**\u4f20\u7edf\u5b89\u88c5** \r\n1.Termux\u53ef\u4f9d\u6b21\u8fd0\u884c\u4ee5\u4e0b\u6307\u4ee4\u8fdb\u884c\u5b89\u88c5\r\n```\r\napt install python\r\napt install git\r\ngit clone https://github.com/yourmoln/moligeek.git\r\n```\r\n2.\u5b89\u88c5\u5b8c\u6210\u540e\u53ef\u7528\u4ee5\u4e0b\u6307\u4ee4\u8fd0\u884c\r\n```\r\npython ./moligeek/main.py\r\n```\r\n3.\u82e5\u5b89\u88c5\u8fc7\u7a0b\u51fa\u73b0\u610f\u5916\uff0c\u8bf7\u4f7f\u7528\u4ee5\u4e0b\u6307\u4ee4\u6362\u6e90\u540e\u91cd\u65b0\u5c1d\u8bd5\u4ee5\u4e0a\u6307\u4ee4\r\n```\r\nsed -i 's@^\\(deb.*stable main\\)$@#\\1\\ndeb https://mirrors.tuna.tsinghua.edu.cn/termux/apt/termux-main stable main@' $PREFIX/etc/apt/sources.list\r\napt update && apt upgrade\r\n```\r\n### Windows\r\n**\u4ee5\u4e0b\u4e3a\u4e09\u79cd\u4e0d\u540c\u7684\u5b89\u88c5\u65b9\u5f0f**\r\n1. \u5728\u672c\u4ed3\u5e93\u7684[releases](https://github.com/yourmoln/moligeek/releases)\u4e0b\u8f7dwindows\u7248\u672c\u7684moligeek\r\n2. \u5982\u679cWindows\u7248\u672c\u9ad8\u4e8e16299(Windows 10 1709)\u5e76\u4e14\u8f6f\u4ef6\u5305\u5b89\u88c5\u7a0b\u5e8f\u4e3a\u6700\u65b0\u7248\u672c\uff0c\u53ef\u5c1d\u8bd5\u4f7f\u7528Winget\u547d\u4ee4\u5b89\u88c5moligeek\r\n```\r\nwinget install moligeek\r\n```\r\n3. \u4f7f\u7528python\u8fd0\u884c\u672c\u4ed3\u5e93\u7684\u6e90\u4ee3\u7801\r\n---\r\n\r\n### Linux\r\n\r\n\r\n\r\n**Debian & Ubuntu**\r\n\r\n```sh\r\napt install python\r\n```\r\n\r\n**CentOS**\r\n\r\n```sh\r\nyum install python\r\n```\r\n\r\n## \u4f7f\u7528\u9700\u6c42\r\n\r\n**\u5feb\u901f\u5b89\u88c5**\r\n\r\n```sh\r\npip install moligeek\r\n```\r\n\r\n\u8f93\u5165moligeek\u76f4\u63a5\u8fd0\u884c\u5373\u53ef\r\n\r\n**\u4f20\u7edf\u5b89\u88c5**\r\n\r\n1. \u5b89\u88c5\u811a\u672c\r\n\r\n```sh\r\ngit clone https://github.com/yourmoln/moligeek.git\r\n```\r\n\r\n2. \u8fd0\u884c\u811a\u672c\r\n\r\n```sh\r\npython ./moligeek/main.py\r\n```\r\n\r\n\u8bf7\u5728\u9879\u76ee\u6839\u76ee\u5f55\u4e0b\u8fd0\u884c\u8be5\u6307\u4ee4\r\n\r\n### \u73b0\u6709\u529f\u80fd\r\n1. \u4e0b\u8f7d\u6e90\u7801 \r\n2. \u63d0\u4ea4\u8868\u5355 \r\n3. \u540e\u53f0\u626b\u63cf \r\n4. dos\u653b\u51fb \r\n5. zip\u7834\u89e3 \r\n6. \u5bc6\u6587\u5904\u7406 \r\n\u6301\u7eed\u66f4\u65b0\u4e2d... \r\n\r\n### \u5f00\u53d1\u73af\u5883\r\n\r\n[python](https://python.org)\r\n\r\n**\u4f9d\u8d56**\r\n\r\n- \u8bf7\u5728[requirements.txt](https://github.com/yourmoln/moligeek/blob/main/requirements.txt)\u67e5\u770b\r\n- ps:\u811a\u672c\u8fd0\u884c\u65f6\u4f1a\u81ea\u52a8\u5b89\u88c5\u7f3a\u5931\u4f9d\u8d56\r\n\r\n\r\n### \u5982\u4f55\u53c2\u4e0e\u5f00\u6e90\u9879\u76ee\r\n\r\n\u8d21\u732e\u4f7f\u5f00\u6e90\u793e\u533a\u6210\u4e3a\u4e00\u4e2a\u5b66\u4e60\u3001\u6fc0\u52b1\u548c\u521b\u9020\u7684\u7edd\u4f73\u573a\u6240\u3002\u4f60\u6240\u4f5c\u7684\u4efb\u4f55\u8d21\u732e\u90fd\u662f**\u975e\u5e38\u611f\u8c22**\u7684\u3002\r\n\r\n\r\n1. Fork the Project\r\n2. Create your Feature Branch\r\n3. Commit your Changes\r\n4. Push to the Branch\r\n5. Open a Pull Request\r\n\r\n\r\n### \u4f5c\u8005\r\n\r\n[yourmoln](https://github.com/yourmoln)\r\n\r\nqq\u4ea4\u6d41\u7fa4:564136017 \r\n\r\n *\u60a8\u4e5f\u53ef\u4ee5\u5728\u8d21\u732e\u8005\u540d\u5355\u4e2d\u53c2\u770b\u6240\u6709\u53c2\u4e0e\u8be5\u9879\u76ee\u7684\u5f00\u53d1\u8005\u3002*\r\n\r\n### \u7248\u6743\u8bf4\u660e\r\n\r\n\u8be5\u9879\u76ee\u7b7e\u7f72\u4e86Apache-2.0 \u6388\u6743\u8bb8\u53ef\uff0c\u8be6\u60c5\u8bf7\u53c2\u9605 [LICENSE.txt](https://github.com/yourmoln/moligeek/blob/main/LICENSE)\r\n\r\n### \u7279\u522b\u9e23\u8c22\r\n\r\n\r\n- [miaobuao](https://github.com/miaobuao)\r\n- [CoolPlayLin](https://github.com/CoolPlayLin)\r\n\r\n\r\n\r\n<!-- links -->\r\n[your-project-path]:yourmoln/moligeek\r\n[contributors-shield]: https://img.shields.io/github/contributors/yourmoln/moligeek.svg?style=flat-square\r\n[contributors-url]: https://github.com/yourmoln/moligeek/graphs/contributors\r\n[forks-shield]: https://img.shields.io/github/forks/yourmoln/moligeek.svg?style=flat-square\r\n[forks-url]: https://github.com/yourmoln/moligeek/network/members\r\n[stars-shield]: https://img.shields.io/github/stars/yourmoln/moligeek.svg?style=flat-square\r\n[stars-url]: https://github.com/yourmoln/moligeek/stargazers\r\n[issues-shield]: https://img.shields.io/github/issues/yourmoln/moligeek.svg?style=flat-square\r\n[issues-url]: https://github.com/yourmoln/moligeek/issues\r\n[license-shield]: https://img.shields.io/github/license/yourmoln/moligeek.svg?style=flat-square\r\n[license-url]: https://github.com/yourmoln/moligeek/blob/main/LICENSE\r\n\r\n\r\n\r\n\r\n",
"bugtrack_url": null,
"license": "Apache 2.0",
"summary": "\u4e00\u6b3e\u9010\u6e10\u5b8c\u5584\u7684python\u96c6\u6210\u5de5\u5177,\u52aa\u529b\u4e3a\u5f00\u53d1\u8005\u63d0\u4f9b\u6700\u5927\u7684\u4fbf\u5229",
"version": "1.1.1",
"project_urls": {
"Homepage": "https://github.com/yourmoln/moligeek"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "dea84fb02474857a64145e1de1829f0b286713142cfc075a7fd4eb58d23406f3",
"md5": "7c78a6de75bfd1e72a07974f6cd6bc51",
"sha256": "dde5068d86a60ec6a13d2fd9194e5ac162165994966922f61a7e70888a5f75dd"
},
"downloads": -1,
"filename": "moligeek-1.1.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "7c78a6de75bfd1e72a07974f6cd6bc51",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 132664,
"upload_time": "2023-10-29T04:39:01",
"upload_time_iso_8601": "2023-10-29T04:39:01.768228Z",
"url": "https://files.pythonhosted.org/packages/de/a8/4fb02474857a64145e1de1829f0b286713142cfc075a7fd4eb58d23406f3/moligeek-1.1.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "1b48556ea3d21ac356a9e7f42cd4293f635bc44c0042465b9da18c7b639f4707",
"md5": "683f3109e3d6771c1115ea0b11154a31",
"sha256": "6408eff77b82a008a57cd941e1439e20eb45cdecd4f92baeee2a80300008859b"
},
"downloads": -1,
"filename": "moligeek-1.1.1.tar.gz",
"has_sig": false,
"md5_digest": "683f3109e3d6771c1115ea0b11154a31",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 129984,
"upload_time": "2023-10-29T04:39:04",
"upload_time_iso_8601": "2023-10-29T04:39:04.344028Z",
"url": "https://files.pythonhosted.org/packages/1b/48/556ea3d21ac356a9e7f42cd4293f635bc44c0042465b9da18c7b639f4707/moligeek-1.1.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-10-29 04:39:04",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "yourmoln",
"github_project": "moligeek",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "requests",
"specs": []
},
{
"name": "meo",
"specs": []
},
{
"name": "beautifulsoup4",
"specs": []
},
{
"name": "pywifi",
"specs": []
},
{
"name": "comtypes",
"specs": []
},
{
"name": "tqdm",
"specs": []
},
{
"name": "asyncio",
"specs": []
}
],
"lcname": "moligeek"
}