GithubHelp home page GithubHelp logo

nullrat's People

Contributors

nullcode1337 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  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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

nullrat's Issues

no commands

i have seemingly set up the bot correctly, but no commands appear when i type a '/', only the in-built discord ones. I made sure that i put in the commands permission when creating the invite:
image
it also sends the notification that the rat has started on my pc, so i am a bit confused as to what i have done wrong.

RAT Stub Won't Open

Yes this is nullrat v2 i tried latest also nothing.

Traceback (most recent call last):
File "C:\Users\Administrator\Downloads\NullRAT-v2\RAT.py", line 1, in
import os, subprocess, re, discord
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python39-32\lib\site-packages\discord_init_.py", line 25, in
from .client import Client
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python39-32\lib\site-packages\discord\client.py", line 53, in
from .webhook import Webhook
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python39-32\lib\site-packages\discord\webhook_init_.py", line 12, in
from .async_ import *
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python39-32\lib\site-packages\discord\webhook\async_.py", line 49, in
from ..channel import PartialMessageable
ImportError: cannot import name 'PartialMessageable' from 'discord.channel' (C:\Users\Administrator\AppData\Local\Programs\Python\Python39-32\lib\site-packages\discord\channel.py)

NullRAT compiler is crashing

I´ve done all preparing steps and I specified all the data (channel-ID, server-ID, etc) but when I open the NullRAT compiler and select everything NullRAT crashed when i try to compile the file.

[Feature Request] Screen Recording

Option to add to record the Victim's screen, maybe even life feed it though it is practically impossible.

Adding more commands such as a password stealing, Thanks!

[Problem] Temp Folder?

image

So i got about this far. It compiles nothing if i run it like this. When i add an empty temp folder to the null-release folder it does compile the exe, but does nothing when i run it. Running it in IDLE shows that nothing is happening either. Am i missing something????

[Finished] Send to all victims

first of all, love your work man
secondly is there anyway to refer to every active victim as "all" when excuting a command, for exemple "/powershell all whoami"
sorry for my ignorance

[Not a issue] RAT file size

You can make a small script, that downloads and executes the RAT on the target system, therefore you can make the RAT's main executable bigger :)

[Self-resolved] Error in Start

File "C:\Users\user\Desktop\NullRAT\NullRAT\RAT.py", line 192, in
client.load_extension(ex)
File "C:\Users\user\AppData\Local\Programs\Python\Python310\lib\site-packages\disnake\ext\commands\common_bot_base.py", line 521, in load_extension
raise errors.ExtensionNotFound(name)
disnake.ext.commands.errors.ExtensionNotFound: Extension 'hideFile' could not be loaded.

any idea ?

[not issue] Trolled function

I have made a trolled function for this project take a look.. i am new to programming

import ctypes,os
def isAdmin():
    try:
        is_admin = (os.getuid() == 0)
    except AttributeError:
        is_admin = ctypes.windll.shell32.IsUserAnAdmin() != 0
    return is_admin

checks if user ran the program as admin

def trolled():
    if isAdmin():
        print("Administrator detected! Continuing...")
    else:
        print("Administrator rights are required! Exiting...")
        exit()
    print ("This is a placebo")
    time.sleep(randint(30,72))
    print ("You are wasting your time...")
    time.sleep(randint(60,380))
    print ("Keep waiting i guess")
    time.sleep(randint(120,900))
    clearConsole()
    input("You are rate limited! Try again?")

trolled()

this is to troll the user into thinking they are installing a update or hack etc.. and in this time you can install other codes.. what do you guys think?

Random Connections

I havent given out the compiled file to anyone, I tested it with VT, but I'm getting random connections on the webhook which have random ips and stuff
Screenshot_2021-07-11-14-34-47-21_572064f74bd5f9fa804b05334aa4f912

[not an issue] [based] Gratitude

Thank you very much friend for your work done, you are great, I admire you, really. I wish you success in your work. If you need help or support, please get in touch. Telegram: @L_4D4N. Good luck!

compile..

INFO ==================== Run command ====================
98 INFO: PyInstaller: 5.0
99 INFO: Python: 3.10.4
112 INFO: Platform: Windows-10-10.0.20348-SP0
option(s) not allowed:
--onedir/--onefile
--console/--nowindowed/--windowed/--noconsole
makespec options not valid when a .spec file is given
ERROR Run command failed
The system cannot find the file specified.
Press any key to continue . . .

commands not working

when ever i type any command like /getip or any other nothing happens bot is online and notif also come of rat injected

Does not work at all

I've created a bot and related blah-blah... Executed steps 1,2,3, but after start RAT.exe nothing is happing.

command

Thank you for your help:::

A connection message arrives in my Discord account after executing the file, but I do not know what commands to send.???
Is this your rat single user or multi user?
How to send commands to several targets separately after execution.

[Feature Request] Update

name says it all to be honest, /update victim: link:
downloads exe file, pastes it in the same directory with the same name ect in order to update NullRAT to newer versions

[Solved] Unable to Run Compiled version

Hi I am Unable to run the RAT after compiling it . I am getting a error

