当前位置:网站首页>Installing and using sublist3r in Kali

Installing and using sublist3r in Kali

2022-06-11 05:57:00 MajorTom0

Catalog

Preface

1. download sublist3r

2. View the contents of the downloaded package

 3. Install the necessary components

4. Installation tools

5. Run the tool

6. Running effect

 7. Parameter description


Preface

sublist3r It's based on python Subdomain capture tool for , The tool can take advantage of the API, Such as Google、Bing、Baidu and ASK, It can also be in NetCraft、Virustotal、ThreatCrowd、DNSdumpster and reverseDNS Mid search , You can also use a specific thesaurus to implement brute force cracking .

This article records my work in kali Install in sublist3r The process of

Two 、kali Installation steps

1. download sublist3r

Download address :https://github.com/aboul3la/Sublist3r/

clone :

git clonehttps://github.com/aboul3la/Sublist3r/

2. View the contents of the downloaded package

There are introduction documents README.md file , set up script setup.py Program script sublist3r.py

 3. Install the necessary components

apt-get install python-requests


4. Installation tools

python setup.py install


5. Run the tool

You need to pay attention to , Use it directly ./sublist3r.py It will be reported at runtime dns.resolver error , Because the script will import the configuration during execution , But the configuration is saved in /usr/lib/python3/dist-packages/ In the folder , Therefore, you need to manually specify the use of python3 To run

python3 sublist3r.py -d baidu.com


6. Running effect

 7. Parameter description

原网站

版权声明
本文为[MajorTom0]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/03/202203020532300609.html