Skip to content
/ ng Public
forked from cls1991/ng

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

License

Notifications You must be signed in to change notification settings

remster85/ng

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ng

https://travis-ci.org/cls1991/ng.svg?branch=master

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

☤ Quickstart

Get your ip address:

$ ng ip
`
local_ip:192.168.1.114
public_ip:49.4.160.250
`

Get wifi password:

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

☤ Installation

You can install "ng" via pip from PyPI:

$ pip install ng

☤ Usage

$ 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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%