All Projects → cls1991 → Ng

cls1991 / Ng

Licence: apache-2.0
Get password of the wifi you're connected, and your current ip address.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Ng

Esp8266 wifi captive portal
🔑 WiFi captive portal for ESP8266 for phishing WiFi passwords
Stars: ✭ 165 (+9.27%)
Mutual labels:  wifi, password
vietnamese-password-dicts
Tổng hợp danh sách mật khẩu wifi tiếng Việt sử dụng cho aircrack-ng
Stars: ✭ 40 (-73.51%)
Mutual labels:  wifi, password
Wifi Passview
An open source batch script based WiFi Passview for Windows!
Stars: ✭ 157 (+3.97%)
Mutual labels:  wifi, password
WiFi-View
在 Android 设备上快速查看与管理保存的 WiFi 密码
Stars: ✭ 15 (-90.07%)
Mutual labels:  wifi, password
ItroublveTSC
Official Source of ItroublveTSC, totally open source. No virus or anything. Feel free to have a look :)
Stars: ✭ 82 (-45.7%)
Mutual labels:  password, ip
Dictionary Of Pentesting
Dictionary collection project such as Pentesing, Fuzzing, Bruteforce and BugBounty. 渗透测试、SRC漏洞挖掘、爆破、Fuzzing等字典收集项目。
Stars: ✭ 492 (+225.83%)
Mutual labels:  wifi, password
Spoofmac
💼 Change your MAC address for debugging
Stars: ✭ 2,687 (+1679.47%)
Mutual labels:  wifi, ip
sledgehammer
🔨 📶 WiFi-Jammer/DoS toolset
Stars: ✭ 34 (-77.48%)
Mutual labels:  wifi, ip
FGRoute
Get your device ip address, router ip or wifi ssid
Stars: ✭ 128 (-15.23%)
Mutual labels:  wifi, ip
Cnp3
Computer Networking : Principles, Protocols and Practice (first and second edition, third edition is being written on https://github.com/cnp3/ebook)
Stars: ✭ 471 (+211.92%)
Mutual labels:  wifi, ip
Wifipassword Stealer
Get All Registered Wifi Passwords from Target Computer.
Stars: ✭ 97 (-35.76%)
Mutual labels:  wifi, password
Wifi Bonding
Double your bandwith on your Qualcomm devices.
Stars: ✭ 145 (-3.97%)
Mutual labels:  wifi
Openwifi
open-source IEEE 802.11 WiFi baseband FPGA (chip) design
Stars: ✭ 2,257 (+1394.7%)
Mutual labels:  wifi
Pifinger
📡🔍Searches for wifi-pineapple traces and calculate wireless network security score 🍍
Stars: ✭ 139 (-7.95%)
Mutual labels:  wifi
Blinker Doc
blinker中文文档
Stars: ✭ 139 (-7.95%)
Mutual labels:  wifi
Dontclickshit
Як не стати кібер-жертвою
Stars: ✭ 149 (-1.32%)
Mutual labels:  password
Raw Packet
Raw-packet Project
Stars: ✭ 144 (-4.64%)
Mutual labels:  wifi
Iplist
📖 IP CIDRs List / IP 地址列表
Stars: ✭ 139 (-7.95%)
Mutual labels:  ip
Rpassword
Cross platform Rust library to read a password in the terminal (Linux, BSD, OSX, Windows).
Stars: ✭ 137 (-9.27%)
Mutual labels:  password
Wavecrack
Wavestone's web interface for password cracking with hashcat
Stars: ✭ 135 (-10.6%)
Mutual labels:  password

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].