Coder Social home page Coder Social logo

riot-byte / aphrobyte-rat Goto Github PK

View Code? Open in Web Editor NEW
40.0 3.0 5.0 6.76 MB

A powerful Remote Administration Tool that uses Discord as C2. This means you can control your devices through Discord.

Python 90.33% C# 9.67%
discord-malware discord-rat remote-administration-tool stealer discord-tools python python-rat rat aphrobyte aphrobyte-rat

aphrobyte-rat's Introduction

aphrobytelogo

Aphrobyte RAT

A powerful Remote Access Trojan that uses Discord as C2. This means you can control your devices through Discord.

Telegram : https://t.me/riotadministration

Installation

You can install the tool from the latest release.

Current features

  • Surveillance modules
  • Fun modules
  • Sanctioning
  • Communication (chats with the infected user)
  • Multiple agent handling (get multiple people at once)
  • Persistence
  • File management modules
  • Information gathering
  • Undetected by antivirus (sorry not anymore)

Commands

  • !help - Shows this message
  • !startup - Adds the file to startup.
  • !exit - Stop the RAT from working.
  • !usagelist - Returns a list of active users.
  • !admin_check - Checks if you are admin on target computer.
  • !bypass_uac - Attempts to bypass UAC to get admin privileges.
  • !shell - Run a shell command

Surveillance

  • !screenshot - Sends a screenshot of the target machine
  • !idletime - Displays for how long the user has been AFK
  • !webcam_capture - Capture a picture of the webcam.
  • !tasklist - Returns a list of active tasks.

File management

  • !chdir - Changes the current directory. !chdir < to go back one directory.
  • !chdisk - Changes the current disk. (E, C, D, etc.)
  • !ls - Displays all items in the current directory.
  • !download - Downloads a file from the specified path.
  • !upload - Uploads a file to the specified path.
  • !taskkill - Kills the specified task.
  • !startfile - Starts a file.
  • !delfile - Deletes a file.
  • !hidefile \ !unhidefile - Hides/unhides a file.

Information gathering

  • !whois - Prints the user"s name

  • !getip - Gets the current user's IP address

  • !clipboard - Returns a string of the user's clipboard.

  • !stealpasswords - Steal all the passwords from the device.

  • !grabroblox - Grabs the user's Roblox account cookie.

  • !hardware_list - Lists the user's hardware on newlines.

    !grabdiscord - Fetches the user's Discord account token.

Sanctioning

  • !bsod - Blue screens the computer.
  • !disabletaskmgr \ !enabletaskmanager - Disable/enable task manager.
  • !logoff - Logs the user off.
  • !shutdown - Shuts the user's PC off.
  • !restart - Restarts the user's PC.
  • !blockscreen - Blocks the user's screen. (IRREVERSIBLE UNTIL USER RESTARTS)
  • !critproc - Makes the RAT a critical process, meaning if it's task killed the user will get a BSOD.
  • !screenflip - Rotates the user's screen 90 degrees.

Fun

  • !write - Writes a sentence then presses enter.
  • !setclipboard - Sets the clipboard to the specified string of text.
  • !forcedesktop - Sends the user on desktop automatically.
  • !messmouse - Shakes the user's cursor when they try to move the mouse, run this command again to stop.
  • !opensite - Opens a site on the user's browser.
  • !key_press - Press a key.
  • !showtaskbar \ !hidetaskbar

Communication

  • !questionmsg - Sends the user a question message.
  • !warningmsg - Sends the user a warning message.
  • !errormsg - Sends the user an error message.
  • !infomsg - Sends the user an informative message.
* You need to specify the usage ID after every command. Arguments come after. The usage ID will be sent at the start of every session.

Example : !write (usage-id) (sentence) => !write 123456 Test sentence
          !questionmsg (usage-id) (message) => !questionmsg 123456 Test message

Disclaimer

This tool was made for educational purposes only and self learning. The developer is not responsible for bad actions that originate from this tool. Publishing this tool under your name will result in a DMCA takedown.

BTC Donations : bc1qzx8ex62q8ujs5ea62vkjfrye3khqtmdepgaxen

aphrobyte-rat's People

Contributors

riot-byte avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

aphrobyte-rat's Issues

i aksed chat gpt it says invalid token double checked but it is correct

Traceback (most recent call last):
File "discord\http.py", line 803, in static_login
File "discord\http.py", line 745, in request
discord.errors.HTTPException: 401 Unauthorized (error code: 0): 401: Unauthorized

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File "main.py", line 1356, in
File "discord\client.py", line 860, in run
File "asyncio\runners.py", line 44, in run
File "asyncio\base_events.py", line 649, in run_until_complete
File "discord\client.py", line 849, in runner
File "discord\client.py", line 777, in start
File "discord\client.py", line 612, in login
File "discord\http.py", line 807, in static_login
discord.errors.LoginFailure: Improper token has been passed.

Here is an error

Traceback (most recent call last):
File "PyInstaller\hooks\rthooks\pyi_rth_pkgres.py", line 158, in
File "PyInstaller\hooks\rthooks\pyi_rth_pkgres.py", line 36, in pyi_rthook
File "PyInstaller\loader\pyimod02_importers.py", line 419, in exec_module
File "pkg_resources_init
.py", line 77, in
ModuleNotFoundError: No module named 'pkg_resources.extern'

Got an error

Traceback (most recent call last):
File "main.py", line 1, in
File "PyInstaller\loader\pyimod03_importers.py", line 495, in exec_module
File "cv2_init_.py", line 181, in
File "cv2_init_.py", line 76, in bootstrap
ImportError: ERROR: recursion is detected during loading of "cv2" binary extensions. Check OpenCV installation.

CAN'T DOWNLOAD FILE

image
I was testing it and ran it in Administrator mode but still, it can't download and gives error message "access denied"

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.