wifi-password-ip-detector

wifi 密码获取包
授权协议 Apache
开发语言 Python
所属分类 程序开发、 加密/解密软件包
软件类型 开源软件
地区 国产
投 递 者 洪季萌
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

方便获取wifi密码, 以及本机IP和公网IP, 支持macos, Linux, Windows.

得到IP地址:

$ ng ip
`
local_ip:192.168.1.114
public_ip:49.4.160.250
`

得到WiFi密码:

$ ng wp
$ ng wp flyfish_5g
`
flyfish_5g:hitflyfish123456
`

安装

You can install "ng" via pip from PyPI:

$ pip install ng

使用

$ ng --help
Usage: ng [OPTIONS] COMMAND [ARGS]...

  Get password of the wifi you're connected, and your current ip address.

Options:
  --help  Show this message and exit.

Commands:
  ip  Show ip address.
  wp  Show wifi password.
  • This application understands the importance of personal information to you and will do its best to protect the security and reliability of your personal information. We are committed to maintaining yo

 相关资料
  • wifi-password 可以快速获取系统中保存的 WIFI 密码,这个项目只用于 OS X 系统,Windows 版本请看这里。 安装: curl -L https://raw.github.com/rauchg/wifi-password/master/wifi-password.sh -o ~/bin/wifi-password && chmod +x ~/bin/wifi-password

  • 问题内容: 我需要在Swift中获取iOS设备的IP地址。这不是其他有关此问题的重复!如果没有wifi IP地址,我只需要获取WiFiIP地址-我需要处理它。关于堆栈溢出有一些问题,但是只有返回IP地址的函数。: 在这里,我得到2个值-来自移动互联网的地址(我认为)和需要的WiFi地址。还有其他方法可以获取仅WiFi IP地址吗? 问题答案: 根据多个SO线程(例如,iOS网络接口名称的确切含义是

  • 成功登录cPanel仪表板后,首先要更改cPanel帐户的密码。 这非常重要,因此cPanel的安全性保持不变。 没有人会希望他们的网站被黑客入侵。 要更改cPanel密码,请按照下列步骤操作 - Step 1 - 在cPanel Home中,单击位于仪表板右上角的username 。 Step 2 - 单击“ Password & Security选项。 您将找到更改密码界面。 Step 3 -

  • 当Android设备连接到wifi AP时,它会用如下名称来标识自己: android_cc1dec12345e6054 如何从 Android 应用中获取该字符串?不是为了改变它,只是为了读出。 编辑: 这是我的路由器Web界面的屏幕截图,显示了所有已连接设备的列表。请注意列表中的两个Android设备 - 如何从设备上运行的Java代码中读取该字符串?

  • 本文向大家介绍jQuery Password Validation密码验证,包括了jQuery Password Validation密码验证的使用技巧和注意事项,需要的朋友参考一下 jQuery Password Validation(密码验证)插件扩展了 jQuery Validate 插件,提供了两种组件: 一种评价密码的相关因素的功能:比如大小写字母的混合情况、字符(数字、特殊字符)的混合

  • 描述 (Description) 您可以使用此类型的模式进行身份验证。 它使用以下方法 - myApp.modalLogin(text, [title, callbackOk, callbackCancel]) OR myApp.modalLogin(text, [callbackOk, callbackCancel]) 以上方法接受下面列出的参数 - text - 显示带文本的模态。 tit