diff --git a/add-to-your-blog.php b/add-to-your-blog.php index 3584e6e..b80930c 100755 --- a/add-to-your-blog.php +++ b/add-to-your-blog.php @@ -163,28 +163,6 @@ }// end if isSet($_POST["add-to-your-blog-php-submit-button"]) ?> - -getHint("ReflectedXSSExecutionPoint"); - $lXSRFVulnerabilityAreaBallonTip = $BubbleHintHandler->getHint("XSRFVulnerabilityArea"); - $lHTMLandXSSandSQLInjectionPointBallonTip = $BubbleHintHandler->getHint("HTMLandXSSandSQLInjectionPoint"); - } catch (Exception $e) { - echo $CustomErrorHandler->FormatError($e, "Error attempting to execute query to fetch bubble hints."); - }// end try -?> - - - -
Arbitrary File Inclusion
@@ -75,7 +56,7 @@   - Current Page: + Current Page: diff --git a/browser-info.php b/browser-info.php index 1192e39..0131ec4 100755 --- a/browser-info.php +++ b/browser-info.php @@ -65,25 +65,6 @@ }// end try; ?> - -getHint("ReflectedXSSExecutionPoint"); - $lJavaScriptInjectionPointBallonTip = $BubbleHintHandler->getHint("JavaScriptInjectionPoint"); - } catch (Exception $e) { - echo $CustomErrorHandler->FormatError($e, "Error attempting to execute query to fetch bubble hints."); - }// end try -?> - - -
Browser Information
@@ -94,8 +75,8 @@ Client IP Client Hostname Operating System - User Agent String - Referrer + User Agent String + Referrer Remote Client Port WhoIs info for client IP
$value){ - echo 'Cookie '.$key.''.$value.''; + echo 'Cookie '.$key.''.$value.''; }// end foreach }// end if ?> @@ -154,8 +135,8 @@ - Referrer - + Referrer + Plug-Ins diff --git a/capture-data.php b/capture-data.php index aa74926..d9ac13f 100755 --- a/capture-data.php +++ b/capture-data.php @@ -19,12 +19,6 @@ * ------------------------------------------ */ require_once ('./includes/constants.php'); require_once(__ROOT__.'/includes/minimum-class-definitions.php'); - - /* ------------------------------------------ - * initialize balloon-hint handler - * ------------------------------------------ */ - require_once (__ROOT__.'/classes/BubbleHintHandler.php'); - $BubbleHintHandler = new BubbleHintHandler(__ROOT__."/owasp-esapi-php/src/", $_SESSION["security-level"]); /* ------------------------------------------ * initialize Client Information Handler @@ -142,25 +136,6 @@ include_once(__ROOT__."/includes/log-visit.php"); ?> - -getHint("ReflectedXSSExecutionPoint"); - $lSQLInjectionPointBallonTip = $BubbleHintHandler->getHint("SQLInjectionPoint"); - } catch (Exception $e) { - echo $CustomErrorHandler->FormatError($e, "Error attempting to execute query to fetch bubble hints."); - }// end try -?> - - -
Capture Data
@@ -181,7 +156,7 @@   - + This page is designed to capture any parameters sent and store them in a file and a database table. It loops through the POST and GET parameters and records them to a file named . On this system, the file should be found at . The page @@ -191,7 +166,7 @@   - + The data captured on this request is: diff --git a/captured-data.php b/captured-data.php index b97431b..d9f4368 100755 --- a/captured-data.php +++ b/captured-data.php @@ -56,22 +56,6 @@ ?> - -getHint("ReflectedXSSExecutionPoint"); - } catch (Exception $e) { - echo $CustomErrorHandler->FormatError($e, "Error attempting to execute query to fetch bubble hints."); - }// end try -?> - - - - -getHint("ReflectedXSSExecutionPoint"); - $lBufferOverflowInjectionPointBalloonTip = $BubbleHintHandler->getHint("BufferOverflowInjectionPoint"); - $lHTMLandXSSInjectionPointBalloonTip = $BubbleHintHandler->getHint("HTMLandXSSInjectionPoint"); - } catch (Exception $e) { - echo $CustomErrorHandler->FormatError($e, "Error attempting to execute query to fetch bubble hints."); - }// end try -?> - - -