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

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

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

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

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
Admin-Scanner — このツールは、カスタムワードリストまたはデフォルトワードリストを使用して任意のウェブサイトの管理パネルを簡単に見つけ、さらにプロキシサーバー経由で管理パネルを見つけることができます。 | Kitploit
ツール/GitHubGitHub/alienwhatever/admin-scanner
偵察情報収集ウェブセキュリティペネトレーションテスト
GitHubalienwhatever/admin-scanner

Admin-Scanner

このツールは、カスタムワードリストまたはデフォルトワードリストを使用して任意のウェブサイトの管理パネルを簡単に見つけ、さらにプロキシサーバー経由で管理パネルを見つけることができます。

リポジトリを見る
169385年前Kitploit レビュー済み

人気

すべて見る →

コミュニティで最も使われているツールを見つけましょう。

すべてのツールを探索

ツールコレクションを閲覧

すべてのツールを見る →
共有

Admin-Scanner

ウェブサイト管理者パネルファインダー

インストール方法 (Linux/pc)

  • sudo apt install python3

  • sudo apt install python3-pip

  • sudo apt install git

  • git clone https://github.com/alienwhatever/Admin-Scanner.git

  • cd Admin-Scanner

インストール方法 (Termux/Android)

  • pkg update && pkg upgrade

  • pkg install python3

  • pkg install git

  • git clone https://github.com/alienwhatever/Admin-Scanner.git

  • cd Admin-Scanner

使い方

root@kitploit:~
author: alienwhatever
credit github.com/bdblackhat for list.txt
orginal-source-of-list.txt -  https://github.com/bdblackhat/admin-panel-finder/blob/master/link.txt

This tool is for educational and testing purposes only
I am not responsible for what you do with this tool

Usages:

-site <url of website> - Website to scan

--proxy <prorocol>-<proxyserverip:port> - Scan admin panel using proxy server

--t <second(s)> - Time delay for a thread to scan (To prevent from getting HTTP 508)

--w <path/of/custom/wordlist> - custom wordlist

Example:
./scan.py -site example.com
./scan.py -site example.com --t 1
./scan.py -site example.com example2.com
./scan.py -site example.com --w /custom/wordlist/list.txt
./scan.py --proxy http-1.2.3.4:8080 -site example.com

ツールをダウンロード