<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[How to view encoded string as text]]></title><description><![CDATA[<p dir="auto">My server log is showing a large number of entries like this</p>
<pre><code>%27%29%29%2F%2A%2A%2FaNd%2F%2A%2A%2F6302%3DCONcat%28CHar%28113%29%2BCHar%28106%29%2BCHar%2898%29%2BCHar%2898%29%2BCHar%28113
</code></pre>
<p dir="auto">If I run the mime tool to url decode it, it shows as</p>
<pre><code>'))/**/aNd/**/6302=CONcat(CHar(113)+CHar(106)+CHar(98)+CHar(98)+CHar(113
</code></pre>
<p dir="auto">Is there a way to convert it to plain text?</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/24736/how-to-view-encoded-string-as-text</link><generator>RSS for Node</generator><lastBuildDate>Mon, 10 Aug 2026 16:44:04 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/24736.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 25 Jul 2023 16:42:30 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to view encoded string as text on Mon, 31 Jul 2023 18:59:36 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mkupper" aria-label="Profile: mkupper">@<bdi>mkupper</bdi></a> Thank you for your thoughts on this. The strings are from hackers. They aren’t getting in.  I wanted to have an automatic script to block them when they try since they try over and over.  I know I can use regex to do that but I also wanted to see what they were looking for to see if it is something that might need tightening up. I would have a report that said something like, “10 attempts to access example.php”. But that seems not to be a simple thing so I will just block them with regex and leave it at that. Thanks, again.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/88226</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/88226</guid><dc:creator><![CDATA[toubept]]></dc:creator><pubDate>Mon, 31 Jul 2023 18:59:36 GMT</pubDate></item><item><title><![CDATA[Reply to How to view encoded string as text on Wed, 26 Jul 2023 19:05:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/toubept" aria-label="Profile: toubept">@<bdi>toubept</bdi></a> I would agree with what <a class="plugin-mentions-user plugin-mentions-a" href="/user/rdipardo" aria-label="Profile: rdipardo">@<bdi>rdipardo</bdi></a> wrote.</p>
<p dir="auto">It appears that your server is either under attack or is the victim of a successful attack. If it’s a public facing server under attack then the front end needs to be locked down more to prevent the attacks from getting to the server. If it’s the victim of a successful attack then you have a large problem.</p>
<p dir="auto">Attackers generate hard to decipher strings to prevent or slow you from understanding better what is happening.</p>
<p dir="auto">If I wanted to decode lots of text that looked like <code>CHar(113)+CHar(106)+CHar(98)+CHar(98)+CHar(113</code> then I’d use something other than Notepad++ simply because I don’t know how to do it directly in Notepad++ without lots of thinking and looking things up to see if it’s possible or practical. As I know ASCII I mentally decoded it as <code>qjbbq</code> which seems random and would be further evidence that you are likely dealing with an attacker or have been attacked.</p>
<p dir="auto">It is also possible that there is no attacker. Some commercial packages generate hard to decode and understand code snippets to slow down attempts to reverse engineer how those packages work and/or to slow down or prevent attempts to perform automated data scraping of information that is being presented.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/88139</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/88139</guid><dc:creator><![CDATA[mkupper]]></dc:creator><pubDate>Wed, 26 Jul 2023 19:05:49 GMT</pubDate></item><item><title><![CDATA[Reply to How to view encoded string as text on Tue, 25 Jul 2023 20:04:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/toubept" aria-label="Profile: toubept">@<bdi>toubept</bdi></a>,</p>
<blockquote>
<pre><code>'))/**/aNd/**/6302=CONcat(CHar(113)+CHar(106)+CHar(98)+CHar(98)+CHar(113
</code></pre>
</blockquote>
<p dir="auto">Your server is logging <a href="https://learn.microsoft.com/en-us/sql/t-sql/functions/concat-transact-sql?view=sql-server-ver16" rel="nofollow ugc">Transact-SQL queries</a>. mimeTools would have to extract and evaluate those by sending them to a live RDBMS.</p>
<p dir="auto">Embedding SQL in a query string is a textbook example of <a href="https://www.w3resource.com/sql/sql-injection/sql-injection.php" rel="nofollow ugc">SQL injection</a>, so perhaps mimeTools isn’t your biggest problem right not.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/88109</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/88109</guid><dc:creator><![CDATA[rdipardo]]></dc:creator><pubDate>Tue, 25 Jul 2023 20:04:51 GMT</pubDate></item><item><title><![CDATA[Reply to How to view encoded string as text on Tue, 25 Jul 2023 17:38:52 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/alan-kilborn" aria-label="Profile: Alan-Kilborn">@<bdi>Alan-Kilborn</bdi></a> I was hoping for something more human-readable where I don’t have to look up what the codes mean.  So instead of CHR(113) it would show q.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/88106</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/88106</guid><dc:creator><![CDATA[toubept]]></dc:creator><pubDate>Tue, 25 Jul 2023 17:38:52 GMT</pubDate></item><item><title><![CDATA[Reply to How to view encoded string as text on Tue, 25 Jul 2023 16:58:25 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/toubept" aria-label="Profile: toubept">@<bdi>toubept</bdi></a></p>
<p dir="auto">Hmm, what kind of “plain text” are you looking for?<br />
Meaning, if you had what you want, what would your sample appear like?</p>
]]></description><link>https://community.notepad-plus-plus.org/post/88105</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/88105</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Tue, 25 Jul 2023 16:58:25 GMT</pubDate></item></channel></rss>