 |
|
 |
|
- Readme First! - Read and follow the rules, otherwise your posts will be closed |
|
|
|
|
|
There are currently, 175 guest(s) and 0 member(s) that are online.
You are Anonymous user. You can register for free by clicking here |
|
|
|
|
|
|
Union Tap Beta 2 took care of many of the false positives encountered when Beta 1 was distributed. This is Beta 3 which hopefully reduces the false positives from check_num and sid values. Two versions are being released here.
Die Version:
//Union Tap
//Copyright Zhen-Xjell 2004 http://nukecops.com
//Beta 3 Code to prevent UNION SQL Injections
unset($matches);
unset($loc);
if (preg_match("/([OdWo5NIbpuU4V2iJT0n]{5}) /", rawurldecode($loc=$_SERVER["QUERY_STRING"]), $matches)) {
die("YOU ARE SLAPPED BY <a href=\"http://nukecops.com\">NUKECOPS</a> BY USING '$matches[1]' INSIDE '$loc'.");
}
Sting's Modified HA Version:
/* Hack Attempt Hybrid thanks to Zhen-Xjell's Union Tap
from http://www.nukecops.com and Raven from http://www.ravenphpscripts.com/
To whom the Nuke community owes a lot
Posted by Sting to Nuke Cops on 04/23/2004
(See http://www.nukecops.com/postp120356.html#120356) */
unset($matches);
unset($loc);
if (preg_match("/([OdWo5NIbpuU4V2iJT0n]{5}) /", rawurldecode($loc=$_SERVER["QUERY_STRING"]), $matches)) {
header("Location: hackattempt.php?$loc");
die();
}
|
|
Posted on Sunday, April 25 @ 23:21:16 CEST by Zhen-Xjell |
|
|
|
|
| |
|
Average Score: 3.66 Votes: 3

|
|
|
|
|
|
| The comments are owned by the poster. We aren't responsible for their content. |
| | | | |
No Comments Allowed for Anonymous, please register | | | | |
Re: Union Tap Beta 3 Release (Score: 1) by foxyfemfem on Monday, April 26 @ 06:55:28 CEST (User Info | Send a Message) | Yipeeeee Woohooo... it work!! I can access my forum admin and it doesn't effect my sid. Plus, I registered via the forums and it also accept the act_key #. I'd assume the check_num will work as well. |
| | | | | |
|