mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings
synced 2025-12-07 17:33:37 +01:00
MarkDown typo
This commit is contained in:
parent
e9489f0768
commit
8ed6cdb9ae
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ in JSON
|
||||||
|
|
||||||
Extract data with "in"
|
Extract data with "in"
|
||||||
|
|
||||||
````json
|
```json
|
||||||
{"username":{"$in":["Admin", "4dm1n", "admin", "root", "administrator"]},"password":{"$gt":""}}
|
{"username":{"$in":["Admin", "4dm1n", "admin", "root", "administrator"]},"password":{"$gt":""}}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue