Skip to content

Commit 9eb91e9

Browse files
committed
Update post
1 parent 28353be commit 9eb91e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_posts/2025-07-21-HCMUS-CTF-2025.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Sau đó để leak field `hash` của `Dat2Phit` thì mình sử dụng api upd
2727
Ví dụ trường hợp này user `A` nằm trước đi. Sau đó mình update field `hash` của user `A` thành `c`, lúc này gọi (GET `/users?sort=hash`) thì thấy user `A` nằm sau user `Dat2Phit`
2828
=> kí tự đầu của field `hash` của `Dat2Phit``b`.
2929

30-
Xong mình cứ làm tương tự với các kí tự sau, và làm như vậy cho field `salt` luôn.
30+
Xong mình cứ làm tương tự với các kí tự sau, và làm như vậy cho field `salt` luôn. Ở đây có thể sử dụng thuật toán binary search để đẩy nhanh quá trình brute.
3131

3232
```python
3333
def changeField(field_name, guess_hash):

0 commit comments

Comments
 (0)