pwnProeasy
Sleep
spbctf
Task: get the flag from a binary that sleeps 1024 seconds before printing it. Solution: overflow the input buffer to overwrite the sleep_time integer variable with zero, bypassing the delay entirely.
$ ls tags/ techniques/
integer_variable_overwritesleep_bypassnull_byte_overwrite
🔒
Permission denied (requires tier.pro)
Sign in to access full writeups
Sign in with GitHub to continue. No email required.
$sign in$ grep --similar
Similar writeups
- [pwn][Pro]Cmd— spbctf
- [pwn][Pro]Easy Overflow 3— spbctf
- [pwn][Pro]ret— spbctf
- [pwn][Pro]Easy Overflow 1— spbctf
- [pwn][Pro]Auto Overflow 1— spbctf