-
Notifications
You must be signed in to change notification settings - Fork 598
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #95 from AntSwordProject/v2.0-beta
release v2.0.0 (Reborn)
- Loading branch information
Showing
1,684 changed files
with
437,389 additions
and
1,981 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,80 @@ | ||
<!-- | ||
您好,感谢您对「中国蚁剑」的支持,您提的建议与发现的Bug将会对我们改进蚁剑非常有用。 | ||
在提issue之前,我建议您可以先在issue列表中使用搜索功能确保不存在相同或者类似的issue。 | ||
确定不存在相似的issue之后,我需要占用您几分钟时间来回答一些最基础的问题。 | ||
如果你选中了某一项,可以把该行前面的 `[ ]` 改成 `[x]`。 | ||
issue 模版提供了几个模版,如果这些跟您要提的issue没有关系的话,您可以在提交的时候删除掉该部分。 | ||
Thanks! | ||
--> | ||
|
||
- [ ] 我确定这是蚁剑本身的一个 Bug,我并不是在询问如何使用蚁剑 | ||
- [ ] 我确定已经将蚁剑升级至[软件发布页面](https://github.com/AntSwordProject/AntSword/releases)中的**最新版** | ||
- [ ] 我已经阅读过蚁剑的开发文档,并且尝试过自己通过Google等方式解决问题 | ||
- [ ] 这是一个新功能的建议 | ||
- [ ] 我查阅了文档没找到解决方案,所以来询问如何使用蚁剑 | ||
|
||
--- | ||
|
||
## 报告 Bug | ||
|
||
- [ ] 我使用的操作系统是 ***macOS*** 10+ | ||
- [ ] 我使用的操作系统是 ***Debian/Ubuntu*** GNU/Linux | ||
- [ ] 我使用的操作系统是 ***Fedora*** GNU/Linux | ||
- [ ] 我使用的操作系统是 ***Arch*** GNU/Linux | ||
- [ ] 我使用的操作系统是 ***Other*** GNU/Linux | ||
- [ ] 我使用的操作系统是 ***Windows*** 10+ | ||
|
||
--- | ||
|
||
- [ ] 我使用的是 32 位操作系统 | ||
- [ ] 我使用的是 64 位操作系统 | ||
|
||
### Bug 详细描述 | ||
<!-- | ||
建议详细的说明,方便我们快速度复现 Bug。 | ||
--> | ||
|
||
--- | ||
|
||
## 新功能建议 | ||
|
||
- [ ] 我确定我所提的新功能不在[待做事项](https://github.com/AntSwordProject/AntSword/blob/master/CHANGELOG.md#待做事项)内,也不在issue列表 | ||
- [ ] 我确定我所提出的新功能是为了方便在网站管理,而不是用于非法用途 | ||
|
||
### 新功能描述 | ||
<!-- | ||
详细描述您对新功能的期望 | ||
--> | ||
|
||
--- | ||
|
||
## 询问 | ||
|
||
### shell 连接 Bug | ||
|
||
<!-- | ||
请务必提供下面这些详细信息,方便我复现 | ||
--> | ||
|
||
1. 服务端操作系统 | ||
|
||
2. 服务端shell代码 | ||
|
||
<!-- | ||
需要提供服务端完整代码 | ||
--> | ||
|
||
3. 服务端环境配置 | ||
|
||
<!-- | ||
请提供服务端的相关配置文件,如 php.ini | ||
--> | ||
|
||
4. 客户端连接配置 | ||
|
||
<!-- | ||
请提供 db.ant 中该 shell 的信息,注意请将 ip 地址脱敏 | ||
--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
node_modules | ||
static/build | ||
document/_book | ||
.DS_* | ||
antData |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,62 +1,53 @@ | ||
# AntSword | ||
> AntSword is an `open source` and `cross-platform`'s **Web Site Administration Tool**. | ||
> You can use it easily and intuitively to management your website(webshell). | ||
# AntSword [![release](https://img.shields.io/badge/release-v2.0.0-blue.svg?style=flat-square)][url-release] | ||
|
||
[![node](https://img.shields.io/badge/node-4.0+-green.svg?style=flat-square)](https://nodejs.org/en/download/) | ||
[![release](https://img.shields.io/badge/release-v1.3.0-blue.svg?style=flat-square)][url-release] | ||
> AntSword in your hands, no worries in your mind! | ||
[中文说明][url-doccn] | [开发文档][url-document] | [CHANGELOG][url-changelog] | ||
**AntSword is an open source, cross-platform website administration tool, being designed to meet the needs of penetration testers together with security researchers with permissions and/or authorizations as well as webmasters.** | ||
|
||
## Start | ||
If you do not care about how to write the code, you can go to the [Release Page](https://github.com/antoor/antSword/releases) to download the corresponding archive decompression, and then executed directly to use! | ||
**Anyone shall not use it for illegal purposes and profitability. Besides that, publishing unauthorized modified version is also prohibited, or otherwise bear legal responsibilities.** | ||
|
||
**If you are interested in this code, we welcome you to join!** | ||
This software, of which the development thought is modularization, is intended to provide easy-to-understand codes and modification guidelines for users of different levels. Therefore, any contribution making by everyone to this project is encouraged, whether large or small. By doing so, this tool can be more convenient and consequently become your most powerful kit! | ||
|
||
It does not require much coding knowledge you have, you just need to know what it means and how to modify the code on it! | ||
[中文说明][url-doczh] / [Document][url-document] / [Changelog][url-changelog] | ||
|
||
## Start with source code | ||
## Development stack | ||
|
||
#### 0x01. Get the source code | ||
- [Electron][url-electron] | ||
- [ES6][url-es6] | ||
- [dhtmlx][url-dhtmlx] | ||
- [Nodejs][url-nodejs] | ||
* And other libraries called in the project. | ||
|
||
``` sh | ||
$ git clone https://github.com/antoor/antSword.git | ||
``` | ||
## Screenshots | ||
|
||
or | ||
![][url-mainui] | ||
|
||
Click the download url below: | ||
## Quick Start | ||
|
||
``` | ||
https://github.com/antoor/antSword/archive/master.zip | ||
``` | ||
See document: [Quick Start][url-quickstart] | ||
|
||
#### 0x02. Install node_modules | ||
## Contribute | ||
|
||
``` sh | ||
$ cd antSword | ||
$ npm install | ||
``` | ||
See document: [Make contributions to AntSword][url-contribute] | ||
|
||
#### 0x03. Began to enjoy | ||
## Thanks | ||
|
||
``` sh | ||
$ npm start | ||
``` | ||
> Thanks to anyone who made any contributions. | ||
## Join us | ||
* Email: [[email protected]][url-email] | ||
* HomePage: [http://uyu.us][url-homepage] | ||
* MyWeibo: [http://weibo.com/antoor][url-weibo] | ||
## LICENSE | ||
|
||
## License | ||
This project is licensed under the terms of the [MIT license][url-mit] | ||
[LICENSE](./LICENSE) | ||
|
||
|
||
[url-doccn]: README_CN.md | ||
[url-doczh]: README_CN.md | ||
[url-changelog]: CHANGELOG.md | ||
[url-document]: http://doc.u0u.us/en/ | ||
[url-release]: https://github.com/AntSwordProject/AntSword/releases/tag/2.0.0 | ||
[url-electron]: http://electron.atom.io/ | ||
[url-es6]: http://es6.ruanyifeng.com/ | ||
[url-dhtmlx]: http://dhtmlx.com/ | ||
[url-nodejs]: https://nodejs.org/ | ||
[url-homepage]: http://uyu.us | ||
[url-email]: mailto:[email protected] | ||
[url-weibo]: http://weibo.com/antoor | ||
[url-mit]: LICENSE | ||
[url-document]: http://doc.uyu.us | ||
[url-release]: https://github.com/antoor/antSword/releases/tag/1.3.0 | ||
[url-release]: https://github.com/AntSwordProject/AntSword/releases | ||
[url-quickstart]: https://doc.u0u.us/en/getting_started/index.html | ||
[url-contribute]: https://doc.u0u.us/en/contribute_docs.html | ||
[url-mainui]: http://7xtigg.com1.z0.glb.clouddn.com/doc/getting_started/get_antsword_2.jpg |
Oops, something went wrong.