dev-resources.site
for different kinds of informations.
Udder Overflow - Binary Writeup CTF - Pwnedcr2024
Published at
11/14/2024
Categories
binary
ctf
pwnedcr
pwnedcr2024
Author
casderoso
Author
9 person written this
casderoso
open
Para este reto se nos brinda un binario.
Ejecutando el binario
Lo primero que se me viene a la mente es brindarle los permisos para ejecutar y ver qué hace.
Como podemos observar el binario nos pide un texto y después se cierra. Estaba a punto de cargar el binario en Ghidra para hacerle reversing, pero antes de ello opté por ejecutar el comando strings
.
Analizando el Binario
Para mi sorpresa tras ejecutar el comando strings encontré un texto posible de flag.
PUWND{buH
ffer_oveH
verflow_H
hidden}
Al observar el texto vemos como unas letras U
y H
que parecen estar de más. Por consiguiente, las eliminé y me quedó PWND{buffer_overflow_hidden}
Flag: PWND{buffer_overflow_hidden}
binary Article's
30 articles in total
How to convert binary to decimal
read article
Udder Overflow - Binary Writeup CTF - Pwnedcr2024
currently reading
Maximum Possible Number by Binary Concatenation
read article
House robber III
read article
Representação numérica na computação
read article
Working with Different File Modes and File Types in Python
read article
Understanding Decimal to Binary Conversions: A Guide
read article
Elixir pattern matching - save your time, similar with the way of our thinking
read article
What the hell are Binary Numbers?
read article
Solving a Leetcode problem daily — Day 4 | Add Binary
read article
Bitwise Sorcery: Unlocking the Secrets of Binary Manipulation
read article
Understanding Binary Representation and Finding Binary Gaps in Python
read article
Binary Il - Convert URLs to Il and Secure it - Redirect It 🚀
read article
How to Trade Binary Successfully
read article
How to Learn Quotex Trading With a 1 Minute Strategy
read article
Minimum Changes To Make Alternating Binary String Ruby
read article
Hi, Im new here 🤗
read article
Binary Operators in Golang
read article
Number representation systems. Binary operations
read article
Binary and other numerical systems
read article
How to Convert Binary to Hexadecimal
read article
How to Convert Binary to Octal
read article
How to Convert Binary to ASCII
read article
How to Convert Binary to Decimal
read article
How to Convert ASCII to Binary
read article
What is a Binary Number?
read article
Operations with binary numbers!
read article
BINARY NUMBERS, What are they, how to convert into decimal, operations with them
read article
Binary
read article
From Binary to Natural Language: The Transforming Landscape of Programming Languages
read article
Featured ones: