1
0
mirror of https://github.com/swisskyrepo/PayloadsAllTheThings.git synced 2024-09-21 20:51:36 +02:00

Merge pull request #50 from clem9669/patch-1

MarkDown typo
This commit is contained in:
Swissky 2019-03-19 08:37:13 +01:00 committed by GitHub
commit 2d4b98b9c2
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,7 +43,7 @@ in JSON
Extract data with "in"
````json
```json
{"username":{"$in":["Admin", "4dm1n", "admin", "root", "administrator"]},"password":{"$gt":""}}
```