<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
    <channel>
      <title>one2bla.me</title>
      <link>https://one2bla.me</link>
      <description>Last 10 notes on one2bla.me</description>
      <generator>Quartz -- quartz.jzhao.xyz</generator>
      <item>
    <title>Pwning XML</title>
    <link>https://one2bla.me/Web-app-pentesting/pwning-xml</link>
    <guid>https://one2bla.me/Web-app-pentesting/pwning-xml</guid>
    <description>Advanced file access with CDATA We initially discuss XML External Entities (XXE) exploits in XML External Entities, Retrieving Files, however, the examples provided don’t account ...</description>
    <pubDate>Wed, 04 Mar 2026 00:42:55 GMT</pubDate>
  </item><item>
    <title>Reversing Java web applications</title>
    <link>https://one2bla.me/Web-app-pentesting/reversing-java-web-applications</link>
    <guid>https://one2bla.me/Web-app-pentesting/reversing-java-web-applications</guid>
    <description>Useful configuration files Java web applications map API routes to Java servlets, as described in our Source code analysis methodology notes. The default location Java web applications store their Java servlet mappings is: web.xml No guaranteed which folder this can typically be found in, but be on the lookout for this configuration file in a Java web application.</description>
    <pubDate>Wed, 04 Mar 2026 00:42:55 GMT</pubDate>
  </item><item>
    <title>Reversing Python web applications</title>
    <link>https://one2bla.me/Web-app-pentesting/reversing-python-web-applications</link>
    <guid>https://one2bla.me/Web-app-pentesting/reversing-python-web-applications</guid>
    <description>Debugging Python web applications Usually, Python web applications aren’t distributed in some sort of “compiled” release format - but they can be. We’ll discuss reverse engineering compiled Python applications if we need to, but for now we’ll just talk about about plaintext web applications.</description>
    <pubDate>Wed, 04 Mar 2026 00:42:55 GMT</pubDate>
  </item><item>
    <title>Server-side request forgery</title>
    <link>https://one2bla.me/Web-app-pentesting/server-side-request-forgery</link>
    <guid>https://one2bla.me/Web-app-pentesting/server-side-request-forgery</guid>
    <description>Server-side request forgery (SSRF) is a scenario in which the attacker can coerce the vulnerable server to make requests to other hosts on the attacker’s behalf ...</description>
    <pubDate>Wed, 04 Mar 2026 00:42:55 GMT</pubDate>
  </item><item>
    <title>Server-side template injection</title>
    <link>https://one2bla.me/Web-app-pentesting/server-side-template-injection</link>
    <guid>https://one2bla.me/Web-app-pentesting/server-side-template-injection</guid>
    <description>Server-side template injection (SSTI) is a vulnerability where a server uses an attacker’s input to render a template but fails to sanitize the content provided, enabling the attacker ...</description>
    <pubDate>Wed, 04 Mar 2026 00:42:55 GMT</pubDate>
  </item><item>
    <title>Source code analysis methodology</title>
    <link>https://one2bla.me/Web-app-pentesting/source-code-analysis-methodology</link>
    <guid>https://one2bla.me/Web-app-pentesting/source-code-analysis-methodology</guid>
    <description>Approaches Two central approaches are pretty useful for discovering bugs in a web application during source code analysis: a top-down approach and a bottom-up approach ...</description>
    <pubDate>Wed, 04 Mar 2026 00:42:55 GMT</pubDate>
  </item><item>
    <title>Source code recovery</title>
    <link>https://one2bla.me/Web-app-pentesting/source-code-recovery</link>
    <guid>https://one2bla.me/Web-app-pentesting/source-code-recovery</guid>
    <description>If we get our hands on the compiled byte code for web technologies like C# and Java, we can use various tools to recover the original source code that convert the application’s byte code ...</description>
    <pubDate>Wed, 04 Mar 2026 00:42:55 GMT</pubDate>
  </item><item>
    <title>SQL enumeration</title>
    <link>https://one2bla.me/Web-app-pentesting/sql-enumeration</link>
    <guid>https://one2bla.me/Web-app-pentesting/sql-enumeration</guid>
    <description>Web applications have to store user data so that, when you login, they can restore your session, settings, etc. Where else would they hold this information but a relational database like SQL? Using SQL, however, increases the attack surface for a web application, and allows us to do a bunch of nasty things once we can inject SQL queries and commands.</description>
    <pubDate>Wed, 04 Mar 2026 00:42:55 GMT</pubDate>
  </item><item>
    <title>SQL injection</title>
    <link>https://one2bla.me/Web-app-pentesting/sql-injection</link>
    <guid>https://one2bla.me/Web-app-pentesting/sql-injection</guid>
    <description>In this section, we’ll cover some common ways of discovering SQL injection vulnerabilities in a web application. First, what is SQL injection? It’s when arbitrary input is used by an attacker to construct the remainder of a SQL query by the web application before executing the query on the web app’s underlying database.</description>
    <pubDate>Wed, 04 Mar 2026 00:42:55 GMT</pubDate>
  </item><item>
    <title>Web app enumeration</title>
    <link>https://one2bla.me/Web-app-pentesting/web-app-enumeration</link>
    <guid>https://one2bla.me/Web-app-pentesting/web-app-enumeration</guid>
    <description>Discovering running services After using reconnaissance to define our web application target’s presence on the internet, we aim to enumerate the target’s services ...</description>
    <pubDate>Wed, 04 Mar 2026 00:42:55 GMT</pubDate>
  </item>
    </channel>
  </rss>