mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2025-12-12 07:40:34 -08:00
XPATH + XSS + XXE + XSLT
This commit is contained in:
@@ -6,8 +6,8 @@
|
||||
## Summary
|
||||
|
||||
* [Loose Comparison](#loose-comparison)
|
||||
* [True statements](#true-statements)
|
||||
* [NULL statements](#null-statements)
|
||||
* [True Statements](#true-statements)
|
||||
* [NULL Statements](#null-statements)
|
||||
* [Loose Comparison](#loose-comparison)
|
||||
* [Magic Hashes](#magic-hashes)
|
||||
* [Methodology](#methodology)
|
||||
@@ -22,7 +22,7 @@
|
||||
- **Loose** comparison: using `== or !=` : both variables have "the same value".
|
||||
- **Strict** comparison: using `=== or !==` : both variables have "the same type and the same value".
|
||||
|
||||
### True statements
|
||||
### True Statements
|
||||
|
||||
| Statement | Output |
|
||||
| --------------------------------- |:---------------:|
|
||||
@@ -44,7 +44,7 @@
|
||||
|
||||

|
||||
|
||||
Loose Type Comparisons occurs in many languages:
|
||||
Loose Type comparisons occurs in many languages:
|
||||
|
||||
* [MariaDB](https://github.com/Hakumarachi/Loose-Compare-Tables/tree/master/results/Mariadb)
|
||||
* [MySQL](https://github.com/Hakumarachi/Loose-Compare-Tables/tree/master/results/Mysql)
|
||||
@@ -56,7 +56,7 @@ Loose Type Comparisons occurs in many languages:
|
||||
* [SQLite](https://github.com/Hakumarachi/Loose-Compare-Tables/tree/master/results/SQLite/2.6.0)
|
||||
|
||||
|
||||
### NULL statements
|
||||
### NULL Statements
|
||||
|
||||
| Function | Statement | Output |
|
||||
| -------- | -------------------------- |:---------------:|
|
||||
|
||||
Reference in New Issue
Block a user