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.
Python 3.6 or later
- 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
python scan --username {your unix account to log in} --password {Your password}
Voila !! (Your IP address will appear in a magic manner :) )
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.