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
版权声明:本文标题:Trying to trigger a snort alert for testing - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1738410630a2085303.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论