alert http $EXTERNAL_NET any -> $HTTP_SERVERS any (
msg:"ET WEB_SPECIFIC_APPS programsrating postcomments.php id XSS attempt";
flow:to_server,established;
http.method;
content:"GET";
http.uri;
content:"/rating/postcomments.php?"; nocase;
content:"id="; nocase;
content:"<script>"; nocase;
content:"</script>"; nocase;
reference:url,www.packetstormsecurity.org/0907-exploits/programsrating-xss.txt;
classtype:web-application-attack;
sid:2009673; rev:6;
metadata:created_at 2010_07_30, signature_severity Major, updated_at 2020_09_09;
)