Skip to content
KitploitKITPLOIT
StrumentiBlog
Invia
StrumentiBlog
Invia

Strumenti di Hacking, PenTest e Cybersecurity per il tuo Arsenale di Sicurezza!

Kitploit è una directory di strumenti di hacking, cybersecurity e pentesting. Scopri gli ultimi aggiornamenti dei progetti per trovare vulnerabilità, analizzare sistemi, automatizzare i test e rafforzare la tua sicurezza.

··Feed·Contatto·Privacy·© 2026 Kitploit

Directory degli strumenti

Categorie

Vedi tutte le categorie
Loading categories
telegram-c2 — Controllare un sistema da remoto tramite Telegram | Kitploit
Strumenti/GitHubGitHub/tomiwa-ot/telegram-c2
Meccanismi di PersistenzaRaccolta InformazioniPost-ExploitCommand and ControlRed TeamingStrumento di Accesso RemotoTrojan di Accesso Remoto
GitHubtomiwa-ot/telegram-c2

telegram-c2

Controllare un sistema da remoto tramite Telegram

Vedi Repository
50171 anno faRevisionato da Kitploit

Più Popolari

Vedi tutti →

Scopri gli strumenti più utilizzati dalla nostra community.

Esplora tutti gli strumenti

Sfoglia la nostra collezione di strumenti

Vedi tutti gli strumenti →
Condividi
Sito web

Telegram C2

Comando e controllo di un server tramite bot Telegram.

Installazione

Tutorial Video

  • Crea un bot Telegram

  • Modifica main.py, imposta BOT_API_KEY con la chiave API del bot e telegram_user_id con il tuo ID Telegram

  • Installa le seguenti dipendenze

    root@kitploit:~
    pip install -r requirements.txt
    
  • Compila in un eseguibile standalone per un deployment più semplice

    root@kitploit:~
    pip install -U pyinstaller
    pyinstaller main.py
    
  • Distribuisci sul target

  • Avvia il bot Telegram

Utilizzo

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

Schermate






Scarica lo strumento