Seite wählen

http://feedproxy.google.com/~r/sucuri/blog/~3/4iTJIb-mFuo/replica-spam-on-poorly-maintained-asp-sites.html

Replica Spam on Poorly Maintained ASP Site

Although the majority of sites we work on are powered by PHP, we still have clients whose sites use other programming languages.

The other day we cleaned an ASP site where we found a web.config file (the ASP.NET version of .htaccess) with these instructions:

<configuration>

   <system.webServer>

       <defaultDocument enabled=”true”>

           <files>

               <clear />

               <add value=”view.asp” />

               <add value=”Default.asp” />

               <add value=”index.htm” />

               <add value=”index.html” />

               <add value=”iisstart.htm” />

               <add value=”default.aspx” />

               <add value=”index.asp” />

               <add value=”index.aspx” />

           </files>

       </defaultDocument>

Continue reading Replica Spam on Poorly Maintained ASP Site at Sucuri Blog.

Source: Security Feed

Share This