在Linux中查找已连接网络的WiFi密码( 二 )


在Linux中安装Wifresti使用命令从GitHub克隆仓库:
【在Linux中查找已连接网络的WiFi密码】$ git clone https://github.com/LionSec/wifresti.gitThis command will download the contents of Wifresti repository in a local folder named “wifresti”.
Cd into this directory:
该命令将下载Wifresti仓库中的内容到名为“Wifresti”的本地文件夹中 。进入到这个目录:
$ cd wifresti/将wifresti.py复制到您的$PATH:
$ sudo cp wifresti/wifresti.py /usr/bin/wifresti使其具有可执行权限:
$ chmod +x /usr/bin/wifresti接下来 , 以sudo用户的身份运行wifresti , 列出所有可用的WiFi网络:
$ sudo wifresti选择你使用的操作系统:
              /$$/$$$$$$                              /$$     /$$            |__/ /$$__$$                            | $$  |__/ /$$/$$/$$ /$$| $$__//$$$$$$   /$$$$$$   /$$$$$$$ /$$$$$$   /$$| $$ | $$ | $$| $$| $$$$   /$$__$$ /$$__$$ /$$_____/|_$$_/| $$| $$ | $$ | $$| $$| $$_/| $$__/| $$$$$$$$|$$$$$$   | $$  | $$| $$ | $$ | $$| $$| $$  | $$    | $$_____/ ____$$| $$ /$$| $$|$$$$$/$$$$/| $$| $$  | $$    |$$$$$$$ /$$$$$$$/|$$$$/| $$ _____/___/ |__/|__/  |__/       _______/|_______/  ___/|__/Author: LionSec | Website: www.neodrix.com | @lionsec1V1.0Please choose your operating system.1) linux 2) Windows 3) Mac OS > 1[...]您将看到可用Wifi网络的列表 。输入网络名称以查看其密码 。要查看所有WiFi网络的密码 , 输入“a” , 然后回车 。
[...]All wireless networks : HP 7 VoiceTab NetworkJioFi4_12E9FEsktab Insert the network name , or press (a) to see information about all networks. > JioFi4_12E9FE###################################### - JioFi4_12E9FE - ###################################### key-mgmt=wpa-pskpsk=xxxxxxxx #############################################################################################[...]

在Linux中查找已连接网络的WiFi密码

文章插图
 
要退出 , 请按CTRL+C 。
此外 , 在Kali Linux中还有许多可用的密码恢复工具 。您不必安装Kali Linux 。只需在Ubuntu系统上安装Kali Linux工具并使用您选择的密码恢复工具 。
本文译自: Find WiFi Password Of Connected Networks In Linux
作者: SK
译者: 生材有道
校对: 开源科学计算
原文及本文遵循: [CC BY-NC 4.0]




推荐阅读