Moderator: Integra Moderator
"debug log manager" wrote:++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Script-Filename: /admin/admin_banner.php
----------------
Request-Method: POST
Matching rule: or
In variable: banner_de.scription
In variable: banner_comment
Possible solution:
------------------
#
#-----[ OPEN ]------------------------------------------
#
/admin/admin_banner.php
#
#-----[ FIND ]------------------------------------------
#
require('./pagestart.' . $phpEx);
#
#-----[ AFTER, ADD ]------------------------------------------
#
define('CT_SECLEVEL', 'MEDIUM');
$ct_ignorepvar = array('banner_de.scription','banner_comment');
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM
"Teelk Date 17 Jan 2007 10:45 am" wrote:After changing the relevant file, change the Debug Mode in the ctracker/engines/ct_security.php from "true" to "false", so that there's no message in the header anymore.
If a php file requires "define('CT_SECLEVEL','MEDIUM');" code to be inserted in a file that has already been edited with CrackerTracker code, then you may need to edit the insert as follows:
This is how NOT to do it: (this is only an example)
define('CT_SECLEVEL','MEDIUM');
$ct_ignorepvar = array('message')
define('CT_SECLEVEL','MEDIUM');
$ct_ignorepvar = array('welcome_text')
This code would be correct:
define('CT_SECLEVEL','MEDIUM');
$ct_ignorepvar = array('message','welcome_text')
define('CT_SECLEVEL', 'LOW');$ct_ignorepvar = array('banner_de.scription','banner_comment');
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++Script-Filename]------------------------------------------#/ads_create.php ##-----[ FIND ]------------------------------------------#define('IN_PHPBB', 1); ##-----[ AFTER, ADD ]------------------------------------------#define('CT_SECLEVEL', 'MEDIUM');$ct_ignorepvar = array('submit','additional_info'); ##-----[ SAVE/CLOSE ALL FILES ]------------------------------------------## EoM
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++Script-Filename]------------------------------------------#/admin/admin_ads_categories.php ##-----[ FIND ]------------------------------------------#require('./pagestart.' . $phpEx); ##-----[ AFTER, ADD ]------------------------------------------#define('CT_SECLEVEL', 'MEDIUM');$ct_ignorepvar = array('submit','category'); ##-----[ SAVE/CLOSE ALL FILES ]------------------------------------------## EoM
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++Script-Filename]------------------------------------------#/admin/admin_qbar.php ##-----[ FIND ]------------------------------------------#define('IN_PHPBB', 1); ##-----[ AFTER, ADD ]------------------------------------------#define('CT_SECLEVEL', 'MEDIUM');$ct_ignorepvar = array('explain'); ##-----[ SAVE/CLOSE ALL FILES ]------------------------------------------## EoM ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++Script-Filename: /admin/admin_vault_exchange.php---------------- Request-Method: POST Matching rule: 'In variable: stock_desc Possible solution:------------------ ##-----[ OPEN ]------------------------------------------#/admin/admin_vault_exchange.php ##-----[ FIND ]------------------------------------------#define('IN_PHPBB', 1); ##-----[ AFTER, ADD ]------------------------------------------#define('CT_SECLEVEL', 'MEDIUM');$ct_ignorepvar = array('stock_desc'); ##-----[ SAVE/CLOSE ALL FILES ]------------------------------------------## EoM
"atomhead";p="22144" wrote:
- Code: Select all
##-----[ OPEN ]------------------------------------------#/forums/kb.php ##-----[ FIND ]------------------------------------------#define('IN_PHPBB', 1); ##-----[ AFTER, ADD ]------------------------------------------#define('CT_SECLEVEL', 'MEDIUM');$ct_ignorepvar = array('article_desc','message'); ##-----[ SAVE/CLOSE ALL FILES ]------------------------------------------## EoM
False positive.. applying this fix doesn't get rid of it. Error is when trying to add a KB article.
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Script-Filename: /im4/admin/admin_acronyms.php
----------------
Request-Method: POST
Matching rule: or
In variable: de.scription
Possible solution:
------------------
#
#-----[ OPEN ]------------------------------------------
#
/im4/admin/admin_acronyms.php
#
#-----[ FIND ]------------------------------------------
#
define('IN_PHPBB', 1);
#
#-----[ AFTER, ADD ]------------------------------------------
#
define('CT_SECLEVEL', 'MEDIUM');
$ct_ignorepvar = array('de.scription');
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM
"CaNNon";p="31752" wrote:I think we have a new record! Whats it like 12 hours from almost giving up to his first bit of helping others.
NICE! <img>
define('CT_SECLEVEL', 'MEDIUM');
$ct_ignorepvar = array('user_realname','helpbox','phpBBSecurity_question');
include($phpbb_root_path . 'common.'.$phpEx);
define('CT_SECLEVEL', 'MEDIUM');
$ct_ignorepvar = array('helpbox','delete','deleteall','phpBBSecurity_question','user_interests');
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Script-Filename: /profile.php
----------------
Attack-Time: 11.05.2008 7:20 am
------------
Request-Method: POST
Possible solution:
------------------
#
#-----[ OPEN ]------------------------------------------
#
/profile.php
#
#-----[ FIND ]------------------------------------------
#
include($phpbb_root_path . 'common.'.$phpEx);
#
#-----[ BEFORE, ADD ]------------------------------------------
#
define('CT_SECLEVEL', 'MEDIUM');
$ct_ignorepvar = array('');
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM
Here is the debug log.
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Script-Filename: /chatspot/message_interpreter.php
----------------
Attack-Time: 12.05.2008 20:54 pm
------------
Request-Method: POST
Matching rule: or
In variable: sent
Matching rule: and
In variable: sent
Possible solution:
------------------
#
#-----[ OPEN ]------------------------------------------
#
/chatspot/message_interpreter.php
#
#-----[ FIND ]------------------------------------------
#
include($phpbb_root_path . 'common.'.$phpEx);
#
#-----[ BEFORE, ADD ]------------------------------------------
#
define('CT_SECLEVEL', 'MEDIUM');
$ct_ignorepvar = array('sent');
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM
Omni-Lee
Offline
Joined: 31 Jan 2007
Total posts: 64
2469 Points
Donate
USA
PostPosted: 03 Feb 2007 11:09 pm Post subject: Re: Chatspot not functioning properly Reply with quoteBack to top
This is a problem with CrackTracker catching the 'sent'.
Look for:
PHP: à¢Ãƒ ¢Ã¢â‚¬Å¡Ã‚ ¬Ãƒâ€šÃ‚ º à¢Ãƒ ¢Ã¢â‚¬Å¡Ã‚ ¬Ãƒâ€šÃ‚ ¹ Select à¢Ãƒ ¢Ã¢â‚¬Å¡Ã‚ ¬Ãƒâ€šÃ‚ ºÃƒÆ’ ¢Ãƒ ¢Ã¢â‚¬Å¡Ã‚ ¬Ãƒâ€šÃ‚ ¹ Expand à¢Ãƒ ¢Ã¢â‚¬Å¡Ã‚ ¬Ãƒâ€šÃ‚ º
define( 'IN_PHPBB', true );
Then insert below:
PHP: à¢Ãƒ ¢Ã¢â‚¬Å¡Ã‚ ¬Ãƒâ€šÃ‚ º à¢Ãƒ ¢Ã¢â‚¬Å¡Ã‚ ¬Ãƒâ€šÃ‚ ¹ Select à¢Ãƒ ¢Ã¢â‚¬Å¡Ã‚ ¬Ãƒâ€šÃ‚ ºÃƒÆ’ ¢Ãƒ ¢Ã¢â‚¬Å¡Ã‚ ¬Ãƒâ€šÃ‚ ¹ Expand à¢Ãƒ ¢Ã¢â‚¬Å¡Ã‚ ¬Ãƒâ€šÃ‚ º
define('CT_SECLEVEL', 'MEDIUM');
$ct_ignorepvar = array('sent');
That should fix you up. But before you do so, turn on CrackTracker debug and hop into chat. Use chat for a few minutes even if it doesn't work. View the CrackTracker debug logfile, to verify the issue was with 'sent'. Sorry I can't show my log, but I clear that log for my own debugging purposes periodically.
Attack-Time: 14.05.2008 8:49 am
------------
Request-Method: GET
Matching rule: php_
In variable: a
Possible solution:
------------------
#
#-----[ OPEN ]------------------------------------------
#
/viewtopic.php
#
#-----[ FIND ]------------------------------------------
#
include($phpbb_root_path . 'common.'.$phpEx);
#
#-----[ BEFORE, ADD ]------------------------------------------
#
define('CT_SECLEVEL', 'MEDIUM');
$ct_ignoregvar = array('a');
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM
define('CT_SECLEVEL', 'MEDIUM');
$ct_ignoregvar = array('highlight','a');
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Script-Filename: /index.php
----------------
Attack-Time: 15.05.2008 12:12 pm
------------
Request-Method: GET
Matching rule: cmd
In variable: phpbb
Possible solution:
------------------
#
#-----[ OPEN ]------------------------------------------
#
/index.php
#
#-----[ FIND ]------------------------------------------
#
include($phpbb_root_path . 'common.'.$phpEx);
#
#-----[ BEFORE, ADD ]------------------------------------------
#
define('CT_SECLEVEL', 'MEDIUM');
$ct_ignoregvar = array('phpbb');
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM
//// Load default header//$phpbb_root_path = "./../";require($phpbb_root_path . 'extension.inc');define('CT_SECLEVEL', 'MEDIUM');$ct_ignorepvar = array('desc','create','delete','name','icon');require('./pagestart.' . $phpEx);include($phpbb_root_path . 'includes/functions_admin.'.$phpEx); include_once($phpbb_root_path . 'includes/lite.'.$phpEx);$options = array( 'cacheDir' => $phpbb_root_path . 'var_cache/',);
"Dick Dynamite" wrote:Also, now I can't even change those settings at all. [Avatar/Sig, ect.]. I'm tempted to just uninstall ctracker until something is made to work. <img>
"AliasWeird" wrote:Where is this Knowledge Base showing me how to fix these false messages. As far as I can tell, there are no KB on this site.. I can't add/edit Categories to the forum.
define('IN_PHPBB', 1);
define('CT_SECLEVEL', 'LOW');$ct_ignorepvar = array('selected_tbl');
Registered users: App360MonitorBot, Bing [Bot], Google [Bot], Majestic-12 [Bot]