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

MarkDown typo

This commit is contained in:
clem9669 2019-03-18 23:06:22 +00:00 committed by GitHub
parent e9489f0768
commit 8ed6cdb9ae
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":""}}
```