Skip to content
KitploitKITPLOIT
उपकरणब्लॉग
जमा करें
उपकरणब्लॉग
जमा करें

हैकिंग, पेनटेस्ट और साइबर सुरक्षा उपकरण आपके सुरक्षा शस्त्रागार के लिए!

Kitploit हैकिंग, साइबर सुरक्षा और पेंटेस्टिंग टूल्स की एक निर्देशिका है। कमजोरियों को खोजने, सिस्टम का विश्लेषण करने, परीक्षण को स्वचालित करने और अपनी सुरक्षा को मजबूत करने के लिए नवीनतम प्रोजेक्ट अपडेट खोजें।

··फ़ीड·संपर्क·गोपनीयता·© 2026 Kitploit

टूल निर्देशिका

श्रेणियाँ

सभी श्रेणियाँ देखें
Loading categories
AdbNet — एक उपकरण जो आपको दुनिया भर में कमजोर एंड्रॉइड उपकरणों की खोज करने और उनका शोषण करने की अनुमति देता है। | Kitploit
उपकरण/GitHubGitHub/0x1ca3/adbnet
एंड्रॉइड सुरक्षाटोहीशोषणजानकारी एकत्र करनापोस्ट-शोषणपेनिट्रेशन टेस्टिंगमोबाइल सुरक्षा
GitHub0x1ca3/adbnet

AdbNet

एक उपकरण जो आपको दुनिया भर में कमजोर एंड्रॉइड उपकरणों की खोज करने और उनका शोषण करने की अनुमति देता है।

रिपॉजिटरी देखें
433764 साल पहलेKitploit द्वारा समीक्षित

सबसे लोकप्रिय

सभी देखें →

हमारे समुदाय द्वारा सबसे अधिक उपयोग किए जाने वाले उपकरण खोजें।

सभी उपकरण खोजें

हमारे उपकरणों का संग्रह ब्राउज़ करें

सभी उपकरण देखें →
साझा करें


adb - Android उपकरणों के लिए एक शोषण उपकरण।

एक उपकरण जो आपको दुनिया भर में कमजोर Android उपकरणों की खोज करने और उनका शोषण करने की अनुमति देता है।

Version

विशेषताएं

root@kitploit:~
Features:
  - Post-Exploitation modules to control and tinker with the device you are connected to.
  - Scanners to search for vulnerable android devices across the world to exploit.
  - Options for managing how many devices you have connected.
  - Options for checking whether the devices you are connected to are online or offline.
  - IP-Lookup for retrieving information on a certain IP.
  - Options to dump the IP Addresses of the vulnerable android devices. [This makes your life easier so you dont have to find it yourself]

आवश्यक API कुंजियाँ प्राप्त करना

censys.io पर एक खाता बनाएं और फिर अपने खाता पृष्ठ पर जाएं और अपनी मुफ्त api_id और api_secret कुंजी प्राप्त करें और 'adbnet.py' खोलें और यहां अपनी api id और api key संपादित करें:

image

shodan.io पर एक खाता बनाएं और अपनी मुफ्त api कुंजी प्राप्त करने के लिए अपने खाते पर जाएं, एक बार कॉपी करने के बाद, 'adbnet.py' खोलें और यहां अपनी api key संपादित करें: image

सरल ट्यूटोरियल

root@kitploit:~
First, run the 'dump shodan' or 'dump censy' (dump shodan is recommended) command to 
dump the IP addresses of the vulnerable devices.

Then, after you find an IP-address you want to try, run the 'connect' command and you will be prompted to enter
the target IP address, once you enter the target ip address, you will be prompter to enter the port. For the port,
you can try entering '5555' or '4444' since those are the most common ports. If you want, you can try finding the
specific port yourself, but it might take some time.

Now AdbNet will now try to connect to the vulnerable android device.
If it fails to connect, try another IP.

If you manage to connect to a device, now you can check if you are really connected by using the 'devices' command.

< Warning! > You can only be connected to one device at a time! To kill the sessions use the 'killall' command! < Warning! >

To open a shell and execute commands on the device, use the 'terminal' command.

To run post-exploitation modules, run the 'post' command for the post-exploitation menu to load. Then, you
can run any module you like.

REMEMBER: IF YOU WANT TO CONNECT TO A DIFFERENT DEVICE, RUN THE 'killall' COMMAND, AND REPEAT THE PROCESS AGAIN.

स्थापना/कैसे चलाएं

root@kitploit:~
sudo apt install pq
sudo apt install adb
pip3 install colorama
pip3 install requests
python3 adbnet.py or python adbnet.py or py adbnet.py

TIP: For people that are new to this, if you are having issues install a certain python module, just do this: pip3 install <modulename>

स्क्रीनशॉट

image image

श्रेय

root@kitploit:~
https://github.com/0x1CA3

योगदान 🎉

सभी योगदान स्वीकार किए जाते हैं, बस एक Issue / Pull request खोलें।
टूल डाउनलोड करें