|
5 | 5 | [](https://codeclimate.com/github/shmilylty/OneForAll/maintainability)
|
6 | 6 | [](https://github.com/shmilylty/OneForAll/tree/master/LICENSE)
|
7 | 7 | [](https://github.com/shmilylty/OneForAll/tree/master/)
|
8 |
| -[](https://github.com/shmilylty/OneForAll/releases) |
| 8 | +[](https://github.com/shmilylty/OneForAll/releases) |
9 | 9 |
|
10 | 10 | 👊**OneForAll is a powerful subdomain collection tool** 📝[中文文档](https://github.com/shmilylty/OneForAll/tree/master/README.md)
|
11 | 11 |
|
@@ -39,7 +39,7 @@ At present, OneForAll is still under development, there must be a lot of problem
|
39 | 39 |
|
40 | 40 | 3. Collect subdomains using web crawler files (there are currently two modules: `archirawl`, `commoncrawl`, which is still being debugged and needs to be added and improved).
|
41 | 41 |
|
42 |
| - 4. Collect subdomains using DNS datasets (there are currently 18 modules: `binaryedge_api`, `circl_api`, `hackertarget`, `riddler`, `bufferover`, `dnsdb`, `ipv4info`, `robtex`, `chinaz`, `dnsdb_api`, `netcraft`, `securitytrails_api`, `chinaz_api`, `dnsdumpster`, `passivedns_api`, `ptrarchive`, `sitedossier`,`threatcrowd`) |
| 42 | + 4. Collect subdomains using DNS datasets (there are currently 19 modules: `CeBaidu`, `binaryedge_api`, `circl_api`, `hackertarget`, `riddler`, `bufferover`, `dnsdb`, `ipv4info`, `robtex`, `chinaz`, `dnsdb_api`, `netcraft`, `securitytrails_api`, `chinaz_api`, `dnsdumpster`, `passivedns_api`, `ptrarchive`, `sitedossier`,`threatcrowd`) |
43 | 43 |
|
44 | 44 | 5. Collect subdomains using DNS queries (there is currently a module to collect subdomains `srv` by enumerating common SRV records and making queries, which needs to be added and improved).
|
45 | 45 |
|
@@ -89,8 +89,8 @@ pip 19.2.2 from C:\Users\shmilylty\AppData\Roaming\Python\Python37\site-packages
|
89 | 89 | You can install OneForAll dependencies via pip3 (if you are familiar with [pipenv](https://docs.pipenv.org/en/latest/), then it is recommended that you use [pipenv install dependencies](https://github.com/shmilylty/OneForAll/tree/master/docs/Installation_dependency.md), the following is an example of using **pip3** to install dependencies under **Windows system**: (Note: If your Python3 is installed in the system Program Files In the directory, such as: `C:\Program Files\Python37`, then run the command prompt cmd as an administrator to execute the following command!)
|
90 | 90 | ```bash
|
91 | 91 | cd OneForAll/
|
92 |
| - python -m pip install --user -U pip setuptools wheel -i https://mirrors.aliyun.com/pypi/simple/ |
93 |
| - pip3 install --user -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple/ |
| 92 | + python -m pip install --user -U pip setuptools wheel |
| 93 | + pip3 install --user -r requirements.txt |
94 | 94 | cd oneforall/
|
95 | 95 | python oneforall.py --help
|
96 | 96 | ```
|
|
0 commit comments