From 664278009f816a7138f467158b79e85bf278f077 Mon Sep 17 00:00:00 2001 From: Jing Ling Date: Tue, 25 Feb 2020 01:12:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.en.md | 2 ++ README.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.en.md b/README.en.md index d4017ed..aa9a08d 100644 --- a/README.en.md +++ b/README.en.md @@ -53,6 +53,8 @@ At present, OneForAll is still under development, there must be a lot of problem * **Very fast**,[collection module](https://github.com/shmilylty/OneForAll/tree/master/oneforall//collect.py) uses multithreaded calls, [blasting module](https://github.com/shmilylty/OneForAll/tree/master/oneforall/aiobrute.py) uses asynchronous multiprocess and multiprogramming, and DNS parsing and HTTP requests use asynchronous multiprogramming in subdomain verification. Multithreaded check [subdomain takeover](https://github.com/shmilylty/OneForAll/tree/master/oneforall/takeover.py) risk. * **Good experience**,Each module has a progress bar, and the results of each module are saved asynchronously. +If you have any other great ideas, please let me know!😎 + ## 🚀Start Guide 📢 Please take a moment to read this document to help you quickly get familiar with OneForAll! diff --git a/README.md b/README.md index 27416ed..603094b 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,8 @@ * **速度极快**,[收集模块](https://github.com/shmilylty/OneForAll/tree/master/oneforall//collect.py)使用多线程调用,[爆破模块](https://github.com/shmilylty/OneForAll/tree/master/oneforall/aiobrute.py)使用异步多进程多协程,子域验证中DNS解析和HTTP请求使用异步多协程,多线程检查[子域接管](https://github.com/shmilylty/OneForAll/tree/master/oneforall/takeover.py)风险。 * **体验良好**,日志和终端输出全使用中文,各模块都有进度条,异步保存各模块结果。 +如果你有其他很棒的想法请务必告诉我!😎 + ## 🚀上手指南 📢 请务必花一点时间阅读此文档,有助于你快速熟悉OneForAll!