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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
telegram-c2 — 텔레그램을 통해 시스템을 원격으로 제어합니다. | Kitploit
도구/GitHubGitHub/tomiwa-ot/telegram-c2
Persistence MechanismsInformation GatheringPost-ExploitationCommand and ControlRed TeamingRemote Access ToolRemote Access Trojan
GitHubtomiwa-ot/telegram-c2

telegram-c2

텔레그램을 통해 시스템을 원격으로 제어합니다.

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

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유
웹사이트

텔레그램 C2

텔레그램 봇을 통해 서버를 명령 및 제어합니다.

설치

Tutorial Video

  • 텔레그램 봇 생성

  • main.py를 편집하고, BOT_API_KEY를 봇의 API 키로 설정하고 telegram_user_id를 당신의 텔레그램 ID로 설정하세요

  • 다음 의존성을 설치하세요

    root@kitploit:~
    pip install -r requirements.txt
    
  • 더 쉬운 배포를 위해 단일 실행 파일로 컴파일하세요

    root@kitploit:~
    pip install -U pyinstaller
    pyinstaller main.py
    
  • 대상에 배포하세요

  • 텔레그램 봇 시작

사용법

root@kitploit:~
  /start                 - Start telegram bot
  /viewFile <path>       - Display the contents of a file
  /listDir <path>        - List the files in a directory
  /downloadFile <path>   - Download file from server to telegram
  /services              - List running services
  /screenshot            - Take screenshot of desktop
  /webcam                - Take image if webcam is supported
  /video <duration(sec)> - Record video from webcam

스크린샷






도구 다운로드