Simple bof
10 points Easy

Want to learn the hacker's secret? Try to smash this buffer!

You need guidance? Look no further than to Mr. Liveoverflow. He puts out nice videos you should look if you haven't already

nc thekidofarcrania.com 35235

bof.c
Flag
Rating 4.86
5
4
3
2
1

Discussion

pwntools anyone? you can send your payload in p64() because you cant directly type it out

0

Pwntools is great, but you don't need it for this challenge, since you can type the input directly from the command line. Just convert the ASCII hex values to their respective characters and you will pass the challenge, as long as you add enough buffer characters before it to overwrite the variable.

0

good to understand

0

You have to fill out the buffer before u reach the secret buff (which is in red) and from the script try decrypt hex value to know what would you put in the secret buff , Good luck (=

2

cool

0
Protected
0

IMHO, it should be an information that you have to use Linux and netcat to connect to the server. I am windows user and i didnt expect that.

0

just read the source code and understand how it works after that think out of box

0
0

really simple challenge, but my dump brain took so long to understand

0

Made some rookie mistakes, I guess that's part of the learning process.

1