Skip to content
KitploitKITPLOIT
ツールブログ
提出
ツールブログ
提出

ハッキング、侵入テスト、サイバーセキュリティツールをあなたのセキュリティアーセナルに!

Kitploitはハッキング、サイバーセキュリティ、ペネトレーションテストのツールディレクトリです。最新のプロジェクトアップデートを見つけて、脆弱性の発見、システム分析、テストの自動化、セキュリティの強化を行いましょう。

··フィード·お問い合わせ·プライバシー·© 2026 Kitploit

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
AdbNet — 世界中の脆弱なAndroidデバイスを検索し、悪用するためのツール。 | Kitploit
ツール/GitHubGitHub/0x1ca3/adbnet
Androidセキュリティ偵察エクスプロイト情報収集ポストエクスプロイトペネトレーションテストモバイルセキュリティ
GitHub0x1ca3/adbnet

AdbNet

世界中の脆弱なAndroidデバイスを検索し、悪用するためのツール。

リポジトリを見る
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キーをここに編集してください:

image

shodan.ioでアカウントを作成し、アカウントに移動して無料のAPIキーを取得します。コピーしたら、'adbnet.py'を開いてAPIキーをここに編集してください: 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を開いてください。
ツールをダウンロード