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 Cross-Site Scripting php attempt

Subject: [Snort-sigs] new rule for detect Cross-Site Scripting php attempt
Date: Thu, 10 Nov 2005 06:59:10 +0100 (CET)
Hi,

please check and add this new rule :

web-php.rules:alert tcp $EXTERNAL_NET any -> $HTTP_SERVERS $HTTP_PORTS (msg:"WEB-PHP XSS attempt"; content:"GET"; nocase; depth:3;
uricontent:"|2E|php"; nocase; uricontent:"|3C|script|3E|"; nocase;
uricontent:"|3C 2F|script|3E|"; nocase; classtype:web-application-attack; )


this rule detect if your pass <script>...</script> on your uri,

Improve/comments are welcome.

Regards
Rmkml


------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ 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 Cross-Site Scripting php attempt, rmkml <=