載入中
[筆記] Python bruteforce script
```python3
from itertools import product
def bruteforce_generator(characters, min_length, max_length):
for i in range(min_length, max_length+1):
...(還有更多)
0 則留言
Two Pwns a Week Challenge(3) - flag
# flag
**先備知識**
- basic assembly
...(還有更多)
2 則留言
[筆記] typescript - object is possibly 'null'
```typescript
// Use `as` syntax
const el = document.querySelector("#selector") as Element;
observer.observe(el);
```
...(還有更多)
0 則留言
[筆記] Property 'xxx' does not exist on type 'Vue' while using $refs in typescript
```typescript
(this.$refs.spy as ScrollSpy).initObserver();
// or if you are using `vue-property-decorator`
@Ref('spy') readonly scrollspy!: ScrollSpy;
...(還有更多)
0 則留言
109上學期 登出成功
全都...結束了嗎...

2 則留言
Two Pwns a Week Challenge(2) - bof
# bof
**先備知識**
- endianness
**知識點**
...(還有更多)
4 則留言
Two Pwns a Week Challenge(1) - collision
# collision
**先備知識**
- c: command line argument
**知識點**
...(還有更多)
0 則留言
Two Pwns a Week Challenge(0) - fd
因為EOF全程不知道在幹嘛,分數全部沒有。
痛定思痛,決定在寒假做這個東東
每個星期至少做兩個pwn題目,然後發writeup上來
使用的網站是http://pwnable.kr/ ,順序依照網站的題目順序。
...(還有更多)
2 則留言
[心得] AIS3 EOF Qual 2020
# AIS3 EOF Qual 2020
- 時間: 1/8 10:00 ~ 1/10 24:00
## 前言
基本上衝到期末考 志在參加
...(還有更多)
0 則留言
冷到
<div>
</div>
...(還有更多)
1 則留言