一、环境 Kali2019.3 python2
二、安装过程:
1、下载到本地
2、安装依赖包
pip install -r requirement.txt
三、命令
python takeover.py -d -w wordlist.txt -t 20
or
python takeover.py -d -f sublist.txt -t 20
-d 指定域名
-w/-f 指定字典
-t 线程数
2024-04-22 08:33:04 阅读次数:30
一、环境 Kali2019.3 python2
二、安装过程:
1、下载到本地
2、安装依赖包
pip install -r requirement.txt
三、命令
python takeover.py -d -w wordlist.txt -t 20
or
python takeover.py -d -f sublist.txt -t 20
-d 指定域名
-w/-f 指定字典
-t 线程数
下一篇:win32编程 -- 泡泡跳动
文章
27958
阅读量
3538307