admin管理员组

文章数量:1189389

I am trying to trigger a snort alert, I am following the recipe here, I start by finding a string, this one pops up:

/etc/snort/rules/community-sql-injection.rules:alert tcp $EXTERNAL_NET any -> $HOME_NET $HTTP_PORTS (msg:"COMMUNITY SQL-INJECTION Microsoft BizTalk Server 2002 rawdocdata.asp"; flow:to_server,established; uricontent:"/rawdocdata.asp?"; nocase; 

So I'm thinking I can just curl my localhost from the host or from outside and it will trigger, but what is happening instead is my web server gets the request, seemingly circumventing snort?

curl -A '/rawdocdata.asp' http://localhost/index.html

Any idea how I can simply fire an alert into the snort log?

Thanks for any help, Kevin

本文标签: Trying to trigger a snort alert for testingStack Overflow