🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

ng

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ng

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

1.2.0
Maintainers
1

ng

.. image:: https://img.shields.io/pypi/l/ng.svg :target: https://pypi.python.org/pypi/ng

.. image:: https://img.shields.io/pypi/v/ng.svg :target: https://pypi.python.org/pypi/ng

.. image:: https://img.shields.io/pypi/pyversions/ng.svg :target: https://pypi.python.org/pypi/ng

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

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

☤ 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 <https://pypi.python.org/pypi/ng>_:

::

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

Keywords

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts