下载finger的崎岖
首先按照文章进行下载 发现到第一步就卡住了 GitHub - EASY233/Finger: 一款红队在大量的资产中存活探测与重点攻击系统指纹探测工具
git clone https://github.com/EASY233/Finger.git
显示:致命错误:无法访问 'https://github.com/snipe/snipe-it/':Failed to connect to github.com port 443: 拒绝连接
好好好 ,我放弃……开玩笑的 ping了一下百度 github.com 都可以通 我就想起来
然后聪明的我
cd /etc
vim /hosts
把github对应的ip地址(自己用多地ping 一下就可以得到了) 加上 github.com加进去 就可以直接访问了
XXX.XXX.XXX.XXX github.com
大概是这样的格式(记得写完保存哦 使用 wq!)
第二步:
pip3 install -r requirements.txt
提醒我:
ERROR: Could not open requirements file: [Errno 2] 没有那个文件或目录: 'requirements.txt'
看了大神的方法知道的:ERROR: Could not open requirements file: [Errno 2] 没有那个文件或目录: 'requrements.txt'-优快云博客
最后下载好之后 记得找到finger的下载目录 我的位置在
/etc/Finger 下面
使用命令要在Finger目录下哦 要不然执行不了
python3 Finger.py -h
借鉴下方资源:
GitHub - EASY233/Finger: 一款红队在大量的资产中存活探测与重点攻击系统指纹探测工具
ERROR: Could not open requirements file: [Errno 2] 没有那个文件或目录: 'requrements.txt'-优快云博客