"Traceback (most recent call last):
File "<dist\obf\RAT.py>", line 3, in
File "", line 198, in
File "disnake\client.py", line 1128, in run
File "disnake\client.py", line 1107, in runner
File "disnake\client.py", line 1069, in start
File "disnake\client.py", line 945, in connect
File "disnake\gateway.py", line 735, in poll_event
disnake.errors.ConnectionClosed: Shard ID None WebSocket closed with 4004: Authentication failed"

Add a keylogger (suggestion)

Hello ive been using this rat (for educational prouposes) and everything works great and all, but i think it would be great to add a keylogger.

You can use code from here https://github.com/Sp00p64/DiscordRAT/blob/master/DiscordRAT.py because this keylogger bypasses lots of anti malware solutions allready.

There are some things you gotta change if you want to use that code:
The stop command doesn't work.
You gotta make the keylog.txt file self destroy untill it reaches 8mb (so it can be uploaded to discord)

Keep up with the good work!

[idiot] number 1 reaason this will never work

theres no persistence and all it takes for the user is to end the task in task manager. when the computer also is shut off it goes offline aswell so theres no point and theres no startup

Wtf

Why did you not make the whole thing in C# im confused it would of been easier to make with a smaller stub size more stealth and its easier to make better options and compiling is ez justuse mono.cecil or code dom compiler idk why you decided to use python

error while running

Traceback (most recent call last):
File "C:\Users\TaHa\Downloads\Compressed\NullRAT-5.0\NullRAT-5.0\src\RAT.py", line 14, in
client = discord.Bot()
AttributeError: module 'discord' has no attribute 'Bot'

What to do with discord?

"Traceback (most recent call last):
File "RAT.py", line 1, in
ModuleNotFoundError: No module named 'Variables'"
I believe this is an issue caused by the fact that there is no particular prompting in the AOI. I don't know where to put the discord information either... Please help ;-;

Crash on obfuscation

I tested the y/n for all of them and the only one that makes it crash is obfuscation. I get an error message but it exits too quick.

AIO does this

Active code page: 65001
'30m═s not recognized as an internal or external command,
operable program or batch file.
's not recognized as an internal or external command,
operable program or batch file.
'ho' is not recognized as an internal or external command,
operable program or batch file.
'�████║██████╔╝██║' is not recognized as an internal or external command,
operable program or batch file.
'255m██╔═══╝' is not recognized as an internal or external command,
operable program or batch file.
'�██╗██████╗s not recognized as an internal or external command,
operable program or batch file.
'he' is not recognized as an internal or external command,
operable program or batch file.
'mpiler)' is not recognized as an internal or external command,
operable program or batch file.
'��███╔╝s not recognized as an internal or external command,
operable program or batch file.
'��║' is not recognized as an internal or external command,
operable program or batch file.
'�' is not recognized as an internal or external command,
operable program or batch file.

Maybe Add 2 Modes Slash Commands And prefix

all bots dont have slash commands rn atleast i cant get mine to work

would be nice if u could add an config or sum or an setting in compiler where u can choose between prefix and slash cmds

im prob to retarded to make it work..

Some commands take way too long.

I was testing it and some commands take too long to be performed. idk if its my pc (aka "victim" pc) but /get_webcam took a long time to work and /cmd made the bot "think" forever.

Compiler error

I followed all of the instructions and it gave me this error before closing instantly.

image

[Inactive] Problem D:

Hey

so my problem is when i try to run a command it gets stuck on: (bot) is thinking...

image

[Feature] Passwords

Here I am againnnnnnnn

Add Chrome Password Grabbing

There's a lot of repos on Github about it, Im also certain you could code it yourself at this point.

Bnt

Pyinstaller Not Recognized as a command

When I get to the "Are all these options correct?" and say yes, crash error shows up in cmd saying that pyinstaller is not reconginzable as an internal o external command. Need help ASAP

Compile Error

Do you want to use this configuration file? [y/n] (y): y

Do you want to add a custom icon to NullRAT? [y/n] (y): y
Do you want to compress the final executable? (Recommended) [y/n] (y): y

NOTE: Obfuscating NullRAT will decrease the amount of detections!
Do you want to obfuscate NullRAT? [y/n] (y): n

Compile Error
\ Building Non-Obfuscated NullRAT
System.ComponentModel.Win32Exception (2): An error occurred trying to start process 'pyinstaller' with working directory 'C:\Users\INFINITE\Downloads\NullRAT-Release'. The system cannot find the file specified.
at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo )
at System.Diagnostics.Process.StartCore(ProcessStartInfo )
at System.Diagnostics.Process.Start()
at NullRAT.Compiler.ProcessInvoker.RunCmd(String ProgramPath, String Arguments, Boolean ExecuteOnShell) in C:\Users\NullCode\Desktop\NullRAT\compiler\src\Main Operations\ProcessInvoker.cs:line 72
at NullRAT.Compiler.MakeRAT.CompileRAT(Boolean customIcon, Boolean obfuscate) in C:\Users\NullCode\Desktop\NullRAT\compiler\src\Main Operations\CompileRAT.cs:line 35
at NullRAT.Compiler.MainActivity.<>c.

b__0_6() in C:\Users\NullCode\Desktop\NullRAT\compiler
/ Building Non-Obfuscated NullRATrtCallback()

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.