Skip to content

In this repositories we will learn , How to make Trojan and How to use it on target. This is only for Educational purposed don't use it any any public place, Just have fun with this.

License

Notifications You must be signed in to change notification settings

AnandKatariya/Create-Trojan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 

Repository files navigation

Welcome to Repositorie of how to make Trojan👋

Dont try this at Home, School,Or any other public place!!!


Introduction to Trojan

Go to Root Terminal

sudo su

Git clone

git clone https://github.com/screetsec/TheFatRat.git

Go to dictonary

cd FatRat/

List the dictonary

ls

So now here you will able to see that setup.sh don't have excuateable permission, So we will give the permission.

See which file are excuatable

ls -l

So we can see here that this setup.sh file don't have excuatalbe permission only these file have read and write permission, So will give ther permission.

Give excuatable permission

chmod +x setup.sh

Now the file name setup.sh will get excuatable permission.

Run the file

setup.sh

It will upgrade all the repository and will autoinstall all the tool which are needed.

List the dictonary

ls 

Give excuatable permission to FatRat

chmod +x fatrat

Run the FatRat

./fatrat

Run the setup file

./setup.sh

Now we will able to see that all repository are been updated, But still now we can see that some tools are not been install, As we can see that mingw-32, mingw-w64 are not install so we need to manually install it.

Install mingw-w64

apt-get install mingw-w64

Install mingw-32

apt-get install mingw-32

Now all tools have been installed. So now you can run the file and make the Remote Acess Trojan (RAT).

Open the file

./fatrat

Now its the end of code you can have fun with this Trojan and just remember don't use it for revenge or any other public place just have fun with this.

Author

👤 Anand Katariya

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!

Stay tuned for more updates.

About

In this repositories we will learn , How to make Trojan and How to use it on target. This is only for Educational purposed don't use it any any public place, Just have fun with this.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published