Tagged Questions

2
votes
6answers
343 views

Im being attacked please help

Hi Can someone please help. Someone is putting this code onto my aspx page. What are they doing? How are they doing it? How do I stop them? Its on a shared hosting server. …
4
votes
4answers
236 views

Common Website Attack Methods, Detection, and Recovery

I've seen a lot of questions here about specific types of attacks against websites, including SQL injection, denial-of-service, and cross-site scripting. I would like to get a l …
3
votes
5answers
558 views

How to prevent code injection attacks in PHP?

I am abot confusing, there are so many functions in PHP, and some using this, some using that. Some people use: htmlspecialchars(), htmlentities(), strip_tags() etc Which is the c …
0
votes
6answers
617 views

iframe/script attack to website

I faced a website attack problem that some malicious javascript code added to all pages in my webiste. Recently I faced another problem that my website is attacked with the follo …
0
votes
1answer
295 views

C# MVC: What is a good way to prevent Denial Of Service (DOS) attacks on ASP.NET sites?

I'm looking for a good and inexpensive way to prevent denial of service attacks on my ASP.NET MVC site. I've been thinking about a solution that intercepts the HttpHandler and th …
14
votes
6answers
654 views

client’s website was attacked, eeek!

Well, I guess this day had to come. My client's website has been compromised and blacklisted by Google. When you load the main page this javascript gets automatically added to the …
0
votes
3answers
255 views

Protection from Format String Vulnerability

What exactly is a "Format String Vulnerability" in a Windows System, how does it work, and how can I protect against it?