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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
SiteBroker — 크로스 플랫폼 파이썬 기반 유틸리티로, 정보 수집 및 침투 테스트 자동화를 위한 도구입니다! | Kitploit
도구/GitHubGitHub/anon-exploiter/sitebroker
ReconnaissanceVulnerability ScannersInformation GatheringWeb SecurityPenetration TestingSubdomain EnumerationCrawlerDNS AnalysisArchived
GitHubanon-exploiter/sitebroker

SiteBroker

크로스 플랫폼 파이썬 기반 유틸리티로, 정보 수집 및 침투 테스트 자동화를 위한 도구입니다!

저장소 보기
4301002년 전Kitploit 검토 완료

인기

모두 보기 →

커뮤니티에서 가장 많이 사용되는 도구를 찾아보세요.

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

SiteBroker

Open In Colab Maintenance python GitHub GitHub closed issues Twitter LinkedIn

정보 수집 및 침투 자동화를 위한 크로스 플랫폼 파이썬 기반 유틸리티!

출력

Sitebroker의 전체 출력

쉬운 방법 (Docker 이미지)

Python 패키지를 시스템 전체나 가상 환경에 설치하지 않고도 SiteBroker를 테스트하려면 간단히 이 Docker 이미지를 실행하면 됩니다.

root@kitploit:~
docker build -t sitebroker .
docker run -it --rm sitebroker

요구 사항

  • Python (3.6.* - 3.7.*)
  • Python pip3
  • Python 모듈 requests
  • Python 모듈 colorama
  • Python 모듈 dnspython
  • Python 모듈 bs4

모듈 설치

root@kitploit:~
pip install -r requirements.txt

테스트 환경

  • Windows 7/8/8.1
  • Kali linux (2017.2)

SiteBroker 다운로드

GitHub 저장소를 클론하여 최신 버전의 SiteBroker를 다운로드할 수 있습니다.

root@kitploit:~
git clone https://github.com/Anon-Exploiter/SiteBroker

업데이트

  • 전체 스크립트를 Python으로 변경 (이전에는 PHP로 작성됨)
  • 사용자 인터럽트 및 내부 문제 모두에 대한 예외 처리
  • NetCraft 모듈 제거 (selenium과 phantomJS가 필요하여 스크립트가 느려짐)
  • 관리자 패널 찾기 모듈 및 셸 찾기 모듈에서 응답 코드 '200' 문제 해결

변경 로그

  • Reverse IP에 새로운 기능 추가 (HackerTarget 및 YouGetSignal 기반)
  • 크롤링에 새로운 기능 추가 (Google, Bing 및 수동 크롤링)
  • 서브도메인 스캐닝을 위한 새로운 방법 추가! (다소 시간이 걸리지만 :p)

사용법

스크립트 초기화

root@kitploit:~
python SiteBroker.py

고급 사용법

root@kitploit:~

Author: Syed Umar Arfeen 

Usage: python SiteBroker.py
A cross-platform python based utility for information gathering and penetration automation!

Options:

 1). Cloudflare Check.
 2). Website Crawler.
  	 |____ Google Based Crawling
 	 |____ Bing Based Crawling
 	 |____ Manually Crawling
 3). Reverse IP.
  	 |____ YouGetSignal Based
 	 |____ HackerTarget's API Based
 4). Information Gathering.
  	 |____ Whois Lookup
 	 |____ BrowserSpy Report
 5). Nameservers.
 6). WebSite Speed.
 7). Subdomains Scanner
 8). Shell Finder.
 9). Admin Panel Finder.
 10). Grab Banner.
 11). Everything.
  
  Example:
	python SiteBroker.py

스크린샷

시간별 스타게이저

Stargazers over time

참고

root@kitploit:~
Do not change the position of any module as given under the Usage, this may cause an failure in the working of the script...
P.S ~ Dont Change The Colors. They're Butiphul like this.
P.S.S ~ For Dependencies -> Solution
	~ An0n 3xPloiTeR
도구 다운로드