Skip to content
/ Deadware Public
forked from 3ratic/Deadware

A simple yet effective Discord Bot RAT created in python

Notifications You must be signed in to change notification settings

mte0/Deadware

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Deadware

Deadware is a RAT disguised as a fully functioning Selfbot. It uses a Discord server and bot as a C&C while the deadcord.py being the payload. The command prefix for the bot is d! and for the selfbot it is .

Deadware will consantly be updated as the project is a work in progress. Updates are to be released at least once every 2 weeks. If there is any bugs, please let me know so I can make a fix.

How to setup

  1. Create a Discord Bot in the Discord developer portal
  2. In deadcord.py replace line 1006 with your Discord Bot Token and in line 819 change it to your channel ID
  3. Compile deadcord.py with pyinstaller. I would suggest using the following command in step 4 or you can run the Builder.py for speed
  4. pyinstaller deadcord.py --onefile --uac-admin

Deadware Info

Packer.py will inject the Deadware code into another python file. Injection.py will create a new file in the Program Data directory and then run Deadware. Note that this payload will need to have python installed on the system.

As mentioned, Deadware is disguised as a selfbot called DeadCord which is a fully functioning selfbot with over 75 commands. However, the real commands are in the Deadware bot. The following list is the up to date commands:

  • test_con - tests connection
  • create_file - creates a file
  • start_process - starts process
  • computer_shutdown - shuts down computer
  • deadware_bomb - messes with computer
  • get_token - gets selfbot token
  • start_typing - opens notepad and types message
  • get_ip - gets machine IP
  • end_task - ends a task
  • get_tasks - gets current processes running
  • get_netstat - gets netstat output
  • blue_screen - forces a temp BSOD
  • error_drawing - starts cursor drawing
  • upload - uplaods a file and runs it
  • cwd - gets currenct working directory
  • dir - lists folders in directory
  • ext_search - searches for file with extention
  • change_dir - changes file directory

About

A simple yet effective Discord Bot RAT created in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%