Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.33 KB

README.md

File metadata and controls

39 lines (27 loc) · 1.33 KB

PiIP

Python 3.6 Python 3.7 license MIT

Find your headless Raspberry Pi IP address (for lazy people).

  • You just need provide username and password.

  • It uses paramiko and netdiscover command behind the scene.

Prerequisite

Python 3.6 or later

Dependencies

  • Install netdiscover if you do not have it on your system.
sudo apt install netdiscover
  • Install paramiko in your favorite virtual enviroment and then install it with pip or your favorite package manager.
pip install -r requirements.txt

Usage

python scan --username {your unix account to log in} --password {Your password}

Voila !! (Your IP address will appear in a magic manner :) )

Acknowledgement

Paramiko's Authors | Netdiscover's Authros for creating very usefull tools

Thanks to linhdb-2149 for first testing and using my tool :)

Thanks to com0t for his support. This mini project will not be true without his help.