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] Powergap Remote File Inclusion Signatures

Subject: [Snort-sigs] Powergap Remote File Inclusion Signatures
Date: Thu, 17 Aug 2006 17:56:57 -0400
These seemed simple enuff

alert tcp $EXTERNAL_NET any -> $HOME_NET $HTTP_PORTS (msg:"COMMUNITY
WEB-PHP powergap remote file Inclusion Exploit s01";
flow:to_server,established; uricontent:"/s01.php|3f|shopid|3d|";
nocase; pcre:"/s01.php\x3fshopid\x3d(http|https|ftp)/Ui";
reference:url,www.powergap-shop.de;
reference:url,msgs.securepoint.com/cgi-bin/get/bugtraq0608/301.html;)

alert tcp $EXTERNAL_NET any -> $HOME_NET $HTTP_PORTS (msg:"COMMUNITY
WEB-PHP powergap remote file Inclusion Exploit s02";
flow:to_server,established; uricontent:"/s02.php|3f|shopid|3d|";
nocase; pcre:"/s02.php\x3fshopid\x3d(http|https|ftp)/Ui";
reference:url,www.powergap-shop.de;
reference:url,msgs.securepoint.com/cgi-bin/get/bugtraq0608/301.html;)

alert tcp $EXTERNAL_NET any -> $HOME_NET $HTTP_PORTS (msg:"COMMUNITY
WEB-PHP powergap remote file Inclusion Exploit s03";
flow:to_server,established; uricontent:"/s03.php|3f|shopid|3d|";
nocase; pcre:"/s03.php\x3fshopid\x3d(http|https|ftp)/Ui";
reference:url,www.powergap-shop.de;
reference:url,msgs.securepoint.com/cgi-bin/get/bugtraq0608/301.html;)

alert tcp $EXTERNAL_NET any -> $HOME_NET $HTTP_PORTS (msg:"COMMUNITY
WEB-PHP powergap remote file Inclusion Exploit s04";
flow:to_server,established; uricontent:"/s04.php|3f|shopid|3d|";
nocase; pcre:"/s04.php\x3fshopid\x3d(http|https|ftp)/Ui";
reference:url,www.powergap-shop.de;
reference:url,msgs.securepoint.com/cgi-bin/get/bugtraq0608/301.html;)

alert tcp $EXTERNAL_NET any -> HOME_NET $HTTP_PORTS (msg:"COMMUNITY
WEB-PHP powergap remote file Inclusion Exploit sid variant";
flow:to_server,established; uricontent:"/sid|3d|"; nocase;
content:"|26|shopid|3d|"; nocase; within:20;
reference:url,www.powergap-shop.de;
reference:url,msgs.securepoint.com/cgi-bin/get/bugtraq0608/301.html;)

alert tcp $EXTERNAL_NET any -> $HOME_NET $HTTP_PORTS (msg:"COMMUNITY
WEB-PHP powergap remote file inclusion exploit sid variant 2";
flow:to_server,established; uricontent:"/sid|3d|"; nocase;
pcre:"/sid\x3d(http|https|ftp)/Ui"; reference
url,www.powergap-shop.de;
reference:url,msgs.securepoint.com/cgi-bin/get/bugtraq0608/301.html;)

-------------------------------------------------------------------------
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] Powergap Remote File Inclusion Signatures, Ureleet Ureleet <=