/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

hacktricks.wiki
| | blog.deesee.xyz
3.0 parsecs away

Travel
| | Regular expression injection is a common bug that doesn't get talked about a lot. This blog post covers how to find that bug and has 3 examples of vulnerabilities found in real applications.
| | golb.hplar.ch
4.4 parsecs away

Travel
| | [AI summary] This article explains how to use regular expressions for string processing and introduces the VerbalExpressions library to make regex patterns more human-readable in Java and JavaScript.
| | blog.stevenlevithan.com
4.1 parsecs away

Travel
| | In the past, I've touched on using regexes to match nested constructs up to a predetermined depth, which is the best you can do unless you're using one of the three regex engines (Perl, PCRE, and .NET) which are currently able to handle true recursion. Well, recently I wanted to be able to support unlimited...
| | www.thinkcode.se
12.9 parsecs away

Travel
| [AI summary] A developer explains how to access the Maven build directory within a Java plugin by defining a parameter with a specific default property expansion.