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] New rule for detect ColdFusion view source with double enco

Subject: [Snort-sigs] New rule for detect ColdFusion view source with double encoding null byte
Date: Wed, 10 Jan 2007 16:06:59 +0100 (CET)
Hi,

Please check and maybe add this new rule for detect ColdFusion view source with 
double encoding null byte :
alert tcp $EXTERNAL_NET any -> $HTTP_SERVERS $HTTP_PORTS (msg:"WEB-COLDFUSION 
double encoding null byte .cfm view source attempt"; 
flow:to_server,established; uricontent:".cfm"; nocase; content:"%2500"; 
reference:cve,2006-5858; classtype:attempted-recon; sid:+1; rev:1;)

Credits:
Crusoe Researches
http://www.Crusoe-Researches.com
contact@Crusoe-Researches.com
CR have already created more than 1500 new rules ! (commercial access)

Best Regards
Rmkml


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
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] New rule for detect ColdFusion view source with double encoding null byte, rmkml <=