pwnProeasy
Admin
spbctf
Task: gain admin access in a binary that checks an is_admin flag. Solution: overflow a 256-byte username buffer in BSS using scanf("%s") to overwrite the adjacent is_admin byte with a non-zero value.
$ ls tags/ techniques/
bss_section_overflowscanf_exploitationadjacent_variable_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]echo counter— spbctf
- [pwn][Pro]Easy Overflow 3— spbctf
- [pwn][Pro]Easy Overflow 1— spbctf
- [pwn][Pro]Вход не для всех (Entry is not for everyone)— hackerlab