Skip to content

Find your headless Raspberry Pi IP address in a massive network for lazy people (e.g Company Network, ...)

License

Notifications You must be signed in to change notification settings

hosjiu1702/PiIP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Find your headless Raspberry Pi IP address in a massive network for lazy people (e.g Company Network, ...)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages