|
You are here |
hacktricks.wiki | ||
| | | | |
blog.deesee.xyz
|
|
| | | | | 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
|
|
| | | | | [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
|
|
| | | | | 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
|
|
| | | [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. | ||