Using Resource Obfuscation to Reduce Risk of Mass SQL Injection
One of the ways miscreants locate targets for mass SQL injection attacks that can leave your applications and data tainted with malware and malicious scripts is to simply seek out sites based on file...
Published Mar 05, 2009
Version 1.0Lori_MacVittie
Employee
Joined October 17, 2006
Lori_MacVittie
Employee
Joined October 17, 2006
Mar 05, 2009
Don't forget the "HTTP::header sanitize" command that will strip out all server headers except the list you provide. Good for only allowing the headers you want to go through regardless of the backend web server.
-Joe