<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: deactivate encoding for analysis purposes? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/deactivate-encoding-for-analysis-purposes/m-p/1442076#M210164</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Definetly - it is even BSP-specific.&lt;/P&gt;&lt;P&gt;Brian McKellar has posted some documents on that topic in SDN. I just do not have the URL at hand ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Jul 2006 06:48:18 GMT</pubDate>
    <dc:creator>Wolfgang_Janzen</dc:creator>
    <dc:date>2006-07-24T06:48:18Z</dc:date>
    <item>
      <title>deactivate encoding for analysis purposes?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/deactivate-encoding-for-analysis-purposes/m-p/1442070#M210158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi security folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have a scanning tool which we successfully use to anaylze development work on web applications. The main purpose is security analysis such as parameter validations etc etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The SAP WAS is causing problems for such analysis as the parameters / values are base64 encoded into the path, so the scanner cannot know or test it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anybody know whether and where it is possible (or legal?) to deactivate this encoding, or should we just accept it as a security feature which makes our system safer?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Julius&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2006 16:12:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/deactivate-encoding-for-analysis-purposes/m-p/1442070#M210158</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-19T16:12:56Z</dc:date>
    </item>
    <item>
      <title>Re: deactivate encoding for analysis purposes?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/deactivate-encoding-for-analysis-purposes/m-p/1442071#M210159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The base64 encoding is not a security mechanism. It is used to transport special characters in URLs without using URL encoding. I do not know if there is a way to deactivate the b64 encoding but strongly doubt it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suppose you are refering to a web application firewall in front of your SAP WAS. Wouldn't it be possible to identify those parameters that are b64 encoded, decode them in the WAF and check the decoded values? As far as I know most of the params are not encoded and can be checked right away.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jul 2006 09:03:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/deactivate-encoding-for-analysis-purposes/m-p/1442071#M210159</guid>
      <dc:creator>christian_wippermann</dc:creator>
      <dc:date>2006-07-20T09:03:07Z</dc:date>
    </item>
    <item>
      <title>Re: deactivate encoding for analysis purposes?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/deactivate-encoding-for-analysis-purposes/m-p/1442072#M210160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Christian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also have my doubts as OSS returns a note indicating that the government has middled with the topic. (631826 category "legal change")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The scanner is located on the front end and the user navigates around a bit so the scanner can inform itself. The encoding of parameters and values for the same directory makes it think that all URLs are unique paths - &amp;gt; so it cannot go prowling beyond the encoded value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The idea of the tool is not rocket science, it is used to automate some of the testing / QA (with a bit of help from human intuition) to do a high level check for known errors (scripting, injection, missing input validation etc). Never the less, is there a source on identifying a b64 encoded value and decoding it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks for the idea,&lt;/P&gt;&lt;P&gt;Julius&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jul 2006 09:40:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/deactivate-encoding-for-analysis-purposes/m-p/1442072#M210160</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-20T09:40:39Z</dc:date>
    </item>
    <item>
      <title>Re: deactivate encoding for analysis purposes?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/deactivate-encoding-for-analysis-purposes/m-p/1442073#M210161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Julius,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you do semi-automated checks, you should find them. Strings like "Y2t3Lg==" especially if they have one or two equal signs at the end are most probably Base64 (&amp;lt;a href="http://en.wikipedia.org/wiki/Base64"&amp;gt;see wikipedia for some detailed explaination&amp;lt;/a&amp;gt;).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Be careful that besides alphanumeric characters also "+" and "/" are allowed in b64 encoded values. They will additionally be URL encoded to %2B and %2F. Before you decode b64 you need to URLdecode these values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For occasional decoding / encoding of base64, you could use the various online tools. Just google for "&amp;lt;a href="http://www.google.de/search?hl=de&amp;amp;q=base64&lt;EM&gt;encode&lt;/EM&gt;decode&amp;amp;meta="&amp;gt;base64 encode decode&amp;lt;/a&amp;gt;".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helped,&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jul 2006 11:03:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/deactivate-encoding-for-analysis-purposes/m-p/1442073#M210161</guid>
      <dc:creator>christian_wippermann</dc:creator>
      <dc:date>2006-07-20T11:03:29Z</dc:date>
    </item>
    <item>
      <title>Re: deactivate encoding for analysis purposes?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/deactivate-encoding-for-analysis-purposes/m-p/1442074#M210162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Julius,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm sorry, but most likely you are on the wrong track.&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="137792"&gt;&lt;/A&gt;).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Wolfgang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jul 2006 12:54:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/deactivate-encoding-for-analysis-purposes/m-p/1442074#M210162</guid>
      <dc:creator>Wolfgang_Janzen</dc:creator>
      <dc:date>2006-07-20T12:54:58Z</dc:date>
    </item>
    <item>
      <title>Re: deactivate encoding for analysis purposes?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/deactivate-encoding-for-analysis-purposes/m-p/1442075#M210163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Wolfgang,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are mangled URL's a proprietary thing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Julius&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jul 2006 13:16:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/deactivate-encoding-for-analysis-purposes/m-p/1442075#M210163</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-20T13:16:28Z</dc:date>
    </item>
    <item>
      <title>Re: deactivate encoding for analysis purposes?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/deactivate-encoding-for-analysis-purposes/m-p/1442076#M210164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Definetly - it is even BSP-specific.&lt;/P&gt;&lt;P&gt;Brian McKellar has posted some documents on that topic in SDN. I just do not have the URL at hand ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jul 2006 06:48:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/deactivate-encoding-for-analysis-purposes/m-p/1442076#M210164</guid>
      <dc:creator>Wolfgang_Janzen</dc:creator>
      <dc:date>2006-07-24T06:48:18Z</dc:date>
    </item>
    <item>
      <title>Re: deactivate encoding for analysis purposes?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/deactivate-encoding-for-analysis-purposes/m-p/1442077#M210165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Wolfgang.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We will try to find the decode_url and figure it out how to use it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the effort is worth it I will update the post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Many thanks,&lt;/P&gt;&lt;P&gt;Julius&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jul 2006 07:46:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/deactivate-encoding-for-analysis-purposes/m-p/1442077#M210165</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-24T07:46:53Z</dc:date>
    </item>
    <item>
      <title>Re: deactivate encoding for analysis purposes?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/deactivate-encoding-for-analysis-purposes/m-p/1442078#M210166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; Are mangled URL's a proprietary thing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's the &amp;lt;a href="/people/brian.mckellar/blog/2003/09/30/bsp-in-depth-url-mangling to Brian's Blog on "Mangled URLs"&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Aug 2006 08:20:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/deactivate-encoding-for-analysis-purposes/m-p/1442078#M210166</guid>
      <dc:creator>Wolfgang_Janzen</dc:creator>
      <dc:date>2006-08-25T08:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: deactivate encoding for analysis purposes?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/deactivate-encoding-for-analysis-purposes/m-p/1442079#M210167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Wolfgang!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From the blog: &amp;lt;i&amp;gt;"anyone in our group who even thinks about using frames is banished from the office for the day :-).&amp;lt;/i&amp;gt;"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well, it is Friday and the sun is shining... &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Aug 2006 08:38:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/deactivate-encoding-for-analysis-purposes/m-p/1442079#M210167</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-25T08:38:29Z</dc:date>
    </item>
  </channel>
</rss>

