This repository has been archived by the owner on May 2, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 165
VanillaRAT Guide
Daniel Huinda edited this page May 15, 2019
·
6 revisions
Networking:
-
Port Forwarding: To get started with using VanillaRAT on foreign computers, you must open a port. The default port on VanillaRAT is 1604, however this can be changed through the settings. You must open the port on at least TCP. Follow your internet providers instructions on opening ports; this is normally achieved by opening command prompt, typing in
ipconfig
, copying the default gateway entry, pasting it in the web link bar, and accessing your routers firewall settings. - Dynamic DNS: While a DNS address is not required a lot of the time, it is extremely recommended. To set up a dynamic DNS address, go to https://www.noip.com/. Set up an account, and create a host name, it should be a -A record. Download the DUC updater application, add your hostname on it, and you should be set up.
Settings:
- Port: Set your port to the one you opened earlier.
- Update Interval: You may leave this alone, or tune this for performance. This is how often the server checks for, and sends data.
Hit save once you are done configuring VanillaRAT.
Builder:
- Port: Set the port to the one you opened earlier.
- DNS: Add your host name that you created earlier, or 127.0.0.1 for local host (the client will not be foreign).
- Client Tag: Set a client tag, this will be how you identify the client.
- Name: Set an EXE name, this will be the output name of the executabe.
- Update Interval: You may leave this alone, or tune this for performance. This is how often the client checks for, and sends data.
- Install: Enable/Disable this setting for the client to be dropped in the application data folder.
- Startup: Enable/Disable this setting for the client to be added to startup.
Hit build once you are done setting up your client. The client will build, and open the clients folder.
Controls
- Start: Starts server on the port configured.
- Stop: Stops server.
Client (Right Click On Client):
- Client Controls: Kill Process: Uninstalls the application, then exits it self. Disconnect: In case of connection issues, this will disconnect the client, and it will enter the reconnect loop again.