How to Create a RAT Which Fully FUD and Does Not Require Port-Forwarding.

Jul 13, 2017 07:23 PM
636355453161297549.jpg

Step 1: Introduction to Telegram

Telegram is a Very secure messenger, and includes a lots of features. One great feature is it's own Bot API

. You will have to create a account on Telegram and the in search bar, search for botfather talk to this bot to create your own Bot. Now once you create your bot, the botfather will give you your bot's Token copy that and we will use it later.

Step 2: Downloading the NR_RAT_BETA Repository.

Go to this URL and Download the master branch of the repository NR_RAT_BETA

Step 3: Configuring the RAT

Note that this will only work in Python 2.7

Open a command prompt as Administrator.

Change directory to the folder where you have extracted the zip of the tool.

Then type

" pip install -r requirements.txt "

And this will install important modules.

Now open RAT_Attack.py

In line 29 paste the token you got from bot father.

Now save and exit.

Step 4: Testing the RAT.

Now In CMD run this command

" python RAT_Attack.py "

And Now open your bot in Telegram and send Commands like /ipinfo, /pcinfo, /capture_pc.

Once these commands gets successfully executed.

You will see some Output in CMd Like this

636355453161297549.jpg

That Will be your Chat I'd, Copy That and paste this in line 34 of RAT_Attack.py.

Now to compile the RAT as an EXE just run Compile.bat

Comments

No Comments Exist

Be the first, drop a comment!