728x90

문제를 풀려면 mongodb의 ObjectID 특성을 알아야한다.
*ObjectID 특성(12바이트로 구성)
1. Object 생성을 나타내는 앞에 4바이트는 타임스탬프 이다.
2. 프로세스당 한 번 생성되는 5바이트 임의 값이다.
3. 임의의 값으로 초기화되는 3바이트 증분 카운터이다.
참고 : https://www.mongodb.com/docs/manual/reference/method/ObjectId/
ObjectId() — MongoDB Manual
Docs Home → MongoDB Manual ObjectId( )Returns a new ObjectId. The 12-byte ObjectId consists of:A 4-byte timestamp, representing the ObjectId's creation, measured in seconds since the Unix epoch.A 5-byte random value generated once per process. This rando
www.mongodb.com
'모의해킹 > Dreamhack' 카테고리의 다른 글
md5 password [WEB LEVEL1] (0) | 2023.04.23 |
---|---|
baby-sqlite [WEB LEVEL1] (0) | 2023.04.19 |
tmitter [WEB LEVEL1] (0) | 2023.04.18 |
sql injection bypass WAF Advanced [WEB LEVEL1] (0) | 2023.04.18 |
strcmp [WEB LEVEL1] (0) | 2023.04.18 |