Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I am trying to block access to urls that include a certain file name as part of an exploit. Here is a sample URL:http://www.someplace.com/index.php?exec%20udp.plWhat is usually common in the exploits I am looking to block is the udp.pl. Here is wha...