Accessing Data of Victim Devices using the concept of ADB and Shodan search Engine
Now we are going to know about a special type of search engine, which is known as Hackers Search Engine.
How to access the Shodan search engine ?, and why it is known as hackers search engine ?
So let's start,
Firstly open your browser and search shodan.
Otherwise, Click on https://www.shodan.io/ .
Shodan is a open source search engine, it is free to use. Shodan search engine scans the range of IP / Networks in all 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 world wide internet connected devices.
Sometimes shodan is also known as search engine for IoT (internet of things).
Shodan is a legal search engine to use, because it exposes vulnerable devices and it is a “Massive Port Scanning Tool”.
It sends Queries to internet connected devices to grab the information available for 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 able to track live Websites,and etc.
Hacking using IP (Internet Protocol)
In this concept we are going to hack Android with only using IP address.
Before start you must know about 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. Check out our tutorial on ADB to know more about it..
To do the Hacking using IP, we need to find the IP addresses first, for that we uses Shodan Search Engine.
Now start the practical working on it...
- Open Shodan search engine in your mobile browser.
- Search for Android Debug Bridge in search box.
- It shows the list of devices in which ADB is currently running.
- Select any mobile device and copy its IP address given.
- Now open termux and type following commands,
adb connect (Paste the copied IP Address here, without brackets)
By typing and executing this command, it connects the device which has IP Address copied by us.adb shell
This command helps you to access the terminal of the connected device, Now we can able to execute the commands we want in connected device.cd sdcard
By typing and executing this command, you can able to access storage of that device.cd is used to enter in the directory.
ls
This command displays a list of files available in storage directory of conneted device.Now you can access anything you want from storage.
exit
After you have done your Hacking, use this command to exit from the directory.adb disconnect (IP address of connected device, without brackets)
After you have done your hacking, you have to dissconnect the connected device which has the IP address that is copied by you from Shodan.It is a basic way to access the files and data of other devices by using the IP address of any device.
NOTE : We are created this post only for the educational purpose !
computertipstricks.tech or author of post are not responsible for any suspicious activity of audiences.
Please do not try this tricks for enjoyment !
Hope this post will help you to know more about Hacking using Android..!
0 Comments
Please do not add Any Spam link in Comments !