NinethSense oWnZ mE!: Praveen’s drawing book

Choose a Topic:

Mon
16
Apr '07

winowl32.dll - Backdoor.Trojan

I was messed up with this nasty piece of dll. I tried to remove it with NAV but it simply detects and not cleans.. not even able to quarantine. I was not able to delete it maually also.

Now I fixed it (hope) by loging in to Administrator directly to the safemode command prompt. (I couldnt remove the file with safemode gui). then go to c:\WINDOWS\SYSTEM32 and delete this file winowl32.dll.

;) After that I created a text file with the same name and applied a attrib +r +h +s +a… just what I usually do for fooling the trojen/virus invokers.
'

Microsoft Silverlight

Microsoft Silverlight is a cross-browser, cross-platform plug-in for delivering the next generation of media experiences and rich interactive applications (RIAs) for the Web.

Microsoft Silverlight
http://www.microsoft.com/silverlight/
'

ASP.NET: How to detect .NET version from Browser - using User-Agent string.

This code will help you to fetch the .NET versions installed on the client browser.
/* Author: Praveen */
< %@ Page Language=“c#” ContentType=“text/html” %>
< %
	string useragent = Request.ServerVariables[“HTTP_USER_AGENT”];
   
	System.Text.RegularExpressions.Regex r = new System.Text.RegularExpressions.Regex(“.NET CLR [0-9.]*”);
	bool flag = false;
	foreach (Match m in r.Matches(useragent))
    {
        Response.Write(“<br><li>” + m.Value.Replace(“CLR”, “Framework”));
        flag = true;
    } 
    if (!flag) 
    {
        Response.Write(“You have NO .NET frameworks installed”);
    }
%></li>


Result will be somewhat like:
  • .NET Framework 2.0.50727

  • .NET Framework 1.1.4322
  • .NET Framework 3.0.04506.30
  • '

    I just received my MVP Academy Participation Certificate

    Months before, I joined for a cource (2310) Developing Microsoft ASP.NET Web Applications Using Visual Studio 2005. I just got the “Certificate of Participation” from Microsoft.

    Great to see :)
    The CodeProject Microsoft Developer Network Official ASP.NET Forums Microsoft .NET Framework Community Microsoft Most Valuable Professional Kidoos forums Microsoft Visual Studio Developer Home Professional Information Technology Solutions Microsoft Research Home Trivandrum Microsoft Users Group Community Website