Ethical Hacking

Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package.
Computer Forensics Training at InfoSec Institute

Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors.




Network Security Snort-Signatures
[Top] [All Lists]

[Snort-sigs] two new rules for detect Webmin/Usermin null char

Subject: [Snort-sigs] two new rules for detect Webmin/Usermin null char
Date: Mon, 4 Sep 2006 14:42:52 +0200 (CEST)
Hi,

please check and maybe add this two new rule :

web-misc.rules:alert tcp $EXTERNAL_NET any -> $HTTP_SERVERS 10000 
(msg:"WEB-MISC Webmin null char attempt"; flow:to_server,established; 
content:"GET"; nocase; 
depth:3; content:"miniserv.pl"; nocase; distance:1; content:"%00"
; distance:1; reference:bugtraq,19820; reference:nessus,22300; 
classtype:web-application-attack; rev:1; )
web-misc.rules:alert tcp $EXTERNAL_NET any -> $HTTP_SERVERS 20000 
(msg:"WEB-MISC Usermin null char attempt"; flow:to_server,established; 
content:"GET"; nocase; depth:3; content:"miniserv.pl"; nocase; distance:1; 
content:"%00
"; distance:1; reference:bugtraq,19820; reference:nessus,22300; 
classtype:web-application-attack; rev:1; )

Any suggestions and improvements are welcome,

This rule is offered by Crusoe Researches (Team)
http://www.crusoe-researches.com

Regards
Rmkml

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Snort-sigs mailing list
Snort-sigs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/snort-sigs

<Prev in Thread] Current Thread [Next in Thread>
  • [Snort-sigs] two new rules for detect Webmin/Usermin null char, rmkml <=