Jump to content

Beware of .scr files


Recommended Posts

A few weeks ago, some random people started sharing "Screenshot" links on steam and such.

 

This is an example of a link: http://****.com/IMG_02112014.png.

The link doesn't download a png file but a .scr file.

It even has an icon that makes it look like windows generated a preview of the image.

 

Renaming it to a .exe file and using JetBrains's dotPeek to uncompile it shows some basic .NET C# code written in chinese.

 

Nice try kido.

 



using System;
using System.Threading;
using System.Windows.Forms;
using 艾娜贼艾伊艾哦克;


namespace 丝马诶艾马艾豆比
{
  internal static class 艾伊艾伊西艾娜吉
  {
    private static void 贼艾吉维豆艾丝艾(string[] args)
    {
      Thread.Sleep(10);
      Application.EnableVisualStyles();
      Application.SetCompatibleTextRenderingDefault(false);
      Application.Run((Form) new 德勒吾开维艾克维(args));
    }


    [STAThread]
    public static void 艾艾斯艾儿尔丝吾(string[] args)
    {
      try
      {
        if (args[0] == "/S")
          德勒吾开维艾克维.豆娜贝娜娜 = true;
        艾伊艾伊西艾娜吉.贼艾吉维豆艾丝艾(args);
      }
      catch (Exception ex)
      {
        艾伊艾伊西艾娜吉.贼艾吉维豆艾丝艾(args);
      }
    }
  }
}

Edited by Heretic121
Link removed.
  • Like 2
Link to comment
Share on other sites

This is an example of a link: [Link removed](do not click it).

 

Removed the link because people have a nasty habit of being idiots :)

  • Like 2
Link to comment
Share on other sites

Removed the link because people have a nasty habit of being idiots :)

 

I readded and censored the link since the pattern of the URL is relevant to the topic.

Link to comment
Share on other sites

I readded and censored the link since the pattern of the URL is relevant to the topic.

 

lol, you should remove that link or at least change something on it, cuz you're sharing the virus.

 

Maybe like this

http://****.com/IMG_02112014.png

IMHO

Edited by Heretic121
Edited your proposed edit of my edit of his original post...
  • Like 1
Link to comment
Share on other sites

lol, you should remove that link or at least change something on it, cuz you're sharing the virus.

 

Maybe like this

http://****.com/IMG_02112014.png

IMHO

 

It's a topic in security section I honestly don't expect people to be dumb enough to click the link, download the file and execute when the whole topic is a warning of it's content lmao.

Anyway I already censored the link.

Link to comment
Share on other sites

I will click on anything, especially if there is a coupon attached.

 

Me too sadly :P I would never want to risk some hot girls in my area that want to meet me be not able to contact me!

 

Still Quovadis thanks for sharing this with us because I learned a new thing that might actually help me in the future :cheers

Link to comment
Share on other sites

It's a topic in security section I honestly don't expect people to be dumb enough to click the link, download the file and execute when the whole topic is a warning of it's content lmao.

Anyway I already censored the link.

 

Indeed when you said it was an example I was waiting an image for what you get, not the link of the malware.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.