AWAE - OSWE Preparation / Resources
Search…
⌃K
TL;DR
General
Resources
POCs
By Vulnerability
SQL Injection
Deserialization
XSS
XXE
SSTI
File Upload Restrictions Bypass
REGEX
By Language
PHP
Regex
Type Juggling
Java
NodeJS
Random
Other Repositories
Powered By
GitBook
Regex
Compilation of PHP's regular expressions.
Weak Comparison
((STRCMP).*== *0|0 *== *(STRCMP))
==
Weak Filtering
(PREG_REPLACE)[ \('"]*/ *[a-z0-9]{2,}
Deserialization
Regex to find unserialize function followed by anything being passed a variable.
unserialize\(.*(\$)*
By Language - Previous
PHP
Next
Type Juggling
Last modified
2yr ago