Skip to content
KitploitKITPLOIT
도구블로그
제출
도구블로그
제출

해킹, 침투 테스트 및 사이버 보안 도구를 당신의 보안 무기고에!

Kitploit은 해킹, 사이버 보안 및 침투 테스트 도구 디렉토리입니다. 최신 프로젝트 업데이트를 발견하여 취약점을 찾고, 시스템을 분석하고, 테스트를 자동화하고, 보안을 강화하세요.

··피드·문의·개인정보·© 2026 Kitploit

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
Admin-Scanner — 이 도구는 사용자 정의 단어 목록 또는 기본 단어 목록을 사용하여 모든 웹사이트의 관리자 패널을 쉽게 찾을 수 있도록 설계되었으며, 프록시 서버를 통해 관리자 패널을 찾을 수 있도록 해줍니다. | Kitploit
도구/GitHubGitHub/alienwhatever/admin-scanner
ReconnaissanceInformation GatheringWeb SecurityPenetration Testing
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
도구 다운로드